@import url("https://use.typekit.net/nvy6amm.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
:root {
  --white: #ffffff;
  --light: #f1f1f1;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #ddd; /* for border */
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --black: #041526;
  --primary: #0a6ed4;
  --secondary: #004182;
  --green: #26b170;
  --blue: #0a6ed4;
  --dark-blue: #012169;
  --accent-blue: #245aff;
  --red: #da0400;
  --yellow: #fcbd01;
  --title-blue: #004AAB;
  --accent-tone: #8a2be2;
  --yellow-light: rgb(255, 188, 107); /* specially for rating star*/
  --rating-yellow: rgb(255, 188, 107);
  --gray-border: #ddd;
  --applied-color:#41BBBB;
  --shortlisted-color:#FF8159;
  --interview-color :#BB41AF;
  --offered-color :#4289BD;
  --rejected-color :#FF596D;
  --skipped-color: #CCB347;
  --highlighter: #fff799;
  --gradient-golden: linear-gradient(90deg, #d08841, #debd82);
  --ai-gredient: linear-gradient(90deg, #00BDF7, #1F5BFF, #931FFF);



  --card-height: 40vw;
  --card-margin: 4vw;
  --card-top-offset: 1em;
  --numcards: 4;
  --outline-width: 0px;
}
body {
  font-family: "Inter", serif;
  background-color: #fff !important;
  color: var(--black);
}
html {
  background-color: #fff !important;
  color: var(--black);
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Manrope", serif;
  color: var(--black);
}
a,
button {
  cursor: pointer;
  text-decoration: none;
  color: var(--primary);
}
a.dropdown-item:focus, 
a.dropdown-item:hover {
  color: var(--secondary);
}

.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.challng-box-inner {
  padding: 15px 55px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-70{
  margin-bottom: 70px;
}
.ml-30 {
  margin-left: 30px;
}

/* ============== Start: Theme common style ============== */
.btn.btn-basic {
  background-color: #fff;
  border: 1px solid var(--gray-200);
  color: var(--black);
  border-radius: 8px;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.btn.btn-basic:hover {
  border-color: var(--gray-400);
  box-shadow: 0px 0px 0px 2px rgb(0 110 255 / 30%);
}
.btn.btn-primary{
  background: rgb(0,38,75);
  background: linear-gradient(180deg, rgba(0,38,75,1) 0%, rgba(2,13,24,1) 100%);
  border: none;
  color: var(--white);
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.btn.btn-basic.btn-lg, .btn.btn-primary.btn-lg{
  padding: 12px 32px;
  font-size: 16px;
}
.btn.btn-basic.btn-sm{
  font-size: 14px;
  padding: 8px 16px;
}
.btn.link-btn {
  background-color: #fff;
  border: 1px solid transparent;
  color: var(--black);
  border-radius: 8px;
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.btn.link-btn:hover {
  border-color: var(--gray-400);
  box-shadow: 0px 0px 0px 2px rgb(0 110 255 / 30%);
}
.box-shd {
  box-shadow: 0px 1px 3px rgb(0 0 0 / 9%);
}
.btn.btn-block {
  width: 100%;
  display: inline-block;
}
.section-btn-grp button+button {
  margin-left: 10px;
}
.flex-element {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-sb {
  justify-content: space-between;
}
.flex-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
b.fw-300,
.fw-300 {
  font-weight: 300;
}
b.fw-400,
.fw-400 {
  font-weight: 400;
}
b.fw-500,
.fw-500 {
  font-weight: 500;
}
b.fw-600,
.fw-600 {
  font-weight: 600;
}
b.fw-700,
.fw-700 {
  font-weight: 700;
}
.short-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.highlight{
  color: var(--accent-blue);
}
.captionC1{
  font-size: 16px;
  color: var(--gray-600);
  font-weight: normal;
}
.captionC2{
  font-size: 14px;
  color: var(--gray-600);
  font-weight: 300;
}
.headingH5{
  font-size: 18px;
  color: var(--black);
  font-weight: bold;
}
.white-txt {
  color: var(--white);
}

/* ============== Start: Top bar ============== */
.top-strip{
  background: var(--ai-gredient);
  color: var(--white);
  padding: 8px 0 ;
  font-size: 13px;
}
.d-sm-block.signup-link-top {
  display: inline-block !important;
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s ease all;
}
a.signup-link-top:hover{
  text-decoration: underline;
}
a.signup-link-top img {
  transition: 0.2s ease all;
}
a.signup-link-top:hover img {
    transform: translate(4px, -2px);
}

/* ============== Start: header ============== */
.logoSec img {
  width: 100%;
}
.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 6%);
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.navbar.navMenu {
  padding: 14px 0px;
}
.navbar-brand.logoSec {
  margin-right: 25px;
  padding: 0px 25px 0px 0;
  width: 185px;
  border-right: 1px solid var(--gray-200);
}
.navMenu.navbar-dark .navbar-nav .nav-item {
  margin: 0 20px 0 0;
  position: relative;
}
.navMenu.navbar-dark .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navMenu.navbar-dark .navbar-nav .nav-link,
.btn-nav {
  font-size: 14px;
  color: var(--black);
  transition: 0.3s ease all;
}
.navbar-nav.hdrMenu a:before {
  content: "";
  position: absolute;
  /*width: 100%;*/
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: var(--primary);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-nav.hdrMenu li:hover a:before,
.navbar-nav.hdrMenu li:hover a:active {
  visibility: visible;
  width: 100%;
}

.navMenu.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.navMenu.navbar-dark .navbar-nav .nav-link.text-green {
  color: var(--primary);
}
.login-custom-dropdown {
  padding: 0;
}
.login-custom-dropdown a.dropdown-item {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  transition: 0.3s ease all;
  padding: 15px;
}
.login-custom-dropdown a.dropdown-item:hover,
.login-custom-dropdown a.dropdown-item:active,
.login-custom-dropdown a.dropdown-item:focus {
  background-color: rgb(0 110 255 / 10%);
  border: none;
  color: var(--primary);
  box-shadow: none;
}

.client-signup-btn {
  display: flex;
}
.client-signup-btn button {
  margin-left: 10px;
}
.btn-nav {
  padding: 8px 15px;
  display: inline-block;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.btn-nav:hover,
.btn-nav:active,
.btn-nav:focus {
  background-color: rgb(0 110 255 / 18%);
  border: none;
  color: var(--secondary);
  box-shadow: none;
}
.country-io img {
  width: 100%;
  vertical-align: middle;
}
span.country-io {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.currency-dropdown ul.dropdown-menu.dropdown-menu-end.show {
  min-width: 100px;
  border-color: var(--gray-400);
  padding: 0;
}
.login-btn::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: var(--gray-200);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.partner-btn{
  margin-right: 10px;
}

/* ============== Start: header side navbar ============== */
.tab-sidenav {
  /* display: block; */
  width: 100%;
  position: fixed;
  top: 0px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  right: -100%;
  transition: right 0.3s ;
  z-index: 2;
}
.tab-sidenav .closeBtn {
  position: absolute;
  right: 0px;
  font-size: 30px;
  top: 8px;
  border: none;
  right: 3px;
}
.tab-sidenav .closeBtn:focus {
  box-shadow: none;
}

.tab-sidenav-header {
  display: flex;
  padding: 10px 12px;
  border-bottom: 0 solid transparent;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.menuList {
  list-style: none;
  margin: 20px 0 0 0;
}
.menuList li {
  margin: 0 0 0px 0;
  border-bottom: 1px solid #f1f1f1;
}
.tab-sidenav-wr .menuList{
  /*margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);*/
  padding: 15px;  
}
.menuList li:last-child {
  border-bottom: none;
}
.tab-sidenav-wr .menuList li a {
  width: 100%;
  display: inline-block;
  padding: 15px;
  color: #3b515d;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
/*.tab-sidenav-wr .menuList li:first-child{
  border-top: 1px solid #f1f1f1;
}*/
.menuList li a:hover,
.menuList li a:active {
  background-color: #006eff;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.tab-sidenav .client-signup-btn {
  margin: 0 50px 0 0;
}
.btn.btn-basic.btn-sm.dropdown-toggle {
  display: inline-flex;
  align-items: center;
}
.tab-sidenav.homepage-sidemenu .closeBtn {
  z-index: 1;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.menuList li.side-menu-spance {
  margin: 40px 0;
  border-bottom: 0 solid transparent;
}

/* ============== Start: AI banner section ============== */
.Ai-banner {
  background-color: var(--white);
  background-image: url(../AILanding-assets/mesh-gradient.svg);
  padding: 2rem 0 10rem;
  background-size: 100%;
  height: max-content;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 100%;
  background-position: center 190px;
}
.Ai-banner .container-fluid {
  /*background-image: url(../AILanding-assets/mesh-gradient.svg);
  background-size: 110% 110%;
  width: 100%;
  height: 100%;
  background-position: center 40px;
  padding-bottom: 7rem;*/
}
.banner-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.banner-border img {
  width: 100%;
}
.banner-hero-image img {
  width: 100%;
}
h1.ai-title-txt {
  font-size: 3.5rem;
  font-weight: 600;
  margin: 35px 0 0 0;
  letter-spacing: -2px;
}
h1.ai-gradient-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
p.micro-text {
  color: var(--gray-600);
  font-weight: 300;
}
span.btn-ai-txt {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--primary);
  background: var(--ai-gredient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -2px;
}
.banner-form-wrap {
  margin: 0 auto;
  max-width: 786px;
  background-color: var(--white);
  padding: 10px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.banner-form-wrap:before {
  content: '';
  border: 1px solid var(--gray-400);
  width: 801px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  z-index: -1;
}
.input-colum {
  width: 322.5px;
  padding-right: 15px;
}
.input-io {
  padding: 0 10px;
}
.btn-colum {
  width: 121px;
}
input.mobilenum-input {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 4px;
  height: 50px;
  width: 100%;
  max-width: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.5s ease all;
}
input.mobilenum-input:hover, input.mobilenum-input:active, input.mobilenum-input:focus{
  background-color: transparent;
  border: 1px solid var(--white);
  color: #fff;
}
.flag-with-update input.update-custom-input.custom-flag-input {
  padding-left: 60px;
}
.flag-with-update input.update-custom-input.custom-flag-input:focus {
  box-shadow: none;
}
.flag-with-update .selected-flag {
  width: 120px;
  background-color: #f5f5f5;
}
span.input-error {
  position: absolute;
  color: #d60b0b;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  margin-top: 2px;
}
.form-outline {
  border: 1px solid var(--gray-200);
  padding: 20px;
  border-radius: 20px;
  width: 826px;
  margin: 40px auto;
}
input.form-control.banner-input {
  border: none;
  padding: 5px;
}
input.form-control.banner-input:hover, input.form-control.banner-input:focus, input.form-control.banner-input:active{
  border: none;
  outline: none;
  box-shadow: none;
}
input.form-control.banner-input::placeholder{
  color: var(--gray-500);
  font-weight: 400;
}
.input-row .input-colum:first-child {
    border-right: 1px solid var(--gray-200);
}
.handraw-txt{
  font-family: "Gloria Hallelujah", serif;
  color: #636782;
  margin-bottom: 0;
}
.demo-video {
  border-radius: 16px;
  overflow: hidden;
  border: 5px solid #fff;
  width: 170px;
  height: 100px;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 15%);
}
.video-pointer {
  text-align: center;
  margin-right: 10px;
  align-content: end;
}
.video-pointer img {
  text-align: center;
  margin: 0 auto;
}
.floting-video {
  position: absolute;
  right: 15px;
  bottom: 110px;
}
.aftercall-white-box {
  border: 1px solid var(--gray-200);
  background-color: #fff;
  padding: 40px 25px 25px;
  border-radius: 20px;
  width: 826px;
  margin: 60px auto 40px;
  position: relative;
}
.timer-tag img {
  width: 16px;
}
.timer-tag {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #245AFF;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  /*border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;;*/
  /*position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);*/
  box-shadow: 0px 3px 20px rgb(0 0 0 / 15%);
}
span.timer {
  color: var(--primary);
}
.Ai-tag {
  background-image: var(--ai-gredient);
  display: inline-block;
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-weight: 400;
}
.Ai-tag img {
  width: 18px;
  vertical-align: sub;
}
.aftercall-content p.micro-text {
  font-size: 13px;
  margin-bottom: 0;
}
.aftercall-content h3 {
  font-size: 24px;
}
.aftercall-content.flex-center {
  width: 100%;
}
.content-left {
  width: 70%;
}
.action-right {
  width: 30%;
}

/* ============== Start: brand logo crousel css ============== */

.heading-label img {
  width: 20px;
  vertical-align: bottom;
}
.heading-label {
  padding: 8px 16px;
  border: 1px solid rgb(36 90 255 / 40%);
  display: inline-block;
  border-radius: 24px;
  font-size: 14px;
  box-shadow: 0px 16px 24px #ded6fb5c;
  background-color: #fff;
}
.heading-label-wrap {
  position: relative;
}
.heading-label-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../AILanding-assets/top-lines.svg);
  position: absolute;
  left: 0;
  top: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-title {
    margin-bottom: 50px;
}
.section-title h2 {
  font-size: 44px;
  /*max-width: 500px;*/
  margin: 40px auto;
  font-weight: 600;
  letter-spacing: -1px;
}
.section-title h3 {
  font-size: 28px;
  margin: 40px auto;
  font-weight: 600;
  letter-spacing: -1px;
  color: var(--white);
}
.press-section .section-title h3{
  margin: 0;
  color: var(--black);
} 
.h3-title-container{
  max-width: 500px;
  margin: 0 auto;
}
span.swoosh-txt {
  color: var(--accent-blue);
  position: relative;
}
span.swoosh-txt:after {
  content: '';
  background-image: url(../AILanding-assets/swoosh.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.owl-carousel .owl-item .brand-logo img {
  width: auto;
  height: 30px !important;
}
#sync2 .owl-nav, #brand-carousel .owl-nav, #brwose-crousel .owl-nav{
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#sync2 .owl-nav .owl-prev, #sync2 .owl-nav .owl-next, 
#brand-carousel .owl-nav .owl-prev, #brand-carousel .owl-nav .owl-next,
#brwose-crousel .owl-nav .owl-prev, #brwose-crousel .owl-nav .owl-next{
  border-radius: 50px;
  text-align: center;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 10px 10px 0px;
  color: var(--primary);
  font-size: 30px;
  border: 1px solid var(--gray-300);
  position: unset;
}
#sync2 .owl-nav .owl-prev.disabled, #sync2 .owl-nav .owl-next.disabled,
#brand-carousel .owl-nav .owl-prev.disabled, #brand-carousel .owl-nav .owl-next.disabled,
#brwose-crousel .owl-nav .owl-prev.disabled, #brwose-crousel .owl-nav .owl-next.disabled{
  color: var(--gray-500);
}
section.common-section{
  padding: 50px 0;
}

#press-carousel .owl-nav{
  display: none;
}

.logos-carousel:before {
  content: '';
  width: 250px;
  height: 100%;
  display: inline-block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(256 255 256 / 96%) 20%, rgb(255 255 255 / 30%) 60%);;
  position: absolute;
  z-index: 1;
}
.logos-carousel:after {
  content: '';
  width: 250px;
  height: 100%;
  display: inline-block;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 96%) 20%, rgb(255 255 255 / 18%) 60%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* ============== Start: why optim section css ============== */

.visual-illustration img {
  width: auto;
  max-height: 240px;
}
.card-colum p {
  max-width: 450px;
}
span.label {
  padding: 8px 16px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 24px;
  font-size: 14px;
}
span.label.label-gray{
  border-color: var(--gray-400);
  color: var(--gray-600);
}
span.label.label-blue{
  border-color: var(--accent-blue);
  color: var(--black);
  box-shadow: 0px 16px 24px #ded6fb5c; 
}
.card-title h4 {
  margin: 10px 0;
}
#card_1 .card__content {
  box-shadow: none;
}
.optimway_side .visual-illustration {
  background-image: url(../AILanding-assets/abstract-blur-shape-min.png);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* max-height: 260px; */
}

/*card animation */

#cards {
  padding-bottom: calc(var(--numcards) * var(--card-top-offset)); /* Make place at bottom, as items will slide to that position*/
  margin-bottom: var(--card-margin); /* Don't include the --card-margin in padding, as that will affect the scroll-timeline*/
}
#card_1 {
  --index: 1;
}
#card_2 {
  --index: 2;
}
#card_3 {
  --index: 3;
}
#card_4 {
  --index: 4;
}
.card {
  position: sticky;
  top: 75px;
  padding-top: calc(var(--index) * var(--card-top-offset));
}

@supports (animation-timeline: works) {

  @scroll-timeline cards-element-scrolls-in-body {
    source: selector(body);
    scroll-offsets:
      /* Start when the start edge touches the top of the scrollport */
      selector(#cards) start 1,
      /* End when the start edge touches the start of the scrollport */
      selector(#cards) start 0
    ;
    start: selector(#cards) start 1; /* Start when the start edge touches the top of the scrollport */
    end: selector(#cards) start 0; /* End when the start edge touches the start of the scrollport */
    time-range: 4s;
  }

  .card {
    --index0: calc(var(--index) - 1); /* 0-based index */
    --reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
    --reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
  }
  
  .double-side-row {
    transform-origin: 50% 0%;
    will-change: transform;

    --duration: calc(var(--reverse-index0) * 1s);
    --delay: calc(var(--index0) * 1s);

    animation: var(--duration) linear scale var(--delay) forwards;
    animation-timeline: cards-element-scrolls-in-body;
  }

  @keyframes scale {
    to {
      transform:
        scale(calc(
          1.1
          -
          calc(0.1 * var(--reverse-index))
        ));
    }
  }
}

/** DEBUG **/

#debug {
  position: fixed;
  top: 1em;
  left: 1em;
}
#debug::after {
  content: " Show Debug";
  margin-left: 1.5em;
  color: white;
  white-space: nowrap;
}
#debug:checked ~ main {
  --outline-width: 1px;
}

/** PAGE STYLING **/

#cards {
  list-style: none;
  outline: calc(var(--outline-width) * 10) solid blue;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
}
.card {
  outline: none;
  background-color: transparent;
  border: none;
}
.double-side-row{
  display: grid;
  grid-template-areas: "text img";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: stretch;
  margin-top: 30px;
}
.card__content {
  box-shadow: 0px -4px 24px #ded6fb5c;
  background: var(--gray-100);
  color: rgb(10, 5, 7);
  border-radius: 1em;
  overflow: hidden;
  padding: 1em;
  /*display: grid;
  grid-template-areas: "text img";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: stretch;
  outline: var(--outline-width) solid lime;*/
}
.double-side-row > div.card-colum {
  width: 100%;
  place-self: center;
  text-align: center;
  display: grid;
  gap: 2em;
  place-items: center;
  min-height: 406px;
}
.double-side-row > div.oldway_side {
  grid-area: text;
}
.double-side-row  > div.optimway_side {
  grid-area: img;
  background-color: var(--white);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  position: relative;
}
.optimway_side:before{
  content: '';
  background-image: url(../AILanding-assets/arrow-min.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 148px;
  background-position: center left;
  left: -72px;
}
.card__content > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-io{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center;
}
.table-io.check-io{
  background-image: url(../AILanding-assets/check.svg);
}
.table-io.cross-io{
  background-image: url(../AILanding-assets/x.svg);
}

/*card animation */

/* ============== Start: what make difference ============== */

section.features.common-section {
  background: linear-gradient(180deg, rgba(246,249,251,1) 0%, rgba(253,240,232,0.40242034313725494) 50%, rgba(255,255,255,0.4976584383753502) 100%);
}
.feature-card {
  background-color: var(--white);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: grid;
  gap: 1em;
  align-items: stretch;
  margin-bottom: 20px;
}
.feat-card-txt{
  padding: 20px;
  height: 130px;
}
.feat-card-img img {
  width: 100%;
  height: auto;
  max-height: 270px;
}

/* ============== Start: success manager ============== */

.story-card {
  border: 1px solid var(--gray-200);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 6%);
  width: 262px;
}
.story-thumbnail {
  position: relative;
}
.story-content {
  display: grid;
  gap: 0.5em;
  margin: 20px 0 5px;
  height: 140px;
  align-content: space-between;
}
.story-content h4 {
  font-size: 16px;
}
a.social-rounded {
  width: 20px;
  height: 20px;
  background-color: #0B69C7;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  align-content: center;
}
a.play-btn-rounded {
  padding: 6px 18px;
  background-color: var(--white);
  border-radius: 19px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: var(--black);
  transition: 0.3s ease all;
}
a.play-btn-rounded:hover {
  color: var(--primary);
  bottom: 12px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.12);
}
.test-detail h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
p.status {
  margin-bottom: 0;
  font-size: 12px;
  color: var(--gray-600);
}
.testimonial-carousel:before {
  content: '';
  width: 250px;
  height: 100%;
  display: inline-block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 96%) 60%, rgb(255 255 255 / 18%) 100%);
  position: absolute;
  z-index: 1;
}
.testimonial-carousel:after {
  content: '';
  width: 250px;
  height: 100%;
  display: inline-block;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 96%) 60%, rgb(255 255 255 / 18%) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.section-btn-grp {
  margin: 30px 0;
}

/* ============== Start: integration ai ============== */

.integrate-box {
  background: linear-gradient(180deg, rgba(29, 53, 125, 1) 0%, rgba(81, 108, 191, 1) 100%);
  border-radius: 20px;
  padding: 80px;
}
.title-fill-container {
  max-width: 700px;
  margin: 0 auto;
}
.integrate-label {
  width: auto;
  display: inline-block;
  color: var(--white);
  background-color: rgb(255 255 255 / 10%);
  padding: 8px 16px;
  border-radius: 25px;
  border: 1px solid #248eff6b;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 4%);
}
.integrate-label img {
  margin-right: 5px;
}

/* ============== Start: pricing plan table ============== */

.pricing-table {
    padding: 40px;
    margin: 40px auto 50px;
    background-color: var(--gray-100);
    border-radius: 20px;
}
.section-title.title-with-p h2 {
  margin-bottom: 15px;
}
.gradient-bg {
    background: var(--ai-gredient);
}
.gradient-bg.matching-box {
    border-radius: 12px;
}
.pricing-table .table-striped>thead>tr.first-heading {
    background-color: transparent;
}
.pricing-table .table>:not(:last-child)>:last-child>* {
    border-bottom-color: var(--gray-300);
    padding-bottom: 10px;
}
.pricing-table table tr td:first-child {
    width: 320px;
    text-align: left;
}
.pricing-table table tr td.pricing-features {
    border-bottom: 1px solid var(--gray-300);
    background-color: var(--gray-100);
}
td.pricing-features.feature-title {
    vertical-align: bottom;
    padding: 10px 0;
}
.pricing-table table tr td {
    text-align: center;
    padding: 24px 0;
    width: 250px;
    vertical-align: middle;
    background-color: transparent;
    height: unset;
}
.pricing-features.vertical-bottom {
    vertical-align: bottom;
    padding: 0 10px;
}
.title-header.plan-header-box.free-plan-box {
    margin: 8px 8px 8px 0;
}
.title-header.plan-header-box {
    border-radius: 12px;
    background-color: var(--white);
    width: 100%;
    height: 140px;
    padding: 20px 10px;
    margin: 8px;
}
.pricing-table table tr td p {
    font-size: 14px;
    margin-bottom: 0;
}
.plan-header-box p.first-title {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    height: unset;
    line-height: normal;
}
.pricing-table h4.offer-title {
    font-size: 36px;
    font-weight: 600;
    margin: 18px 0 6px;
}
.title-bnr img {
    width: 20px;
}
.pricing-table table tr td p.micro-text {
    font-size: 12px;
    font-weight: 300;
}
/*ai pricing*/
.ai-price-box {
    background-color: var(--gray-200);
    background-image: url(../AILanding-assets/mesh-gredient-min.png);
    background-size: 100% 100%;
    padding: 30px;
    border-radius: 20px;
}
.ai-price-title h1 {
    margin: 40px 0;
    font-weight: 600;
    font-size: 3rem;
}
.ai-price-content {
    max-width: 1000px;
    margin: 0 auto;
}
.ai-price-title span.micro-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-600);
}
section.pricing-plans.common-section {
  background: linear-gradient(180deg, rgba(246,249,251,1) 0%, 
    rgba(253,253,253,0.40242034313725494) 50%, 
    rgba(255,255,255,0.4976584383753502) 100%);
}

/* ============== Start: discover section ============== */

section.discover-stats.common-section {
    background: linear-gradient(180deg, rgba(245,243,255,1) 0%, rgba(255,242,227,0.09989933473389356) 50%, rgba(255,255,255,0.07188813025210083) 100%);
}
.section-title.heading-container {
    max-width: 800px;
    margin: 50px auto;
}
.stats-colum {
    width: 33.33%;
    border-right: 1px solid var(--gray-300);
}
.stats-colum:last-child{
    border-right: none;
}
.stats-box-wrap {
    width: 100%;
    max-width: 860px;
    background-color: var(--white);
    border-radius: 12px;
    border: 1px solid var(--gray-200);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 6%);
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 20px;
}
.stats-colum h4 {
    font-size: 28px;
}
.stats-colum p.micro-text {
    font-size: 14px;
    margin-bottom: 0;
}
.cust_test .testimonial-outerbox {
    background-color: #fff;
    padding: 32px 23px;
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 12px;
    border: 1px solid var(--gray-200);
    overflow: hidden;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 6%);
}
.cust-fb h5 {
    font-size: 18px;
    margin-bottom: 30px;
}
.cust-img img {
    width: 48px;
}
.cust-name-stemp {
    width: calc(100% - 48px);
    padding-left: 5px;
}
.cust-name-stemp p {
    margin-bottom: 2px;
}
.cust_test p.name_position {
    font-size: 12px;
    color: var(--gray-600);
    font-weight: 300;
}

/* ============== Start: browse talent section ============== */

.user-avtars {
    display: inline-block;
    margin-bottom: 12px;
}
.user-avtars img {
    width: 48px;
    margin-left: -11px;
    border: 2px solid var(--white);
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.more-label.heading-label{
  color: var(--accent-blue);
  border: 1px solid var(--accent-blue);
}
.browse-tab {
    margin: 40px 0;
}
li.nav-item.talent-nav-item {
    width: 12.5%;
}
.nav-pills .talent-tab.nav-link {
    border: 1px solid var(--gray-200);
    padding: 15px;
    text-align: left;
    margin-right: 10px;
    color: var(--black);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 6%);
    transition: 0.3s ease all;
}
.nav-pills .talent-tab.nav-link.active, .nav-pills .talent-tab.nav-link:hover{
    background-color: var(--white);
    border-color: var(--accent-blue);
    box-shadow: none;
}
span.talent-count {
    font-size: 12px;
    color: var(--gray-600);
    font-weight: 300;
    margin-top: 15px;
    display: block;
}
/*old browse slider css*/
.catagory-box-wrap {
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 15px;
    text-align: left;
    margin: 0 10px 10px 0;
    color: var(--black);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 6%);
    transition: 0.3s ease all;
    display: inline-block;
    width: 100%;
    min-height: unset;
}
.catagory-box-wrap:hover{
    background-color: var(--white);
    border-color: var(--accent-blue);
    box-shadow: none;
}
p.action-micro-txt {
    font-size: 13px;
    margin: 15px 0 0;
    color: var(--gray-600);
}

/* ============== Start: customer support cta ============== */

.love-customer {
    background-color: var(--gray-200);
    background-image: url(../AILanding-assets/mesh-gredient-min.png);
    background-size: 100% 100%;
    padding: 30px 30px 0 30px;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.talent-type {
    margin: 0 30px 0;
    width: 50%;
}
.talent-type img {
    max-width: 330px;
}
.support-text p {
    font-size: 14px;
    color: var(--gray-600);
    font-weight: 300;
    margin: 18px 0;
}
.support-text h3 {
    margin: 10px 0;
}

/* ============== Start: footer ============== */

.footer {
  background: linear-gradient(180deg, rgba(29, 53, 125, 1) 0%, rgba(81, 108, 191, 1) 100%);
  padding: 50px 0;
  position: relative;
}
a.browse-link-btn {
  width: 24%;
  display: flex;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 8px  8px 16px;
  background-color: rgb(255 255 255 / 4%);
  justify-content: space-between;
  border-radius: 20px;
  align-items: center;
  margin: 6px;
}
.browse-links {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.dev-count-link {
  padding: 6px 12px;
  background-color: rgb(255 255 255 / 4%);
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
  border-radius: 20px;
}
hr.footer-hr {
  border-color: rgb(255 255 255 / 20%);
  margin: 3rem 0 3.5rem 0;
}
.ft-logo-sec {
  margin-bottom: 3rem;
  width: 100%;
}
.ft-logo img {
  width: auto;
  height: 40px;
}
.socialLinks {
  display: flex;
  justify-content: center;
  text-align: center;
  border: none;
  width: unset;
}
.socialLinks a {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 50%;
  font-size: 18px;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 9%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.socialLinks a:last-child {
  margin-right: 0;
}
.socialLinks a:hover {
  background-color: var(--primary);
  color: #fff;
}
span.x-io {
  width: 14px;
  display: flex;
}
.ft-link-row {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.link-title {
  width: 220px;
}
.link-title h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.row-links li {
  display: inline-block;
  margin-right: 36px;
}
a.policy-link-btn {
  color: var(--white);
  font-weight: 300;
  font-size: 14px;
}
.policy-links span {
  font-weight: 200;
  margin: 0 10px;
  color: rgb(255 255 255 / 20%);
}
.footer-link-wrap {
  margin-bottom: 11rem;
}
.row-links a {
  font-size: 14px;
  font-weight: 300;
}
.footer-logo-outline {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal-ai-form .mobile-custom-input .iti--separate-dial-code .iti__selected-flag, 
.modal-ai-form .mobile-custom-input .iti--separate-dial-code .iti__selected-flag:hover {
  background-color: transparent;
  border-right: 0 solid transparent;
}
.banner-form-wrap .iti__flag {
  /*width: 20px;
  height: 20px !important;
  border-radius: 25px;*/
}
.currency-dropdown .dropdown-toggle::after {
  vertical-align: 0.15em;
  margin-left: 8px;
}
.dropdown.currency-dropdown.top-head-select {
  margin-left: 15px;
  padding-left: 8px;
  border-left: 1px solid #ddd;
  /*border: 1px solid var(--gray-200);
  color: var(--black);
  border-radius: 8px;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 500;
  cursor: pointer;*/
}
/*.dropdown.currency-dropdown.top-head-select:hover {
  border-color: var(--gray-400);
  box-shadow: 0px 0px 0px 2px rgb(0 110 255 / 30%);
}*/
.integrate-box.ats-title-sec {
  padding: 50px;
  margin: 0 auto 50px;
}
.integrate-ai-img img {
  margin: auto;
}
.btn-sm-head {
  display: none;
}
.section-title .h3-title-container>h3 {
  color: var(--black);
}
.ats-title-sec h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
.ats-title-sec h1>img {
  width: 30px;
  margin-left: 2px;
}
.ats-feature-list {
  display: flex;
  max-width: 600px;
  margin: 50px auto 0;
  justify-content: space-between;
}
.ats-feature-list ul>li {
  text-align: left;
  margin-bottom: 20px;
}
.ats-feature-txt p>img {
  width: 14px;
  vertical-align: baseline;
  margin-right: 15px;
}

/* Flexible, Risk-Free Jobs plan CSS */
.pricing-box {
  padding: 40px;
  margin: 0 auto 80px;
  background-color: var(--gray-100);
  border-radius: 20px;
}
.pricing-box .plan-table {
  display: flex;
}
.hiring-plan-box {
  border-radius: 15px;
  background-color: var(--white);
  padding: 30px;
}
.hiring-plan-box.free-job-box {
  width: 35%;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.hiring-plan-box.paid-job-box {
  width: 65%;
  padding: 3px;
}
.hiring-plan-box p.first-title {
  font-size: 18px;
}
.hiring-plan-box h4.offer-title {
  font-size: 28px;
  font-weight: 600;
  margin: 30px 0;
}
.hiring-plan-box p.micro-text {
  font-size: 18px;
  font-weight: 400;
  color: var(--gray-600);
  line-height: normal;
  margin-bottom: 50px;
}
.sponsored-label {
  padding: 8px 16px;
  display: inline-block;
  border-radius: 24px;
  font-size: 14px;
  /*box-shadow: 0px 16px 24px #ded6fb5c;*/
  background-color: #fff;
  color: var(--primary);
  font-weight: 600;
  background: rgb(0, 74, 171, 11%);
}
.sponsored-label img {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.hiring-plan-box .btn-trial {
  max-width: 300px;
}
.hiring-plan-box .plan-inner-box {
  padding: 30px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.hiring-plan-box.free-job-box p.first-title {
  margin-top: 15px;
}
.free-job-box .btn.btn-basic {
  border-color: var(--black);
}
section.common-section {
    padding: 50px 0;
}
.section-title.plan-title-flexible h2 {
  margin-top: 80px;
  margin-bottom: 15px;
}
.plan-content {
  width: 100%;
}
/* //Flexible, Risk-Free Jobs plan CSS */

.d-none {
  display: none;
}
span.ai-logo {
  width: 80px;
  margin: 0 10px 0 0;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ============== start cookies banner css ============== */
.cookies-banner-wrap{
  width: 300px;
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
  padding: 30px 20px 20px;
}
.cookies-content-wraper,.cookie-logo-wraper{
  text-align: center;
}
.cookie-logo-wraper{
  width: 60px;
  height: 60px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
}
.cookie-logo-wraper img{
  width: 100%;
  height: auto;
}
.cookies-content-wraper p{
  font-weight: 500;
  font-size: 16px;
}
.cookies-content-wraper a{
  font-weight: 600;
  text-decoration: underline;
}  

/* ============== end cookies banner css ============== */

/* ============== Start: Footer css ============== */
.footer {
  background-color: var(--secondary);
}
ul.dev-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.dev-link li {
  display: inline-block;
  width: 24%;
  padding: 0 10px;
  margin: 6px 0;
  vertical-align: text-top;
  transition: 0.5s ease-in-out;
}
ul.dev-link li:hover {
  padding-left: 15px;
}
ul.dev-link li a {
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0;
}

ul.dev-link li a span {
  margin: 0 0 0 5px;
}
hr.footer-hr {
  background-color: #53708d;
  height: 2px;
  margin: 2rem 0 3.5rem 0;
}
.footer-links h3 {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 0 30px 0;
  position: relative;
}
.footer-links h3:after {
  position: absolute;
  content: "";
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  bottom: -10px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  margin: 0 0 25px 0;
  transition: 0.5s ease-in-out;
}
.footer-links ul li a {
  font-size: 16px;
  text-decoration: none;
  padding: 10px 0;
  transition: 0.5s ease-in-out;
}
.policy {
  color: #fff;
  padding: 0 ;
}
.policy a {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  padding: 15px 0 0;
  transition: 0.5s ease-in-out;
  color: #fff;
  display: inline-block;
}
.footer-links ul li:hover {
  padding-left: 10px;
}


.bottom-footer {
  background-color: #042c60;
  padding: 50px 0;
}
.copy-right {
  font-size: 16px;
  /*font-weight: 600;
  line-height: 30px;*/
}
.india-partner {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.6;
  margin: 0;
  line-height: 26px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
  width: 100%;
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  font-size: 14px;
  font-weight: 500;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  width: 84px;
}
.iti--allow-dropdown .iti__arrow {
  margin-left: auto;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #555;
}
.iti--allow-dropdown .iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
/* ============== End: Footer css ============== */


/* ============== Start: ai audio section banner css ============== */
.ai-audio-sec {
    margin: 40px auto;
    width: 826px;
    /*text-align: center;*/
}
.audio-track {
    display: flex;
    align-items: center;
    max-width: 80%;
    margin: 90px auto 0;
    position: relative;
}
.audio-play .btn.play-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--accent-blue);
    color: var(--white);
    /*font-size: 28px;*/
    padding: 20px 21px;
}
.audio-play .btn.play-btn.pulse-animation{
    transform: scale(1);
    animation: pulse 2s infinite;
}
.audio-play .btn.play-btn:active, .audio-play .btn.play-btn:focus{
  background-color: var(--secondary);
}
.audio-play .btn.play-btn img {
    width: 28px;
    filter: invert(1);
}
.audio-play {
    width: 80px;
    margin-right: 10px;
}
.waveform-wrap {
    flex: 1;
}
.action-pointer-label img {
    width: 24px;
}
.action-highlighter {
    position: absolute;
    top: -45px;
    display: flex;
}
.action-pointer {
    transform: rotateX(360deg) rotateY(180deg) rotateZ(90deg);
    margin-right: -4px;
    margin-left: 51px;
}
p.action-pointer-label.handraw-txt {
    margin-bottom: 34px;
}
/*modal css*/
.try-aicall-modal .close-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: var(--gray-200);
    position: absolute;
    top: 10px;
    right: 10px;
}
.close-btn img {
    width: 14px;
}
.try-aicall-modal .modal-content {
    border-radius: 20px;
    padding: 20px;
}
.modal-ai-title img.ai-io {
    width: 34px;
}
.try-aicall-modal .modal-body {
    margin-top: 40px;
}
.modal-ai-title p.help-txt {
    font-size: 14px;
    color: var(--gray-600);
}
span.jbrole-block {
    border-bottom: 1px dashed var(--gray-600);
    display: inline-block;
}
.input-row.flex-center {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
}
.input-row .input-colum:first-child {
    border-right: transparent;
    border-bottom: 1px solid var(--gray-200);
    height: 45px;
    padding-bottom: 10px;
    width: 100%;
}
.input-colum {
    width: 100%;
    padding-right: 0;
}
input.form-control.update-custom-input.custom-flag-input {
    height: 45px;
}
.modal-ai-form{
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
/* ============== End: ai audio section banner css ============== */


/*START: Media query css for responsive*/

@media only screen and (max-width: 2560px) {
  .bannerSec {
    background-size: 75% 140%;
    background-position-x: 185px;
    background-position-y: -178px;
    padding: 3rem 0 9rem;
    border-bottom-left-radius: 50% 12%;
    border-bottom-right-radius: 50% 12%;
  }
  .proTalentSec:before {
    left: 20%;
  }
  .bot-presection{
    padding-top: 15.5rem;
  }
  section.bot-feat-section:before {
    top: -197px;
  }
  .bot-img {
    width: 500px;
    height: 500px;
    top: -380px;
  }
  .bot-feat-section .section-title {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 1920px) {
  .bannerSec {
    background-size: 95% 145%;
    background-position-x: -60px;
    background-position-y: -203px;
    padding: 1rem 0 8rem;
  }
  .proTalentSec:before {
    left: 10%;
  }
  .bot-img {
    width: 450px;
    height: 450px;
  }
  section.bot-feat-section:before {
    top: -150px;
  }
  .bot-img {
    top: -320px;
  }
  .bot-presection{
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 1680px) {
  .bannerSec {
    background-size: 100% 140%;
    padding: 1rem 0 6rem;
    background-position-y: -166px;
  }
  .bot-img {
    width: 400px;
    height: 400px;
  }
  .bot-img {
    top: -275px;
  }
  section.bot-feat-section:before {
    top: -130px;
  }
  .bot-feat-section .section-title {
    margin-top: 1rem;
  }
  .bot-presection{
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 1440px) {
  .bannerSec{
    background-size: 100% auto;
    background-position-x: 0px;
    background-position-y: -100px;
  }
  .proTalentSec:before {
    left: -70px;
  }
  section.bot-feat-section:before {
    top: -115px;
  }
  .bot-img {
    top: -265px;
  }
  .bot-presection{
    padding-top: 9rem;
  }
}
@media only screen and (min-width: 1920px) {
  .surveySec {
    min-height: 40vh;
  }
  section.new_carousel.section-pt-pb {
    max-width: 1366px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1680px) {
  .container-fluid.header-container {
    width: 100%;
    max-width: 1366px;
  }
  .trustedPartnerSec {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1440px) and (max-width: 3840px) {
  .container-fluid.fixed-container {
    /*width: 100%;
    max-width: 1366px;*/
  }
  /* .bannerSec {
    padding: 0px 0 50px;
  } */
  .bannerSec.old_client {
    padding: 20px 0;
  }
  .bannerSec.old_client:after {
    position: unset;
  }
  .bannerImg {
    margin: 0;
  }
  .old_client .bannerImg img{
    display: block;
    width: 90%;
  }
}
@media screen and (min-width: 1601px) and (max-width: 2560px) {
  nav .container-fluid.fixed-container {
    width: 100%;
    max-width: 1366px;
  }
  .new_carousel.fade-bottom.reveal {
    opacity: 1;
  }
  .new_carousel.reveal.active.fade-bottom {
    animation: none;
  }
  .trusted-partner-sec, .surveySec {
    min-height: 500px;
  }
  .surveySec-inner {
    padding: 170px 0;
  }
}
@media screen and (min-width: 1140px) and (max-width: 2560px)  {
  /*.new_carousel{
   padding:25px 0 80px;
  }*/
}
@media screen and (max-width: 1300px) {
  .navMenu.navbar-dark .navbar-nav .nav-item {
    margin: 0 10px 0 0;
  }
  .need-box h4 {
    height: 100px;
  }
  .bannerSec.old_client:after {
    right: 15px;
    top: 50%;
  }

  .trustedPartnerBox p {
    width: 600px;
  }
  .proTalentSec:before {
    max-width: 500px;
  }
}
@media screen and (max-width:1367px) {
  .cookies-banner-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 335px;
    bottom: 10px;
    left: 10px;
    padding:15px;
  }
  .cookie-logo-wraper{
    position: unset;
    transform: none;
    width: 50px;
    height: auto;
    margin-right: 15px;
  }
  .cookies-content-wraper, .cookie-logo-wraper{
    text-align: left;
  }
  .cookies-content-wraper{
    width: 100%;
  }
  .cookies-content-wraper p{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .bannerSec {
    background-size: 100% 750px;
    background-position-x: 0px;
    background-position-y: -99px;
  }
  .banner-text {
    padding-left: 60px;
  }
  .bannerSec h1 {
    font-size: 3.5rem;
  }
  h1.ai-title-txt {
    margin: 25px 0 0 0;
  }
  a.browse-link-btn {
    margin: 5px;
  }
}
/*especially design for 1366X580 screen*/
@media only screen and (max-width: 1366px) {
  .top-strip {
    padding: 8px 0;
  }
  .top-strip span, .oh-news-sec .news-tag p {
    font-size: 13px;
  }
  .talent-detail p{
    font-size: 14px;
  }
  .navbar.navMenu {
    padding: 12px 0px;
  }
  .navbar-brand.logoSec {
    width: 180px;
  }
  h1.ai-title-txt {
    margin: 15px 0 0 0;
  }
  h1.ai-title-txt, span.btn-ai-txt {
    font-size: 2.8rem;
  }
  span.ai-logo {
    width: 60px;
  }
  h1.ai-gradient-title {
    margin-bottom: 20px;
  }
  .bot-call-form {
    margin: 30px auto 40px;
  }
  .btn-demo-video .play-btn-io i{
    font-size: 28px;
  }
  input.form-control.custom-input, .form-control.custom-input, input.form-control.update-custom-input.custom-flag-input, .btn.btn-normal.btn-blue.try-boat-call {
    height: 45px;
    /*font-size: 14px;*/
  }
  .try-now-from .user-btn-sec {
    width: 22%;
  }
  .try-now-from .user-input-sec {
    width: 39%;
  }
  .bot-activity-box {
    max-width: 700px;
    padding: 0px 40px 0;
  }
  .new_carousel.section-pt-pb {
    padding: 2rem 0 0;
  }
  .bg-circle-demo-video {
    width: 500px;
    height: 500px;
  }
  .video-iframe.demo-video-lg, #ai-demo-sec.try-now-video {
    max-width: 700px;
    height: 400px;
  }
  section.try-ai-bnr-sec {
    padding: 6rem 0;
  }
  .section-pt-pb {
    padding: 4rem 0;
  }
  .section-title h2, .section-title h2.big-title, .pro-talent-title h3 {
    font-size: 2.4rem;
  }
  .about-info-panel-content img {
    max-width: 250px;
    height: 250px;
  }
  .need-box h4 {
    height: 55px;
  }
  .need-box {
    padding: 30px;
  }
  .need-box.makes-different-box p, .bonus-box-wrap .need-box p {
    margin-bottom: 0;
  }
  .ceo-letter-body p, a.talent-btn, .count-box p, .btn.btn-lg {
    font-size: 16px;
  }
  .world-video-sec video {
    width: 450px;
    height: 450px;
  }
  .section-title {
    margin-bottom: 35px;
  }
  .pricing-table table tr td {
    height: 85px;
  }
  .oh-news-sec .news-tag {
    width: 100px;
  }
  .oh-news-sec .news-title-txt h2, .customer-datail h3 {
    font-size: 30px;
  }
  .news-title-txt span i.fa {
    font-size: 38px;
  }
  .oh-news-sec .news-paper-logo-sec .news-paper-logo-box {
    width: 110px;
  }
  .news-cutout {
    text-align: right;
  }
  .news-cutout .img-fluid {
    max-width: 85%;
  }
  .cust_test .testimonial-outerbox p.one_liner, .talent-detail h4{
    font-size: 18px;
  }
  .pro-talent-btnSec {
    margin: 40px 0;
  }
  .count-box span {
    font-size: 24px;
  }
  .bonus-box-wrap .need-box{
    min-height: 255px;
  }
  .talent-detail .prv-company p{
    font-size: 12px;
  }
  .talent-detail p{
    margin-bottom: 4px;
  }
  .talentBox.talent-card {
    width: 34%;
  }
  .btn.btn-normal.btn-blue.try-boat-call.btn-bot-signup{
    height: auto;
  }
}
@media screen and (max-width:1280px){

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

}
@media screen and (max-width: 1024px){
  .navbar-brand.logoSec {
    width: 130px;
    margin-right: 1.5rem;
    padding: 0;
    border-right: transparent;
  }
  .navMenu.navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
    padding: 10px 5px;
  }
  .navMenu.navbar-dark .navbar-nav .nav-item {
    margin: 0 10px 0 0;
  }
  .client-signup-btn {
    margin-left: 20px;
  }
  .client-signup-btn a.btn.btn-lg {
    font-size: 16px;
    padding: 10px 15px;
  }
  h1.ai-title-txt, span.btn-ai-txt {
    font-size: 2.5rem;
  }
  .form-outline {
    width: 100%;
  }
  .input-colum {
    /*width: 233px;*/
    padding-right: 10px;
  }
  .banner-form-wrap:before {
    width: 104%;
  }
  .pricing-table h4.offer-title {
    font-size: 28px;
    margin: 0 0 4px;
  }
  .title-header.plan-header-box {
    padding: 15px;
  }
  a.browse-link-btn {
    font-size: 12px;
    margin: 4px;
  }
  .link-title {
    width: 180px;
  }
  .integrate-box {
    padding: 60px;
  }
  .integrate-ai-img img {
    width: 100%;
  }
  .section-title h3 {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
  }
  .pricing-table {
    padding: 30px;
    margin: 0 auto 50px;
  }
  .title-header.plan-header-box {
    height: 120px;
  }
  .plan-header-box p.first-title, 
  .pricing-table table tr td p.micro-text {
    font-size: 10px;
  }
  .pricing-table h4.offer-title {
    font-size: 24px;
  }
  .footer-link-wrap {
    margin-bottom: 7rem;
  }
  .footer-logo-outline>img {
    max-width: 600px;
  }
  .Ai-banner {
    padding: 2rem 0 6rem;
  }
  .floting-video {
    bottom: -20px;
  }
  .logos-carousel:before, .logos-carousel:after {
    width: 100px;
  }

  .hiring-plan-box p.first-title {
    font-size: 16px;
  }
  .hiring-plan-box h4.offer-title {
    font-size: 26px;
  }
  .hiring-plan-box p.micro-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .ai-audio-sec {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .tab-sidenav.homepage-sidemenu {
    background-color: transparent;
  }
  .tab-sidenav-wr {
    background-color: var(--white);
    width: 80%;
    max-width: 450px;
    float: right;
    min-height: 100vh;
    height: auto;
  }
  .owl-carousel-success .owl-nav,
  .topTalentsmob .owl-nav {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .topTalentsmob .owl-theme .owl-nav [class*="owl-"],
  .topTalentsmob .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    padding: 0;
    margin: 0 auto 15px;
  }
  .topTalentsmob .owl-theme .owl-nav [class*="owl-"]:hover,
  .topTalentsmob .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
  }

  .owl-nav div.bi-chevron-left,
  .owl-nav div.bi-chevron-right,
  .owl-nav div.fa-angle-left,
  .owl-nav div.fa-angle-right {
    padding: 13px;
    top: auto;
    right: 50%;
    bottom: -60px;
    border-radius: 50px;
    text-align: center;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 5px 10px;
    color: var(--primary);
    font-size: 30px;
    border: 1px solid var(--gray-300);
  }
}
@media screen and (max-width: 820px) {
  .menu-btn {
    padding: 0;
    border: none;
    margin-left: 5px;
    background-color: transparent;
  }
  .testimonial-carousel:before, 
  .testimonial-carousel:after {
    width: 150px;
  }
  .cust-fb h5 {
    font-size: 14px;
  }
  .cust-detail .cust-img {
    width: 36px;
  }
  .cust-name-stemp {
    width: calc(100% - 46px);
  }
  .cust-img img {
    width: 100%;
  }
  .cust-name-stemp p {
    font-size: 14px;
  }
  .cust_test p.name_position {
    margin: 0;
  }
  .section-title h2 {
    font-size: 34px;
    margin: 0 auto;
  }
  .section-title.heading-container {
    margin: 0 auto 30px;
  }
  .stats-colum h4 {
    font-size: 24px;
  }
  .stats-colum p.micro-text {
    font-size: 12px;
  }
  a.browse-link-btn {
    font-size: 10px;
    margin: 3px;
  }
  .link-title h5 {
    font-size: 16px;
  }
  .link-title {
    width: 150px;
  }
  .row-links a {
    font-size: 12px;
  }
  .row-links li {
    margin-right: 15px;
  }
  .talent-type img {
    max-width: 240px;
  }
  .support-text h3 {
    margin: 0 auto;
    font-size: 24px;
    max-width: 292px;
  }
  .support-text p {
    font-size: 12px;
    margin: 15px 0;
  }
  .btn-sm-head {
    display: block;
  }
  .currency-dropdown .btn.btn-basic.btn-sm {
    margin: 0 10px;
  }

  .integrate-box.ats-title-sec {
    padding: 30px;
  }
  .ats-title-sec h1 {
    font-size: 26px;
  }
  .ats-title-sec p {
    font-size: 13px;
  }
  .ats-feature-list {
    margin: 40px auto 0;
  }

  .pricing-box {
    padding: 30px;
  }
  .pricing-box .plan-table {
    flex-direction: column;
  }
  .hiring-plan-box.free-job-box {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .hiring-plan-box.paid-job-box {
    width: 100%;
  }
  .visual-illustration img {
    max-height: 120px;
  }
  .card-colum p {
    max-width: 280px;
    font-size: 10px;
  }
  .optimway_side:before {
    background-size: 108px;
    left: -50px;
  }
  .headingH5 {
    font-size: 14px;
  }
  .captionC2 {
    font-size: 11px;
  }
  .feature-card {
    gap: 0em;
    margin-bottom: 15px;
  }
  .section-title h3 {
    font-size: 20px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 800px) {
  .right-side-sec-xs {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .input-colum {
    width: 218px;
  }
  p.micro-text {
    font-size: 14px;
  }
  .section-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px){
  .cookies-banner-wrap{
    display: none !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    border-radius: 10px 10px 0px 0px;
  }
  .cookie-logo-wraper{
    position: unset;
    transform: none;
    width: 50px;
    margin-right: 15px;
  }
  .cookies-content-wraper{
    width: 100%;
  }
  .cookies-content-wraper, .cookie-logo-wraper{
    text-align: left;
  }
  .input-row.flex-center {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
  h1.ai-title-txt {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 15px 0 0 0;
    letter-spacing: -2px;
  }
  span.btn-ai-txt {
    font-size: 2.5rem;
  }
  h1.ai-gradient-title {
    margin: 10px auto;
  }
  .form-outline {
    border: 1px solid var(--gray-200);
    border-radius: 20px;
    width: calc(100% - 10px);
    margin: 40px auto;
  }
  .banner-form-wrap:before {
    width: 108%;
    height: 198px;
  }
  .input-row .input-colum:first-child {
    border-right: transparent;
    border-bottom: 1px solid var(--gray-200);
    height: 45px;
    padding-bottom: 10px;
  }
  .input-colum {
    width: 100%;
    padding-right: 0;
  }
  .btn-colum {
    width: 100%;
    margin-top: 15px;
  }
  .btn-colum>button.btn.btn-primary {
    width: 100%;
  }
  .banner-form-wrap {
    padding: 15px;
    width: 100%;
    max-width: 100%;
  }
  .Ai-banner {
    background-image: url(../AILanding-assets/mesh-gradient-xs.svg);
    background-position: bottom center;
    padding: 2rem 0 1rem;
  }
  .floting-video.flex-element {
    position: unset;
    margin: 30px auto;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
  }
  .video-pointer {
    margin: 10px 0 0;
    position: absolute;
    left: 28px;
    bottom: 22px;
  }
  .owl-carousel .owl-item .brand-logo img {
    height: 24px !important;
  }
  .section-title h2 {
    font-size: 36px;
    /* max-width: 500px; */
    margin: 40px auto;
    font-weight: 600;
    letter-spacing: -1px;
  }
  .section-title h2 {
    font-size: 26px;
    margin: 15px auto;
    max-width: 250px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title.heading-container {
    margin: 20px auto;
  }
  .section-title.heading-container h2 {
    max-width: 100%;
  }
  .double-side-row {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .card__content {
    box-shadow: 0 0 1px 1px #ded6fb5c;
    margin-bottom: 15px;
  }
  .double-side-row > div.card-colum,
  .double-side-row > div.optimway_side {
    gap: 0.5em;
    min-height: unset;
    height: 300px;
  }
  .visual-illustration img {
    max-height: 130px;
    margin-bottom: 10px;
  }
  .card-title h4 {
    margin: 0 0 10px;
  }
  .card-colum p {
    /*font-size: 12px;*/
    margin-bottom: 0;
  }
  .optimway_side:before {
    background-size: 70px;
    background-position: unset;
    top: -25px;
    right: 120px;
    left: unset;
    transform: rotate(90deg);
  }
  span.label.label-blue {
    margin-top: 10px;
  }
  .features.common-section .col-5, 
  .features.common-section .col {
    flex: auto;
    width: 100%;
  }
  .feat-card-txt {
    height: 110px;
  }
  .headingH5 {
    font-size: 16px;
  }
  .captionC2 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .testimonial-carousel:before,
  .testimonial-carousel:after {
    width: 0;
  }
  .section-btn-grp {
    margin: 30px 0 0;
  }
  .section-btn-grp .btn {
    width: 100%;
    font-size: 14px;
  }
  .section-btn-grp .btn.btn-basic {
    margin: 10px 0 0;
  }
  section.common-section {
    padding: 20px 0;
  }
  .integrate-box {
    padding: 20px;
  }
  .integrate-label {
    font-size: 12px;
  }
  .section-title h3 {
    font-size: 24px;
    margin: 20px auto;
    letter-spacing: -1px;
    line-height: 1.5;
  }
  .integrate-ai-img img {
    width: 100%;
  }
  .section-title.title-with-p h2 {
    margin: 0 auto 15px;
    max-width: 100%;
  }
  .plan-header-box p.first-title {
    height: 30px;
    font-size: 9px;
    font-weight: 500;
  }
 .pricing-table table>tbody tr td p {
      width: 150px;
  }

  .pricing-table table tr td {
      height: 54px;
  }

  .pricing-table-lg {
      display: none;
  }

  .pricing-plan-xs {
      display: block;
      background-color: var(--gray-100);
      padding: 15px 15px 7px;
      margin-bottom: 20px;
  }

  .pricing-plan-xs ul.nav.nav-pills {
      flex-wrap: unset;
      align-items: flex-end;
      margin-bottom: 5px;
  }

  .pricing-plan-xs ul.nav.nav-pills li.nav-item {
      width: 33.33%;
      margin: 0 3px;
      position: relative;
  }

  .vertical-bottom.premium-box {
      padding: 0;
      position: absolute;
      top: -17px;
      width: 100%;
  }

  .gradient-bg.matching-box {
      border-radius: 25px;
      height: auto;
      margin-top: 8px;
  }

  p.title-bnr {
      font-size: 7px;
      margin: 0;
      padding: 3px 0;
  }

  .plan-header-box p.first-title {
      height: 22px;
      font-size: 8px;
      font-weight: 500;
      line-height: 1.2;
  }

  .title-header.plan-header-box {
      border-radius: 10px;
      height: 130px;
      margin: 0;
      border: 1px solid var(--gray-200);
      text-align: center;
      padding: 10px
  }

  .nav-link.title-header p.help-txt {
      font-size: 8px;
      color: var(--gray-600);
      font-weight: 300
  }

  .nav-pills .nav-link.title-header.active p.help-txt {
      color: var(--black);
  }

  h4.offer-title {
      margin-bottom: 5px;
      font-weight: 600;
      color: var(--black);
      margin: 8px 0 4px;
  }

  .nav-pills .nav-link.title-header.active h4.offer-title {
      color: var(--black);
  }

  .nav-pills .nav-link.title-header {
      color: var(--black);
      background: var(--white);
      position: relative;
  }

  .nav-pills .nav-link.title-header.active {
    color: var(--black);
    background-color: var(--white);
    border: 2px solid var(--primary);
  }
  .pricing-plan-xs table {
    border-bottom: 1px solid var(--gray-300);
    margin: 0;
  }
  .pricing-plan-xs table tr td {
    height: 50px;
    vertical-align: middle;
    color: var(--black);
    background-color: transparent;
  }
  .pricing-plan-xs table tr td:first-child {
    width: 84%;
    padding-left: 0;
  }

  .pricing-plan-xs table tr td:last-child {
    width: 16%;
  }
  .pricing-plan-xs table tr.last-row {
    border: transparent;
  }
  .pricing-plan-xs table tr td p {
    font-size: 11px;
    margin-bottom: 0;
  }

  td.vertical-center i.fa {
    font-size: 20px;
  }

  table tr td.vertical-center {
    text-align: right;
  }

  .pricing-plan-xs table {
    border-bottom: 1px solid var(--gray-400);
  }

  h4.free-credit-txt {
    margin-top: 25px;
  }
  .col.col-xs-table {
    padding: 0;
    background-color: var(--gray-100);
    margin: 40px 0;
  }
  .pricing-plan-xs table tr td p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .stats-colum {
    text-align: left;
    margin-right: 8px;
  }
  .stats-colum:last-child {
    margin-right: 0;
  }
  .stats-colum h4 {
    font-size: 20px;
  }
  .stats-colum p.micro-text {
    font-size: 12px;
  }
  .stats-box-wrap {
    margin: 0 auto 20px;
  }
  .support-text {
    text-align: center;
  }
  .support-text p {
    margin: 15px 0;
  }
  .talent-type {
    margin: 15px auto 0;
    width: 100%;
    max-width: 280px;
  }
  .talent-type img {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .love-customer {
    flex-direction: column-reverse;
    margin-bottom: 15px;
  }
  .support-text .btn.btn-primary.btn-lg {
    width: 100%;
    font-size: 14px;
  }
  .browse-links {
    flex-direction: column;
  }
  a.browse-link-btn {
    width: 100%;
    margin: 6px 0;
  }
  .ft-logo-sec {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  .socialLinks {
    justify-content: flex-start;
  }
  .ft-logo {
    margin-bottom: 30px;
  }
  .socialLinks a {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .footer {
    padding: 50px 0 0;
  }
  .footer-link-wrap {
    margin-bottom: 5rem;
  }
  .footer-logo-outline>img {
    max-width: 300px;
  }
  .footer-links h3 {
    margin-bottom: 20px;
  }
  .footer-links ul {
    margin: 0;
  }
  .footer-links ul li {
    margin: 0 0 10px 0;
  }
  .footer-links ul li:hover {
    padding-left: 0;
  }
  .footer-links ul li a {
    font-size: 14px;
  }
  .col-6.footer-links {
    width: 49%;
  }
  .footer-links h3 {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 0 30px 0;
    position: relative;
  }
  .footer-links h3:after {
    position: absolute;
    content: "";
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    bottom: -10px;
  }
  hr.footer-hr {
    border-color: rgb(255 255 255 / 20%);
    margin: 2rem 0 2rem 0;
  }
  .story-card {
    margin: auto;
  }
  #sync2 .owl-nav, 
  #brand-carousel .owl-nav, 
  #brwose-crousel .owl-nav,
  #demos .owl-nav {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .cust_test .testimonial-outerbox {
    padding: 15px;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cust-fb h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .cust-detail .cust-img {
    width: 36px;
  }
  .cust-name-stemp {
    width: calc(100% - 46px);
  }
  .cust-name-stemp p {
    font-size: 14px;
  }
  .cust_test p.name_position {
    margin: 0;
  }
  .logos-carousel:before, 
  .logos-carousel:after {
    width: 0;
  }
  .menu-btn.navbar-toggler.sidenav img {
    width: auto;
    height: 16px;
  }
  .navbar-brand.logoSec {
    width: 130px;
    margin-right: 10px;
    padding: 0;
    border-right: transparent;
  }
  .right-side-sec-xs {
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .dropdown.currency-dropdown.top-head-select {
    border-left: 0 solid #ddd;
    margin: 0;
    padding: 0;
  }
  .aftercall-white-box {
    width: 96%;
    padding: 40px 20px 20px;
  }
  .aftercall-content h3 {
    font-size: 18px;
    /*max-width: 154px;
    margin: 0 10px 0 0;
    line-height: 1.4;*/
  }
  .content-left {
    width: 57%;
  }
  .action-right {
    width: 43%;
  }
  .timer-tag {
    width: 100%;
    /*max-width: 292px;*/
    text-align: center;
  }
  hr.aftercall-hr {
    border-color: var(--gray-600);
    margin: 1rem 0;
    height: 1px;
  }
  .trusted-sec>h3 {
    font-size: 20px;
    max-width: 290px;
    margin: 0 auto;
  }
  .h3-title-container {
    margin: 0 auto 40px;
  }
  .tab-sidenav-wr {
    width: 100%;
    max-width: initial;
  }
  .catagory-box-wrap {
    height: 113px;
  }
  a.catagory-box-wrap span.align-block {
    display: block;
  }
  .navbar.navMenu {
    padding: 12px 0px;
    /*height: 50px;*/
  }
  .heading-label-wrap:before {
    content: '';
    width: 15%;
    height: 1px;
    background-image: none;
    left: 0;
    background-color: var(--gray-200);
    top: 18px;
  }
  .heading-label-wrap:after {
    content: '';
    display: inline-block;
    width: 15%;
    height: 1px;
    background-image: none;
    position: absolute;
    right: 0;
    background-color: var(--gray-200);
    top: 18px;
  }
  .ai-price-box {
    padding: 30px 20px;
  }
  p.micro-text {
    font-size: 12px;
  }
  .ats-title-sec h1 {
    font-size: 20px;
    line-height: 1.4;
  }
  .integrate-box.ats-title-sec {
    padding: 30px 20px;
  }
  .ats-title-sec h1>img {
    width: 20px;
    margin-left: 5px;
    vertical-align: baseline;
  }
  .integrate-box.ats-title-sec p {
    font-size: 12px;
  }
  .ats-feature-list {
    margin: 30px auto 0;
    flex-direction: column;
  }
  .ats-feature-list ul>li {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .ats-feature-txt p>img {
    width: 12px;
    margin-right: 10px;
  }

  .pricing-box {
    padding: 20px;
    margin: 0 auto 20px;
  }
  .hiring-plan-box.free-job-box p.first-title {
    margin-top: 0;
  }
  .hiring-plan-box h4.offer-title {
    font-size: 22px;
    margin: 20px 0;
  }
  .hiring-plan-box p.micro-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .hiring-plan-box.paid-job-box {
    position: relative;
  }
  .plan-content .flex-center.flex-sb {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .sponsored-label {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12px;
    padding: 6px 12px;
  }
  .sponsored-label img {
    width: 15px;
  }
  .hiring-plan-box .plan-inner-box {
    padding: 50px 20px 20px;
    border-radius: 13px;
  }
  .hiring-plan-box.free-job-box {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
  }
  .integrate-box .section-title h3 {
    font-size: 16px;
    letter-spacing: normal;
  }
  .section-title.plan-title-flexible h2 {
    max-width: unset;
    margin-top: 50px;
  }
  .section-title h3, .ats-title-sec h1, .trusted-sec>h3, .support-text h3 {
    font-size: 24px;
  }
  .top-strip span {
    font-size: 14px;
    padding: 6px 0;
    margin: 5px;
  }
  .top-strip a {
    text-align: center;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 576px){
  .press-section .section-title {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 568px){
  .top-strip span, .top-strip a {
    margin: 0 2px;
    font-size: 14px;
    padding: 4px 0;
  }
  section.common-section {
    padding: 30px 0;
  }
  .optimway_side:before {
    background-size: 90px;
    top: -50px;
    right: 42%;
  }
  span.label.label-blue {
    margin-top: 20px;
  }
  .double-side-row > div.card-colum.oldway_side {
    height: 300px;
  }
  .double-side-row > div.optimway_side {
    height: 350px;
  }
  h1.ai-title-txt {
    font-size: 2.2rem;
  }
  span.btn-ai-txt {
    font-size: 3rem;
  }
  .audio-track {
    max-width: 90%;
    margin: 80px auto 0;
  }
  .action-highlighter {
    top: -46px;
    left: -12px;
  }
  .modal-ai-title h4 {
    font-size: 18px;
  }
  .modal-ai-title p.help-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px){

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

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

}
@media screen and (max-width: 375px){
  .section-title h3, .ats-title-sec h1, .trusted-sec>h3, .support-text h3 {
    font-size: 22px;
  }
  .card__content {
    padding: 8px;
  }
  .card-title h4 {
    margin: 15px 0 10px;
  }
  span.label {
    font-size: 12px;
  }
  .audio-track {
    max-width: 100%;
    margin: 80px 10px 0;
  }
  .audio-play {
    width: 60px;
  }
  .audio-play .btn.play-btn {
    width: 55px;
    height: 55px;
    padding: 13px 17px;
  }
  .audio-play .btn.play-btn img {
    width: 22px;
  }
  .action-highlighter {
    left: -6px;
  }
}
@media screen and (max-width:360px){
  .currency-dropdown .btn.btn-basic.btn-sm {
    margin: 0 5px;
  }
  .navbar-brand.logoSec {
    width: 120px;
  }
  .right-side-sec-xs {
    width: calc(100% - 130px);
  }
  .title-header.plan-header-box {
    border-radius: 10px;
    height: 130px;
    margin: 0;
    border: 1px solid var(--gray-200);
    text-align: center;
    padding: 6px;
  }
  .section-title h3 {
    font-size: 22px;
  }
}
@media screen and (max-width:350px){
  .navbar-brand.logoSec {
    width: 100px;
  }
  .right-side-sec-xs {
    width: calc(100% - 110px);
  }
  .video-pointer {
    left: 16px;
    bottom: 20px;
  }
}
@media screen and (max-width: 320px){

}



/* Animation keyframe */

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(36, 90, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(36, 90, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(36, 90, 255, 0);
  }
}
