@media only screen and (min-width: 768px) {
  @font-face {
    font-family: 'Lexend Deca';
    src: url("../fonts/LexendDeca-Medium.woff2") format("woff2"), url("../fonts/LexendDeca-Medium.woff") format("woff"), url("../fonts/LexendDeca-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: 'Lexend Deca';
    src: url("../fonts/LexendDeca-Bold.woff2") format("woff2"), url("../fonts/LexendDeca-Bold.woff") format("woff"), url("../fonts/LexendDeca-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap; }
  @font-face {
    font-family: 'Lexend Deca';
    src: url("../fonts/LexendDeca-Regular.woff2") format("woff2"), url("../fonts/LexendDeca-Regular.woff") format("woff"), url("../fonts/LexendDeca-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap; } }
html {
  box-sizing: border-box; }

*,
*:after,
*:before {
  box-sizing: inherit; }

body {
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  font-family: "Lexend Deca", sans-serif; }
  @media screen and (max-width: 767px) {
    body {
      font-family: "arial"; } }

a,
input,
button {
  outline: 0;
  text-decoration: none; }

h1 {
  color: #110302;
  font-size: 46px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 62px;
  text-transform: capitalize; }
  @media (max-width: 1480px) {
    h1 {
      font-size: 40px;
      line-height: 54px; } }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 30px;
      line-height: 40px; } }
  @media screen and (max-width: 575px) {
    h1 {
      font-size: 26px;
      line-height: 32px;
      margin: 0 0 15px; } }

h2 {
  color: #110302;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize; }
  @media screen and (max-width: 1024px) {
    h2 {
      font-size: 28px;
      line-height: 40px; } }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 10px; } }

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #110302;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500; }
  @media screen and (max-width: 1380px) {
    h3 {
      font-size: 20px;
      line-height: 26px; } }
  @media screen and (max-width: 575px) {
    h3 {
      margin: 0 0 10px;
      font-size: 18px; } }

h4 {
  color: #110302;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700; }
  @media screen and (max-width: 1024px) {
    h4 {
      font-size: 18px;
      line-height: 26px; } }
  @media screen and (max-width: 575px) {
    h4 {
      font-size: 16px; } }

.margin-70 {
  margin-top: 70px; }

h5 {
  color: #110302;
  font-size: 18px;
  font-weight: 500; }
  @media screen and (max-width: 1024px) {
    h5 {
      font-size: 16px;
      line-height: 26px; } }

h6, p {
  color: #110302;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px; }
  @media screen and (max-width: 1024px) {
    h6, p {
      font-size: 18px;
      line-height: 26px; } }
  h6.small, p.small {
    font-size: 14px;
    line-height: 26px; }

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px;
  color: #5E6373;
  font-weight: normal;
  margin-top: auto; }
  p:nth-of-type(1) {
    margin: 0; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 22px; } }

.para_big {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .para_big {
      font-size: 18px;
      line-height: 25px; } }

.para_small,
ol,
ul {
  font-size: 16px;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    .para_small,
    ol,
    ul {
      font-size: 14px;
      line-height: 22px; } }

.para_extrasmall {
  font-size: 14px;
  line-height: 22px; }
  @media screen and (max-width: 767px) {
    .para_extrasmall {
      font-size: 12px; } }

.top-section {
  width: 100%;
  text-align: center;
  margin: 0 0 70px;
  padding: 0 4%; }
  @media screen and (max-width: 1023px) {
    .top-section {
      padding: 0; } }
  @media screen and (max-width: 575px) {
    .top-section {
      margin: 0 0 40px; } }
  .top-section h6, .top-section p {
    color: #2F2F3F;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px; }
    @media screen and (max-width: 575px) {
      .top-section h6, .top-section p {
        font-size: 16px; } }
    .top-section h6 span, .top-section p span {
      padding: 3px 5px;
      font-weight: 600; }
    .top-section h6 .bg-white, .top-section p .bg-white {
      background: #fff; }
    .top-section h6 .bg-purple, .top-section p .bg-purple {
      background: #FFE9CF; }
  .top-section p {
    font-size: 18px;
    line-height: 27px;
    text-transform: inherit;
    margin-bottom: 0;
    font-weight: 500;
    color: #5E6373; }
    @media screen and (max-width: 575px) {
      .top-section p {
        font-size: 16px;
        line-height: 25px; } }

.primary_btn {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  background-color: #F76600;
  text-transform: capitalize;
  text-decoration: none;
  padding: 15px 65px;
  transition: 0.3s ease;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #F76600; }
  .primary_btn:hover {
    color: #F76600;
    background-color: transparent; }
  @media screen and (max-width: 767px) {
    .primary_btn {
      font-size: 16px;
      line-height: 20px;
      padding: 14px 60px;
      max-width: 100%;
      white-space: normal;
      text-align: center; } }

.white_btn {
  font-size: 20px;
  line-height: 28px;
  color: #F76600;
  background-color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  padding: 16px 55px;
  transition: 0.3s ease;
  display: inline-block;
  white-space: nowrap;
  border: 2px solid #F76600;
  filter: drop-shadow(0px 4px 89px rgba(103, 84, 226, 0.12)); }
  @media screen and (max-width: 767px) {
    .white_btn {
      font-size: 16px;
      line-height: 20px;
      padding: 15px 60px;
      max-width: 100%;
      white-space: normal;
      text-align: center; } }

.dark_btn {
  font-size: 20px;
  white-space: nowrap;
  line-height: 28px;
  color: #FFFFFF;
  background-color: #1D1C35;
  text-transform: capitalize;
  padding: 16px 65px;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block; }
  .dark_btn:hover {
    color: #F76600;
    background-color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .dark_btn {
      padding: 15px 60px;
      font-size: 16px;
      line-height: 20px; } }

.small_btn {
  color: #F76600;
  background-color: #FFFFFF;
  font-size: 20px;
  white-space: nowrap;
  text-transform: capitalize;
  line-height: 20px;
  padding: 17px 28px;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block; }

.small_anchor {
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  color: #FFFFFF;
  position: relative;
  line-height: 22px; }
  .small_anchor:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    left: 0;
    bottom: 0;
    right: 0; }
  @media screen and (max-width: 767px) {
    .small_anchor {
      font-size: 16px;
      line-height: 20px; } }

h3 a {
  color: #110302; }
  h3 a:hover {
    color: #F76600;
    text-decoration: underline; }

.background_grey {
  background-color: #F5F7FA; }

.background_grey_light {
  background-color: rgba(245, 247, 250, 0.5); }

.background_orange {
  background-color: #F76600; }

.background_lightorange {
  background-color: #2F2F3F; }

.white {
  color: #FFFFFF; }

.orange {
  color: #F76600; }

.text_center {
  text-align: center; }

.iti {
  position: relative;
  display: block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti input {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
  background: grey;
  border-radius: 7px;
  width: 100%; }

.iti__selected-flag {
  z-index: 9999;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 7px 15px;
  background-color: rgba(100, 59, 223, 0.15);
  width: 105px; }

.iti__arrow {
  margin-left: 10px;
  background-image: url(../images/angle-down.png);
  background-repeat: no-repeat;
  background-position: center right;
  width: 13px;
  height: 7px; }

.iti__arrow--up {
  margin-left: 10px;
  background-image: url(../images/angle-down.png);
  background-repeat: no-repeat;
  background-position: center right;
  width: 13px;
  height: 7px; }

.iti__country-list {
  position: absolute;
  z-index: 999999;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  background-color: #fff;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #FFFFFF;
  box-shadow: 0px 13px 25px rgba(103, 84, 226, 0.2);
  width: 100%;
  font-size: 14px; }

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px; }

.iti__flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 2px; }

.iti__divider {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #fff; }

.iti__country {
  padding: 5px 18px 7px;
  outline: none; }

.iti__dial-code {
  color: #373658;
  vertical-align: middle; }

.iti__country.iti__highlight {
  background-color: #F76600;
  color: #fff; }

.iti__highlight .iti__dial-code {
  color: #fff; }

.iti__country-name {
  vertical-align: middle;
  margin-right: 6px; }

.iti--allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }
.iti--allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }
.iti--allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }
.iti--allow-dropdown .iti__flag-container {
  right: auto;
  left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover {
  cursor: default; }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent; }
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default; }
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent; }

.iti--separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }
.iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0; }
.iti--separate-dial-code .iti__selected-flag {
  background-color: #8E6AFA; }
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px; }

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }
  .iti--container:hover {
    cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }

.iti__flag.iti__be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px; }

.iti__flag.iti__ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px; }

.iti__flag.iti__mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px; }

.iti__flag.iti__ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px; }

.iti__flag.iti__np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent; }

.iti__flag.iti__va {
  width: 15px;
  height: 15px;
  background-position: -5329px 0px; }

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px; }

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px; }

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px; }

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px; }

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px; }

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px; }

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px; }

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px; }

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px; }

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px; }

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px; }

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px; }

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px; }

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px; }

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px; }

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px; }

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px; }

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px; }

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px; }

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px; }

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px; }

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px; }

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px; }

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px; }

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px; }

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px; }

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px; }

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px; }

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px; }

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px; }

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px; }

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px; }

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px; }

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px; }

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px; }

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px; }

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px; }

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px; }

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px; }

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px; }

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px; }

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px; }

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px; }

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px; }

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px; }

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px; }

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px; }

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px; }

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px; }

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px; }

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px; }

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px; }

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px; }

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px; }

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px; }

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px; }

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px; }

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px; }

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px; }

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px; }

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px; }

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px; }

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px; }

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px; }

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px; }

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px; }

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px; }

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px; }

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px; }

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px; }

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px; }

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px; }

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px; }

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px; }

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px; }

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px; }

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px; }

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px; }

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px; }

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px; }

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px; }

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px; }

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px; }

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px; }

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px; }

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px; }

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px; }

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px; }

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px; }

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px; }

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px; }

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px; }

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px; }

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px; }

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px; }

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px; }

.day .iti__country-list {
  background-color: #fff; }
.day .iti__country.iti__highlight {
  color: #373658; }
.day .iti__highlight .iti__dial-code {
  color: #373658; }

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal; } }
@media (-webkit-min-device-pixel-ratio: 2) {
  .iti__flag {
    background-size: 5652px 15px;
    background-image: url("../images/flags@2x.png"); } }
@media (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
    background-image: url("../images/flags@2x.png"); } }
.switch-field {
  display: flex;
  border: 0.8px solid #bbaaee;
  border-radius: 100px;
  position: relative; }

.switch-field a {
  display: block;
  width: 100%; }

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px !important;
  width: 1px !important;
  border: 0;
  overflow: hidden;
  border: 0 !important; }

.switch-field label {
  width: 50%;
  padding: 16px 0;
  margin: 0 !important;
  text-align: center;
  cursor: pointer;
  color: #373658;
  border-radius: 100px; }

.switch-field label:hover {
  cursor: pointer; }

.switch-field input:checked + label {
  background: linear-gradient(180deg, rgba(165, 182, 251, 0.75) 0%, rgba(96, 113, 183, 0) 100%), rgba(100, 59, 223, 0.7);
  color: #ffffff;
  border-radius: 100px;
  box-shadow: 0px 1px 2px rgba(90, 113, 204, 0.43); }

.custom-radio + label:before {
  content: "";
  width: 50%;
  height: 100%;
  border-radius: 100px;
  display: flex;
  position: absolute;
  top: 0; }

.custom-radio:focus + label:before {
  outline: 1px solid #bae; }

.user-textarea {
  width: 100%;
  border: 1px solid #bae;
  border-radius: 5px;
  padding: 18px;
  color: #110302;
  font-size: 14px;
  font-family: "Lato";
  font-weight: 500;
  height: 150px;
  resize: none; }
  .user-textarea .input-field {
    border: 0; }

.drop-input {
  bottom: 0;
  padding: 0 30px;
  position: relative; }

.drop-box {
  border: 2px solid rgba(184, 184, 184, 0.64);
  color: #e1e1e1;
  border-radius: 8px;
  padding: 15px; }

.drop-area-box {
  display: inline-block;
  background: none;
  font-weight: 500;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  border-radius: 0;
  cursor: pointer;
  color: #323232;
  margin-top: 8px; }

.drop-area-box input {
  display: none; }

.drop-area-box button {
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  padding: 8px 10px;
  background: rgba(187, 170, 238, 0.05);
  border: 0.5px solid #bbaaee;
  border-radius: 4px;
  background: none;
  color: #95959f; }

.trusted-logos {
  padding: 30px 15px; }

.loader {
  border: 5px solid #9f9f9f;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  position: absolute;
  top: -73px;
  left: 110px;
  display: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.gal-loader {
  position: relative;
  padding: 0 18px;
  display: none; }
  .gal-loader.active .loader {
    display: block; }
  .gal-loader.show-me {
    width: 100%;
    display: block;
    min-height: 50px; }

#dropzone-loader.active {
  background: rgba(0, 0, 0, 0.1); }

.user-textarea.active .comment-input {
  background: transparent; }

.autocomplete-items {
  display: none; }
  .autocomplete-items.has-data {
    display: block;
    height: 170px;
    overflow-y: auto;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 6px 9px rgba(1, 0, 12, 0.43);
    background: #1d1c39;
    border-radius: 5px;
    z-index: 2; }
    .autocomplete-items.has-data div {
      color: #fff;
      border-bottom: 1px solid #05142b;
      background-color: #1d1c39;
      padding: 10px;
      font-size: 14px;
      cursor: pointer;
      padding: 15px 20px; }
      .autocomplete-items.has-data div.autocomplete-active, .autocomplete-items.has-data div:hover {
        background-color: rgba(0, 0, 0, 0.05); }

#fgallery div {
  display: inline-flex;
  margin-right: 12px;
  vertical-align: baseline;
  align-items: flex-start;
  position: relative;
  transition: all 0.3s ease-in-out; }

#fgallery img {
  width: 38px;
  height: 37px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle; }

#fgallery div button,
#fgallery div a {
  text-decoration: none;
  border-radius: 50%;
  width: 16px;
  height: 17px;
  vertical-align: middle;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: absolute;
  right: 2px;
  cursor: pointer;
  border: 0;
  background: url(../images/gallery-icon.png) center center no-repeat;
  top: -4px; }

#fgallery div button:focus,
#fgallery div button a:focus {
  background: url(../images/gallery-icon2.png) center center no-repeat; }

#phoneno {
  position: absolute;
  bottom: -74px; }

@media (max-width: 1440px) {
  .switch-field label {
    padding: 13px 0; } }
@media (max-width: 767px) {
  .drop-area-box button {
    font-size: 12px; } }
#drop-areas .browse-btn:focus {
  background: #333333;
  color: #fff; }

.wsf-signup .popup-content {
  width: 1120px !important;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  border-radius: 10px;
  align-items: center;
  flex-direction: row; }
  .wsf-signup .popup-content.p-0 {
    padding: 0 !important; }
  .wsf-signup .popup-content:after {
    background: url(../images/shape-04.png) no-repeat;
    content: "";
    width: 670px;
    height: 250px;
    position: absolute;
    top: 0;
    background-size: 100%;
    left: 0; }
  .wsf-signup .popup-content .cross-icon {
    position: absolute;
    right: 22px;
    cursor: pointer;
    top: 25px; }
  .wsf-signup .popup-content .left-section {
    flex-basis: 52%;
    background-color: #2f2f3f;
    padding: 40px 40px 90px;
    position: relative; }
    .wsf-signup .popup-content .left-section .content {
      margin-top: 60px; }
      .wsf-signup .popup-content .left-section .content h2 {
        color: #FFFFFF;
        font-weight: 800;
        margin: 0 0 15px; }
      .wsf-signup .popup-content .left-section .content .orange {
        color: #F76600; }
      .wsf-signup .popup-content .left-section .content p {
        font-weight: 500;
        color: #FFFFFF;
        margin: 0 0 30px; }
      .wsf-signup .popup-content .left-section .content h3 {
        color: #FFFFFF !important;
        font-weight: 600;
        font-size: 24px; }
    .wsf-signup .popup-content .left-section .performer-box {
      background: rgba(0, 0, 0, 0.11);
      border: 1px solid rgba(255, 255, 255, 0.19);
      border-radius: 13px;
      display: flex;
      align-items: center;
      padding: 30px;
      margin: 45px 0 0;
      justify-content: space-between; }
      .wsf-signup .popup-content .left-section .performer-box .list-box ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .wsf-signup .popup-content .left-section .performer-box .list-box ul li {
          position: relative;
          padding-left: 24px;
          margin: 0 0 15px;
          color: #FFFFFF;
          line-height: 22px;
          font-size: 14px; }
          .wsf-signup .popup-content .left-section .performer-box .list-box ul li:before {
            background: url(../images/form-check.svg) no-repeat;
            content: "";
            width: 16px;
            height: 16px;
            position: absolute;
            top: 3px;
            left: 0; }
          .wsf-signup .popup-content .left-section .performer-box .list-box ul li:last-child {
            margin: 0; }
      .wsf-signup .popup-content .left-section .performer-box .second_box {
        margin-left: 10px; }
    .wsf-signup .popup-content .left-section .badges {
      width: 100%;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr [4];
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 12px;
      position: relative;
      margin: 60px 0 0; }
      .wsf-signup .popup-content .left-section .badges .col {
        border: 1px solid rgba(255, 255, 255, 0.19);
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 13px;
        padding: 10px 17px 10px 12px;
        background: rgba(0, 0, 0, 0.11); }
        .wsf-signup .popup-content .left-section .badges .col .leftbar {
          width: 80%;
          border-right: 1px solid rgba(255, 255, 255, 0.19);
          text-align: left; }
          .wsf-signup .popup-content .left-section .badges .col .leftbar i {
            background: url(../images/home-star01.svg) no-repeat;
            width: 67px;
            height: 11px;
            display: block;
            margin-top: 8px; }
          .wsf-signup .popup-content .left-section .badges .col .leftbar .icon1 {
            width: 67px;
            background: url(../images/home-star01.svg) no-repeat; }
          .wsf-signup .popup-content .left-section .badges .col .leftbar .icon2 {
            background: url(../images/home-star02.svg) no-repeat; }
          .wsf-signup .popup-content .left-section .badges .col .leftbar .icon3 {
            background: url(../images/home-star03.svg) no-repeat; }
          .wsf-signup .popup-content .left-section .badges .col .leftbar .icon4 {
            width: 67px;
            background: url(../images/home-star04.svg) no-repeat; }
      .wsf-signup .popup-content .left-section .badges .ritbar {
        width: 20%;
        font-weight: 500;
        color: #9cf1fc;
        font-size: 14px;
        padding-left: 10px; }
    .wsf-signup .popup-content .left-section:before {
      background: url(../images/shape-05.png) no-repeat;
      content: "";
      width: 66px;
      height: 109px;
      position: absolute;
      bottom: 7px;
      left: 0; }
    .wsf-signup .popup-content .left-section:after {
      background: url(../images/shape-06.png) no-repeat;
      content: "";
      width: 66px;
      height: 74px;
      position: absolute;
      bottom: 0;
      right: 30px; }
  .wsf-signup .popup-content .right-section {
    flex-basis: 48%;
    padding: 40px;
    height: 100%; }
    .wsf-signup .popup-content .right-section h2 {
      font-style: normal;
      font-weight: 700;
      font-size: 30px;
      line-height: 120%;
      color: #00234b;
      margin-bottom: 30px;
      padding-left: 10px; }
    .wsf-signup .popup-content .right-section .form-wrap {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group {
        width: 100%;
        margin: 0 0 15px;
        padding: 0 10px;
        position: relative;
        /* Style the container */
        /* Style the custom select box */
        /* Style the selected item */
        /* Style the dropdown items (hidden by default) */
        /* Hide the dropdown initially */
        /* When the dropdown is visible */ }
        .wsf-signup .popup-content .right-section .form-wrap .form-group.w-45 {
          width: 60%; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group.w-55 {
          width: 40%; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group label {
          font-size: 14px;
          font-family: "Lexend Deca";
          color: #6e6b7b;
          line-height: 19px;
          font-weight: 500;
          transition: all 0.3s ease-in-out;
          display: block;
          margin: 0 0 5px; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
          width: 100%;
          border: 0;
          border: 1px solid #e3e7eb;
          font-size: 14px;
          border-radius: 3px;
          font-family: "Lexend Deca";
          color: #b9b9c3;
          line-height: 19px;
          padding: 0 10px;
          font-weight: 400;
          height: 38px;
          transition: all 0.3s ease-in-out;
          background-color: transparent; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .custom-select-container {
          position: relative;
          width: 100%; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .custom-select {
          position: relative;
          border-radius: 3px;
          cursor: pointer; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .select-selected {
          display: block;
          font-size: 14px;
          padding: 9px 10px;
          line-height: 19px;
          position: relative;
          color: #00234b; }
          .wsf-signup .popup-content .right-section .form-wrap .form-group .select-selected:after {
            background: url(../images/sign-arrow.svg) no-repeat;
            content: "";
            width: 20px;
            height: 15px;
            position: absolute;
            top: 10px;
            background-size: 100%;
            right: 5px; }
          .wsf-signup .popup-content .right-section .form-wrap .form-group .select-selected.active:after {
            transform: rotate(180deg); }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .bphonewrap {
          display: flex;
          align-items: top;
          justify-content: space-between; }
          .wsf-signup .popup-content .right-section .form-wrap .form-group .bphonewrap .bphone {
            flex-basis: 43%; }
          .wsf-signup .popup-content .right-section .form-wrap .form-group .bphonewrap .phone-sc {
            flex-basis: 55%; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .select-items {
          position: absolute;
          top: 102%;
          left: 0;
          right: 0;
          z-index: 99;
          background-color: #fff;
          border-top: none;
          max-height: 200px;
          overflow-y: auto;
          box-shadow: 0px 10px 50px rgba(68, 97, 215, 0.1);
          margin: 0 -1px; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .select-item {
          padding: 9px 10px;
          cursor: pointer;
          color: #00234b;
          font-size: 14px;
          border-bottom: 1px solid #cfd3da; }
          .wsf-signup .popup-content .right-section .form-wrap .form-group .select-item:last-child {
            border: 0; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .select-item:hover {
          color: #f76600;
          background: rgba(247, 102, 0, 0.05); }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .select-hide {
          display: none; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .select-show {
          display: block; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group input:-webkit-autofill,
        .wsf-signup .popup-content .right-section .form-wrap .form-group input:-webkit-autofill:hover,
        .wsf-signup .popup-content .right-section .form-wrap .form-group input:-webkit-autofill:focus,
        .wsf-signup .popup-content .right-section .form-wrap .form-group input:-webkit-autofill:active {
          -webkit-box-shadow: 0 0 0 40px white inset !important; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group ::placeholder {
          color: #b9b9c3 !important; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group input:-moz-placeholder {
          color: #b9b9c3 !important; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group select {
          background-color: #fff;
          border-radius: 5px;
          border: solid 1px #e8e8e8;
          width: 100%;
          box-sizing: border-box;
          clear: both;
          cursor: pointer;
          display: block;
          float: left;
          font-family: "Lexend Deca" !important;
          font-size: 14px;
          font-weight: normal;
          height: 38px;
          line-height: 36px;
          outline: none;
          padding-left: 18px;
          padding-right: 30px;
          padding-left: 10px;
          position: relative;
          text-align: left !important;
          transition: all .2s ease-in-out;
          user-select: none;
          white-space: nowrap;
          width: auto;
          appearance: none;
          background: url(../images/sign-arrow.svg) no-repeat;
          background-repeat: no-repeat;
          background-position: center right 5px;
          background-size: 20px;
          width: 100%; }
          .wsf-signup .popup-content .right-section .form-wrap .form-group select option {
            border-bottom: 1px solid #cfd3da;
            font-size: 14px;
            padding-left: 10px;
            padding-right: 10px; }
            .wsf-signup .popup-content .right-section .form-wrap .form-group select option:hover {
              color: #f76600;
              background: rgba(247, 102, 0, 0.05);
              font-weight: 400; }
            .wsf-signup .popup-content .right-section .form-wrap .form-group select option .nice-select .option.selected {
              font-weight: 400; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select {
          width: 100%;
          padding-left: 10px; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group option {
          padding: 0 10px;
          font-family: "Lexend Deca"; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select .option {
          border-bottom: 1px solid #cfd3da;
          font-size: 14px;
          padding-left: 10px;
          padding-right: 10px; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select .option:hover, .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select .option.focus, .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select .option.selected.focus {
          color: #f76600;
          background: rgba(247, 102, 0, 0.05);
          font-weight: 400; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select .option.selected {
          font-weight: 400; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group input[type="password"] + i .eye-slash {
          position: absolute;
          top: 38px;
          right: 18px; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group input[type="password"] + i .eye {
          display: none;
          position: absolute;
          top: 38px;
          right: 18px; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group input[type="text"] + i .eye-slash {
          display: none; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group input[type="text"] + i .eye {
          position: absolute;
          top: 10px;
          right: 10px; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select:after {
          border: 0 !important;
          content: "";
          display: block;
          margin-top: 0 !important;
          pointer-events: none;
          position: absolute;
          right: 3px;
          top: 45% !important;
          transform-origin: 0% !important;
          transform: none !important;
          transition: all 0.15s ease-in-out;
          background-color: fff;
          background: url(../images/sign-arrow.svg) no-repeat;
          background-repeat: no-repeat;
          background-position: center right 0px;
          appearance: none;
          width: 20px;
          height: 7px !important;
          appearance: none; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select.open .nice-select-dropdown {
          width: 100% !important; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select .list {
          margin: 0 !important; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .comment-input {
          height: 40px;
          resize: none; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .padd {
          padding: 0 !important;
          font-size: 13px;
          margin: 0 0 5px; }
          .wsf-signup .popup-content .right-section .form-wrap .form-group .padd .mcheck {
            position: absolute;
            width: 15px;
            height: 15px;
            top: 1px;
            left: 0; }
          .wsf-signup .popup-content .right-section .form-wrap .form-group .padd p {
            font-size: 12px;
            color: #525f7f;
            padding-left: 25px;
            font-weight: 400;
            position: relative; }
            .wsf-signup .popup-content .right-section .form-wrap .form-group .padd p a {
              color: #ec6b16; }
              .wsf-signup .popup-content .right-section .form-wrap .form-group .padd p a:hover {
                text-decoration: underline; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn {
          width: 100%;
          border-radius: 8px;
          font-family: "Lexend Deca";
          background: #f76600;
          padding: 10px 25px;
          color: #fff;
          border: 0;
          font-size: 14px;
          margin: 0;
          cursor: pointer; }
          .wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn:hover {
            background: #2f2f3f; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group button[disabled="disabled"],
        .wsf-signup .popup-content .right-section .form-wrap .form-group button:disabled {
          background: #f76600 !important; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled::-webkit-input-placeholder {
          color: #b9b9c3;
          font-size: 14px;
          opacity: 1; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled::-moz-placeholder {
          color: #b9b9c3;
          font-size: 14px;
          opacity: 1; }
      .wsf-signup .popup-content .right-section .form-wrap .ws-error .infiled {
        border: 1px solid red; }
      .wsf-signup .popup-content .right-section .form-wrap .ws-error label {
        color: red; }
    .wsf-signup .popup-content .right-section .sucmsg {
      display: none; }
    .wsf-signup .popup-content .right-section.signup-success form {
      display: none; }
    .wsf-signup .popup-content .right-section.signup-success h2 {
      display: none; }
    .wsf-signup .popup-content .right-section.signup-success .sucmsg {
      display: block;
      padding-top: 50%;
      text-align: center; }
      .wsf-signup .popup-content .right-section.signup-success .sucmsg h3 {
        font-weight: 600;
        color: green;
        font-size: 25px; }
      .wsf-signup .popup-content .right-section.signup-success .sucmsg p {
        font-size: 16px;
        color: green; }
.wsf-signup .ws-error .infiled {
  border: 1px solid red; }
.wsf-signup .error,
.wsf-signup .errors {
  margin: 6px 0 0 !important;
  text-align: right;
  font-size: 10px !important; }
.wsf-signup .tool-tip-wrap {
  position: relative; }
.wsf-signup .info-lbl span.tolltip {
  display: none;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: -157px;
  left: -135px;
  width: 200px;
  border-radius: 3px;
  background: #525f7f;
  color: #ffffff !important;
  padding: 8px;
  cursor: pointer; }
  .wsf-signup .info-lbl span.tolltip:after {
    content: "";
    background: url(../menu-images/pols.png) no-repeat;
    width: 10px;
    height: 8px;
    position: absolute;
    bottom: -5px;
    right: 53px; }
  .wsf-signup .info-lbl span.tolltip:hover {
    display: block;
    cursor: pointer; }

#phone-error {
  position: initial !important; }

img.info-img:hover + span.tolltip {
  display: block;
  cursor: pointer; }

.wsf-signup
.popup-content
.right-section
.form-wrap
.form-group
label.info-lbl {
  pointer-events: inherit; }

.logp {
  font-size: 14px !important;
  color: #00234b !important;
  text-align: center;
  margin: 15px 0 0 !important; }
  .logp a {
    color: #f76600 !important;
    display: inline-block;
    margin-left: 5px; }
    .logp a:hover {
      text-decoration: underline; }

/*Media Query Start from here*/
@media (max-width: 1780px) {
  .wsf-signup .popup-content .right-section {
    padding: 30px; }

  .wsf-signup .popup-content .left-section .content {
    margin-top: 45px; }

  .wsf-signup .popup-content .left-section .performer-box {
    margin-top: 35px; }

  .wsf-signup .popup-content .left-section .badges {
    margin-top: 45px; } }
@media (max-width: 1600px) {
  .wsf-signup .popup-content .left-section {
    padding: 45px 30px 95px; }
    .wsf-signup .popup-content .left-section .content {
      margin-top: 40px; }
      .wsf-signup .popup-content .left-section .content p {
        font-size: 16px; }
    .wsf-signup .popup-content .left-section .performer-box {
      margin: 30px 0 0;
      padding: 20px; }
    .wsf-signup .popup-content .left-section .badges {
      margin: 40px 0 0; }
  .wsf-signup .popup-content .right-section {
    height: 100%;
    padding: 30px; }
    .wsf-signup .popup-content .right-section h2 {
      margin-bottom: 20px; }
    .wsf-signup .popup-content .right-section .form-wrap .form-group {
      margin-bottom: 12px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
        height: 35px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .select-selected {
        padding: 7.5px 10px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select {
        height: 35px;
        line-height: 33px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group select {
        height: 35px;
        line-height: 33px; }
  .wsf-signup .popup-content:after {
    background-size: 100% 100%;
    height: 180px; } }
@media (max-width: 1440px) {
  .wsf-signup .form-wrap {
    padding-bottom: 50px; }
  .wsf-signup .popup-content {
    overflow-y: scroll !important;
    height: 90% !important;
    background: -webkit-linear-gradient(left, #2f2f3f 55.3%, white 39.1%);
    align-items: flex-start; }
    .wsf-signup .popup-content .left-section:before {
      display: none; }
    .wsf-signup .popup-content .left-section:after {
      display: none; }
    .wsf-signup .popup-content:after {
      height: 100px; } }
@media (max-width: 1380px) {
  .wsf-signup .form-wrap {
    padding-bottom: 50px; }
  .wsf-signup .popup-content {
    overflow-y: scroll !important;
    height: 90% !important;
    background: -webkit-linear-gradient(left, #2f2f3f 55.3%, white 39.1%);
    align-items: flex-start;
    width: 1120px !important; }
    .wsf-signup .popup-content h2 {
      font-size: 25px;
      line-height: 40px; }
    .wsf-signup .popup-content .left-section .performer-box {
      margin: 20px 0 0; }
      .wsf-signup .popup-content .left-section .performer-box ul li {
        margin: 0 0 10px; }
    .wsf-signup .popup-content .left-section .badges {
      margin: 30px 0 0; }
    .wsf-signup .popup-content .left-section .content {
      margin-top: 30px; }
      .wsf-signup .popup-content .left-section .content p {
        margin: 0 0 20px; }
    .wsf-signup .popup-content .left-section:before {
      display: none; }
    .wsf-signup .popup-content .left-section:after {
      display: none; }
    .wsf-signup .popup-content:after {
      height: 100px; } }
@media (max-width: 1160px) {
  .wsf-signup .popup-content {
    width: 90% !important;
    background: #fff;
    flex-wrap: wrap; }
    .wsf-signup .popup-content .left-section {
      display: none; }
    .wsf-signup .popup-content .right-section {
      flex-basis: 100%;
      padding: 40px 20px;
      height: auto !important; }
      .wsf-signup .popup-content .right-section h2 {
        text-align: center;
        font-size: 20px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group {
        padding: 0; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
          padding: 0 10px; }
      .wsf-signup .popup-content .right-section.signup-success .sucmsg {
        padding-top: 0; }
        .wsf-signup .popup-content .right-section.signup-success .sucmsg p {
          font-size: 14px; }
    .wsf-signup .popup-content:after {
      display: none; }
  .wsf-signup .info-lbl span.tolltip {
    top: -155px;
    left: 0; } }
@media (max-width: 767px) {
  .wsf-signup .form-wrap {
    padding-bottom: 0; }
  .wsf-signup .popup-content {
    width: 90% !important; }
    .wsf-signup .popup-content .right-section {
      overflow-y: scroll !important;
      height: 95% !important; }
    .wsf-signup .popup-content .cross-icon {
      top: 15px; }

  .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
    font-family: sans-serif; }

  .wsf-signup .popup-content .right-section .form-wrap .form-group label {
    font-family: sans-serif; }

  .wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn {
    font-family: sans-serif; }

  .wsf-signup
  .popup-content
  .right-section
  .form-wrap
  .form-group
  .padd
  .mcheck {
    top: 1px; } }
@media (max-width: 479px) {
  .wsf-signup .popup-content .right-section .form-wrap .form-group label {
    font-size: 13px; }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .select-selected {
    font-size: 13px; }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select {
    font-size: 13px; }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .nice-select .option {
    font-size: 13px; }
  .wsf-signup .popup-content .right-section .form-wrap .form-group select {
    font-size: 13px; }
    .wsf-signup .popup-content .right-section .form-wrap .form-group select option {
      font-size: 13px; }
  .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
    font-size: 13px; }

  .infiled:focus {
    font-size: 13px !important; } }
/*Media Query Start Ends here*/
.chat-popup .popup-content {
  width: 400px !important;
  border-radius: 10px;
  background: #fff;
  padding: 0 !important;
  box-shadow: 0px 4px 18px 0px rgba(28, 17, 96, 0.25);
  margin: initial; }
  .chat-popup .popup-content .head-top {
    background: #695eee;
    height: 60px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 23px;
    align-items: center; }
    .chat-popup .popup-content .head-top .cross-icon {
      cursor: pointer; }
  .chat-popup .popup-content .btmdiv {
    padding: 15px 35px; }
    .chat-popup .popup-content .btmdiv .dt {
      display: block;
      color: #525f7f;
      margin: 0 0 10px;
      font-size: 12px;
      text-align: center; }
    .chat-popup .popup-content .btmdiv .bgwrap {
      background: #fbfaff;
      padding: 15px 20px; }
      .chat-popup .popup-content .btmdiv .bgwrap h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 130%;
        margin: 0 0 5px; }
      .chat-popup .popup-content .btmdiv .bgwrap img {
        margin-left: -20px; }
      .chat-popup .popup-content .btmdiv .bgwrap p {
        font-size: 14px;
        line-height: 140%;
        margin: 0 0 10px; }
      .chat-popup .popup-content .btmdiv .bgwrap strong {
        color: #6754e2;
        font-weight: 500; }
    .chat-popup .popup-content .btmdiv .ctasec {
      flex-wrap: wrap;
      margin: 15px 0 0; }
      .chat-popup .popup-content .btmdiv .ctasec a {
        width: 100%;
        height: 46px;
        font-size: 14px;
        padding: 10px 20px;
        line-height: initial; }
        .chat-popup .popup-content .btmdiv .ctasec a:hover {
          background: #051441;
          border-color: #051441;
          color: #fff; }
      .chat-popup .popup-content .btmdiv .ctasec .chatbtn {
        background: transparent;
        color: #624de3;
        margin: 10px 0 0; }

.chat-popup .exit-intent-popup {
  display: none; }

.chat-popup .exit-intent-popup.visible {
  display: block; }

@media (max-width: 1380px) {
  .chat-popup .popup-content {
    overflow-y: hidden !important;
    height: initial !important; }
    .chat-popup .popup-content .head-top {
      height: 40px; }
    .chat-popup .popup-content .btmdiv .ctasec a {
      height: 40px; } }
@media (max-width: 1024px) {
  .chat-popup .popup-content .btmdiv {
    overflow-y: scroll !important;
    height: 400px !important; } }
@media (max-width: 979px) {
  .chat-popup .popWrap {
    justify-content: center;
    padding: 0; }
  .chat-popup .popup-content {
    width: 90% !important; }
    .chat-popup .popup-content .head-top {
      height: 50px;
      padding: 10px 20px; }
    .chat-popup .popup-content .btmdiv {
      padding: 15px 20px; }
      .chat-popup .popup-content .btmdiv .bgwrap {
        padding: 15px; }
      .chat-popup .popup-content .btmdiv .ctasec a {
        width: 100%;
        height: 40px; } }
.works-journey {
  background: linear-gradient(180deg, #F76600 0%, #C75200 100%);
  position: relative; }
  .works-journey .ws-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9; }
    .works-journey .ws-flex .jour-col {
      flex-basis: 45%; }
      .works-journey .ws-flex .jour-col .top-section {
        margin: 0 !important;
        padding: 0 !important; }
        .works-journey .ws-flex .jour-col .top-section h6, .works-journey .ws-flex .jour-col .top-section p {
          color: #fff; }
          .works-journey .ws-flex .jour-col .top-section h6 span, .works-journey .ws-flex .jour-col .top-section p span {
            background: rgba(255, 255, 255, 0.21);
            padding: 3px 5px; }
        .works-journey .ws-flex .jour-col .top-section p {
          color: #fff; }
      .works-journey .ws-flex .jour-col h2 {
        font-size: 30px;
        line-height: 46px;
        color: #fff;
        font-weight: 500; }
      .works-journey .ws-flex .jour-col p {
        color: #fff; }
      .works-journey .ws-flex .jour-col .actionBtn {
        margin: 40px 0 0;
        justify-content: center;
        display: flex; }
        @media screen and (max-width: 575px) {
          .works-journey .ws-flex .jour-col .actionBtn {
            flex-wrap: wrap;
            margin: 30px 0 0;
            align-items: flex-start; } }
        .works-journey .ws-flex .jour-col .actionBtn div {
          margin: 0 23px 0 0; }
          @media screen and (max-width: 1024px) {
            .works-journey .ws-flex .jour-col .actionBtn div {
              margin: 0 10px; } }
          @media screen and (max-width: 575px) {
            .works-journey .ws-flex .jour-col .actionBtn div {
              margin: 0 auto 15px;
              width: 48%; } }
          .works-journey .ws-flex .jour-col .actionBtn div:last-child {
            margin: 0; }
        .works-journey .ws-flex .jour-col .actionBtn a {
          min-width: 210px;
          display: block !important;
          margin: 0 0 8px 0;
          border-radius: 30px; }
          @media screen and (max-width: 1024px) {
            .works-journey .ws-flex .jour-col .actionBtn a {
              margin: 0 0 10px 0; } }
        .works-journey .ws-flex .jour-col .actionBtn a.primary_btn1 {
          background: #fff;
          color: #051441;
          border: 1px solid #f76600;
          padding: 14px 30px;
          position: relative;
          line-height: 28px !important;
          height: initial !important;
          text-align: center; }
          .works-journey .ws-flex .jour-col .actionBtn a.primary_btn1:after {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-left: 10px;
            background-size: 24px !important;
            vertical-align: middle;
            position: initial;
            background: url(../images/button-arw.png) no-repeat; }
          .works-journey .ws-flex .jour-col .actionBtn a.primary_btn1:hover {
            background: #051441;
            color: #fff;
            border-color: #051441; }
            .works-journey .ws-flex .jour-col .actionBtn a.primary_btn1:hover:after {
              background: url(../images/button-arwhover.png) no-repeat; }
          @media screen and (max-width: 575px) {
            .works-journey .ws-flex .jour-col .actionBtn a.primary_btn1 {
              padding: 10px 10px 8px !important;
              font-size: 12px !important; } }
        .works-journey .ws-flex .jour-col .actionBtn a.primary_btn2 {
          border: 1px solid #ffffff;
          cursor: pointer;
          color: #fff;
          padding: 14px 30px;
          line-height: 28px !important;
          height: initial !important;
          text-align: center; }
          .works-journey .ws-flex .jour-col .actionBtn a.primary_btn2:after {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-left: 10px;
            background-size: 24px !important;
            vertical-align: middle;
            background: url(../images/clock-icon.png) no-repeat;
            position: initial; }
          .works-journey .ws-flex .jour-col .actionBtn a.primary_btn2:hover {
            background: #051441;
            color: #fff;
            border-color: #051441; }
            .works-journey .ws-flex .jour-col .actionBtn a.primary_btn2:hover:after {
              background: url(../images/clock-icon.png) no-repeat; }
          @media screen and (max-width: 575px) {
            .works-journey .ws-flex .jour-col .actionBtn a.primary_btn2 {
              padding: 10px 10px 8px !important;
              font-size: 12px !important; } }
        .works-journey .ws-flex .jour-col .actionBtn small {
          display: block;
          text-align: center;
          font-size: 12px;
          color: #f1efff;
          line-height: 18px;
          font-weight: 500; }
          @media screen and (max-width: 1024px) {
            .works-journey .ws-flex .jour-col .actionBtn small {
              font-size: 11px;
              line-height: 14px; }
              .works-journey .ws-flex .jour-col .actionBtn small br {
                display: none; } }
          @media screen and (max-width: 575px) {
            .works-journey .ws-flex .jour-col .actionBtn small {
              text-align: center;
              padding: 0 10px; } }
    .works-journey .ws-flex .devide {
      padding: 0 10px;
      display: inline-block;
      position: relative;
      color: #cdcdcd;
      opacity: 0.6;
      font-size: 12px; }
      .works-journey .ws-flex .devide:before {
        content: "";
        clear: both;
        display: block;
        width: 1px;
        height: 100px;
        position: absolute;
        background: #cdcdcd;
        opacity: 0.6;
        top: -105px;
        left: 19px; }
      .works-journey .ws-flex .devide:after {
        content: "";
        clear: both;
        display: block;
        width: 1px;
        height: 100px;
        background: #cdcdcd;
        position: absolute;
        bottom: -105px;
        left: 19px;
        opacity: 0.6; }

@media (max-width: 1440px) {
  .works-journey:before {
    width: 200px;
    height: 230px;
    background-size: 100%; }
  .works-journey:after {
    width: 200px;
    height: 230px;
    background-size: 100%; }
  .works-journey .ws-flex .jour-col {
    flex-basis: 47%; } }
@media (max-width: 1160px) {
  .works-journey .ws-flex .jour-col {
    flex-basis: 48%; }
    .works-journey .ws-flex .jour-col h2 {
      font-size: 28px;
      line-height: 1.2; } }
@media (max-width: 979px) {
  .works-journey .ws-flex {
    flex-wrap: wrap; }
    .works-journey .ws-flex .jour-col {
      flex-basis: 100%; }
    .works-journey .ws-flex .devide {
      flex-basis: 100%;
      margin: 30px 0;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .works-journey .ws-flex .devide:before {
        width: 80px;
        height: 1px;
        position: initial;
        display: inline-block;
        margin: 0 5px 0 0; }
      .works-journey .ws-flex .devide:after {
        width: 80px;
        height: 1px;
        position: initial;
        display: inline-block;
        margin: 0 0 0 5px; } }
@media (max-width: 767px) {
  .works-journey .ws-flex .jour-col .actionBtn a.primary_btn1 {
    padding: 10px 11px !important;
    font-size: 14px !important;
    line-height: 26px !important; }

  .works-journey .ws-flex .jour-col .actionBtn a.primary_btn2 {
    padding: 10px 11px !important;
    font-size: 14px !important;
    line-height: 26px !important; } }
@media (max-width: 479px) {
  .works-journey .ws-flex .jour-col .actionBtn a {
    min-width: auto; } }
.banner-award .award-box {
  flex-basis: 100%;
  padding: 50px 0 0; }
  .banner-award .award-box .client-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px; }
    .banner-award .award-box .client-section .client-row {
      position: relative;
      overflow: hidden;
      height: 230px; }
      .banner-award .award-box .client-section .client-row .client-stack ul {
        display: flex;
        min-width: 150%;
        justify-content: space-around;
        column-gap: 40px;
        position: absolute; }
        .banner-award .award-box .client-section .client-row .client-stack ul li {
          min-width: 300px;
          width: 300px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          height: 230px; }
          .banner-award .award-box .client-section .client-row .client-stack ul li .star-rt {
            display: flex;
            font-weight: 700;
            color: #110302;
            text-align: center;
            width: 100%;
            justify-content: center;
            align-items: center;
            margin: 0 0 15px;
            gap: 5px; }
          .banner-award .award-box .client-section .client-row .client-stack ul li p {
            font-size: 14px;
            color: #001b40;
            line-height: 23px;
            min-height: 92px; }
          .banner-award .award-box .client-section .client-row .client-stack ul li .awimg {
            margin: 30px 0 0;
            display: flex;
            height: 45px;
            vertical-align: middle;
            align-items: center;
            width: 100%;
            justify-content: center; }
          .banner-award .award-box .client-section .client-row .client-stack ul li img {
            vertical-align: middle; }
          .banner-award .award-box .client-section .client-row .client-stack ul li:hover {
            color: red; }
      .banner-award .award-box .client-section .client-row .hover:hover {
        color: red; }
  .banner-award .award-box .award-sc h5 {
    font-size: 15px;
    color: #0a1747; }
  .banner-award .award-box .award-sc .award-row {
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .banner-award .award-box .award-sc .award-row .award-col {
      flex-basis: 23%;
      cursor: pointer;
      text-align: center;
      padding: 12px;
      border: 1px solid #eee9e9;
      border-radius: 5px;
      margin: 0 0 14px; }
      .banner-award .award-box .award-sc .award-row .award-col .aw-icon {
        min-height: 50px;
        margin: 0 0 5px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .banner-award .award-box .award-sc .award-row .award-col .aw-icon img.normal-mode {
          display: block; }
        .banner-award .award-box .award-sc .award-row .award-col .aw-icon img.hover-mode {
          display: none; }
      .banner-award .award-box .award-sc .award-row .award-col p {
        font-size: 8px;
        line-height: 10px;
        color: #05164d;
        opacity: 0.8;
        font-weight: 500; }
      .banner-award .award-box .award-sc .award-row .award-col:hover {
        background: #fff;
        cursor: default; }
        .banner-award .award-box .award-sc .award-row .award-col:hover p {
          opacity: 1; }
        .banner-award .award-box .award-sc .award-row .award-col:hover .aw-icon img.normal-mode {
          display: none; }
        .banner-award .award-box .award-sc .award-row .award-col:hover .aw-icon img.hover-mode {
          display: block; }

@keyframes slide_to_left {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
@keyframes slide_to_right {
  0% {
    transform: translateX(-50%); }
  to {
    transform: translateX(0); } }
.award-animate-slide-to-left {
  animation: slide_to_left 15s linear infinite; }

.award-animate-slide-to-right {
  animation: slide_to_right 15s linear infinite; }

.hover\:pause:hover {
  animation-play-state: paused; }

.ppc-ben .column-three {
  text-align: center; }

.integrations .dis-flex {
  justify-content: space-between; }
.integrations .head-txt {
  flex-basis: 45%; }
.integrations .img-sec {
  flex-basis: 40%; }

.count-box-section .head-txt h3 {
  font-size: 24px;
  font-weight: 600; }
.count-box-section .count-box-outer .count-box {
  position: relative;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid rgba(236, 107, 22, 0.33);
  flex-basis: 25%; }
  .count-box-section .count-box-outer .count-box h2 {
    font-weight: 900;
    font-size: 40px;
    display: block;
    margin: 0 0 10px; }
  .count-box-section .count-box-outer .count-box p {
    font-weight: 600;
    color: #0e0b3d;
    display: block;
    line-height: initial; }
  .count-box-section .count-box-outer .count-box:last-child {
    border-right: 0; }

.feature-testimonial-section .customer-testimonial-slider {
  margin-top: 100px; }
  .feature-testimonial-section .customer-testimonial-slider .glider-dots {
    margin-top: 50px !important;
    display: flex !important;
    justify-content: center; }
    .feature-testimonial-section .customer-testimonial-slider .glider-dots .glider-dot {
      width: 11px;
      height: 11px;
      color: #dddddd;
      background: #ffe5d3;
      border: 0;
      margin: 5px;
      border-radius: 100%; }
      .feature-testimonial-section .customer-testimonial-slider .glider-dots .glider-dot.active {
        background: #F76600; }
.feature-testimonial-section .glider-contain {
  width: 100% !important; }
.feature-testimonial-section .content-box-outer {
  height: 100%;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  border: 1px solid #fbcdae;
  border-radius: 10px;
  position: relative; }
  .feature-testimonial-section .content-box-outer::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/quote-02.svg) center center no-repeat;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 35px; }
.feature-testimonial-section .glider-slide {
  margin: 30px 15px; }
  .feature-testimonial-section .glider-slide .content-box {
    position: relative;
    padding: 40px 35px 25px; }
    .feature-testimonial-section .glider-slide .content-box small {
      font-size: 18px;
      font-weight: 700;
      color: #110302;
      margin: 0 0 10px;
      display: block; }
    .feature-testimonial-section .glider-slide .content-box p {
      font-size: 14px;
      line-height: 160%;
      color: #333030;
      min-height: 180px;
      position: relative; }
  .feature-testimonial-section .glider-slide .customer-testimonial-section img.star {
    width: auto !important; }
  .feature-testimonial-section .glider-slide .cust-img-box {
    position: relative;
    padding: 20px 35px 25px;
    align-items: center;
    flex-wrap: nowrap;
    border-top: 1px solid #eaeff3; }
    .feature-testimonial-section .glider-slide .cust-img-box .profile {
      width: 48px;
      height: 48px;
      margin-right: 10px; }
      .feature-testimonial-section .glider-slide .cust-img-box .profile img {
        width: 100%;
        border-radius: 100%; }
    .feature-testimonial-section .glider-slide .cust-img-box .profile-text {
      width: calc(100% - 48px);
      position: relative; }
      .feature-testimonial-section .glider-slide .cust-img-box .profile-text h5 {
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: #333030;
        margin: 0; }
      .feature-testimonial-section .glider-slide .cust-img-box .profile-text p {
        font-size: 10px; }
      .feature-testimonial-section .glider-slide .cust-img-box .profile-text h6, .feature-testimonial-section .glider-slide .cust-img-box .profile-text p {
        font-size: 10px;
        line-height: 150%;
        font-weight: 500;
        color: #737b7d; }
      .feature-testimonial-section .glider-slide .cust-img-box .profile-text .star-rt:after {
        content: "";
        display: block;
        width: 84px;
        height: 24px;
        background: url(../images/test-star.svg) center center no-repeat;
        border-radius: 50%;
        position: absolute;
        bottom: -15px;
        left: 0; }

.pr-main {
  padding-bottom: 0; }

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .count-box-section .count-box-outer .count-box h2 {
    font-size: 35px; } }
@media (max-width: 1280px) {
  .feature-testimonial-section .customer-testimonial-slider {
    margin-top: 40px; }
    .feature-testimonial-section .customer-testimonial-slider .glider-dots {
      margin-top: 30px !important; }
  .feature-testimonial-section .glider-slide {
    margin: 30px 10px; }
    .feature-testimonial-section .glider-slide .content-box {
      padding: 35px 25px 25px; }
      .feature-testimonial-section .glider-slide .content-box p {
        min-height: 225px; }
      .feature-testimonial-section .glider-slide .content-box small {
        font-size: 16px; }

  .count-box-section .count-box-outer .count-box p {
    font-size: 14px; } }
@media (max-width: 980px) {
  .count-box-section .count-box-outer {
    margin: 20px 0 0; }
    .count-box-section .count-box-outer .count-box {
      flex-basis: 50%;
      margin: 15px 0 0;
      padding: 8px; }
      .count-box-section .count-box-outer .count-box:nth-child(2n) {
        border-right: 0; }
      .count-box-section .count-box-outer .count-box h2 {
        font-size: 26px; }
      .count-box-section .count-box-outer .count-box p {
        font-weight: 500; } }
@media (max-width: 767px) {
  .banner-award .award-box {
    padding: 10px 0 0; }
    .banner-award .award-box .client-section .client-row .client-stack ul {
      column-gap: 20px; }
      .banner-award .award-box .client-section .client-row .client-stack ul li {
        min-width: 300px; }
        .banner-award .award-box .client-section .client-row .client-stack ul li .awimg {
          margin: 15px 0 0; }

  .integrations .head-txt {
    flex-basis: 100%;
    text-align: center; }
  .integrations .img-sec {
    flex-basis: 100%; }
    .integrations .img-sec img {
      margin: 0 auto; }

  .feature-testimonial-section .glider-slide .content-box p {
    min-height: 130px;
    font-size: 14px; }
  .feature-testimonial-section .customer-testimonial-slider {
    margin: 30px 0 0; }
    .feature-testimonial-section .customer-testimonial-slider .glider-dots {
      margin-top: 20px !important; }
      .feature-testimonial-section .customer-testimonial-slider .glider-dots .glider-dot {
        width: 12px;
        height: 12px; }
  .feature-testimonial-section .content-box-outer::before {
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: -16px;
    left: 25px; }
  .feature-testimonial-section .glider-slide {
    margin: 20px 10px; }
    .feature-testimonial-section .glider-slide .content-box {
      position: relative;
      padding: 30px 25px 20px; }
      .feature-testimonial-section .glider-slide .content-box p {
        font-size: 14px !important;
        min-height: 130px !important; }
    .feature-testimonial-section .glider-slide .cust-img-box {
      padding: 20px 25px 20px; } }
/*Media Query Ends Here*/
/*Form section start from here*/
.case-section .nccr {
  color: #fff !important; }

a:-webkit-any-link:focus-visible {
  outline-offset: 1px; }

:-webkit-any-link {
  color: #F76600;
  cursor: pointer; }
  :-webkit-any-link:hover {
    color: #110302; }

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px; }

.banner-form {
  width: 100%; }
  .banner-form .popup-wrapper {
    z-index: 999;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6); }
  .banner-form .popWrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .banner-form .popup-content {
    background-color: #fefefe;
    padding: 40px 40px 30px;
    height: initial;
    width: 45%;
    position: relative; }
    .banner-form .popup-content .top-section {
      margin: 0 0 40px;
      padding: 0; }
      .banner-form .popup-content .top-section h2 {
        font-size: 32px;
        line-height: 39px; }
    .banner-form .popup-content .purple {
      color: #F76600; }
    .banner-form .popup-content p {
      color: #737b7d;
      font-size: 18px;
      letter-spacing: 0; }
    .banner-form .popup-content .padd {
      font-size: 13px;
      margin: 0 0 5px;
      padding: 0 10px; }
      .banner-form .popup-content .padd .mcheck {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 2px;
        left: 0; }
      .banner-form .popup-content .padd input[type="checkbox"]:checked {
        background-color: #643bdf; }
      .banner-form .popup-content .padd p {
        font-size: 13px;
        padding-left: 25px;
        position: relative; }
  .banner-form .form-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .banner-form .form-wrap .form-group {
      width: 50%;
      padding: 0 10px;
      margin: 0 0 20px; }
    .banner-form .form-wrap label {
      font-size: 14px;
      margin: 0 0 12px;
      display: block;
      color: #110302; }
    .banner-form .form-wrap .form-group-d {
      width: 48%;
      margin: 0; }
    .banner-form .form-wrap input {
      width: 100%;
      border: 1px solid #bae;
      border-radius: 5px;
      padding: 0 18px 0;
      height: 50px;
      color: #110302;
      font-size: 14px;
      font-family: "Lexend Deca";
      font-weight: 500; }
    .banner-form .form-wrap input#cont_phpne {
      padding: 18px 18px 18px 85px; }
  .banner-form .btn {
    border: 0;
    min-width: 210px;
    background: #F76600;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0 8px;
    color: #fff;
    height: 52px;
    display: block;
    cursor: pointer; }
    .banner-form .btn:hover {
      background: #333333; }
    .banner-form .btn:focus {
      background: #333333; }
  .banner-form .phone-wrap {
    position: relative; }
    .banner-form .phone-wrap .field {
      width: 65px;
      height: auto;
      font-size: 13px;
      left: 15px;
      position: absolute;
      color: #737b7d;
      z-index: 99;
      border: 0;
      background: none;
      background-image: url(../images/angle-down.png);
      background-repeat: no-repeat;
      background-position: top 7px right 16px;
      top: 20px;
      font-family: "Lexend Deca";
      -webkit-appearance: none;
      -moz-appearance: none;
      border: none;
      outline: none; }
      .banner-form .phone-wrap .field option {
        min-width: 500px;
        border-radius: 0;
        padding: 5px;
        background-color: #ffffff;
        line-height: 25px; }
    .banner-form .phone-wrap input#cont_phpne {
      padding: 3px 15px 0 90px; }
    .banner-form .phone-wrap:before {
      content: "";
      height: 35px;
      width: 1px;
      position: absolute;
      top: 10px;
      left: 78px;
      background: #bab9b9; }
  .banner-form .form-wrap .width-full {
    width: 100%;
    text-align: left; }
  .banner-form textarea.input-field {
    width: 100%;
    border: 1px solid #bae;
    border-radius: 5px;
    padding: 18px;
    color: #110302;
    font-size: 14px;
    font-family: "Lexend Deca";
    font-weight: 500;
    height: 117px;
    resize: none; }

textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(55, 54, 88, 0.5); }

.banner-form .form-group-d .form-group {
  width: 100%; }

.form-group.ws-error input,
.select-box.ws-error {
  border-color: red; }

.iti.ws-error input {
  border-color: red; }

.form-group.ws-error .input-field {
  border-color: red; }

.error,
.errors {
  width: 100%;
  display: block;
  margin: 8px 0 0;
  color: red;
  font-size: 13px;
  text-align: left; }

.select-box .error {
  position: absolute;
  bottom: -25px;
  left: 0; }

.error {
  color: Red; }

.invalid + .error {
  display: block; }

.invalid {
  border: 1px solid red !important; }

.invalid.field {
  height: 30%; }

.closeicon {
  background: url("../images/cross-black.png") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  float: right;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 17px;
  border-radius: 100%;
  cursor: pointer; }
  .closeicon:hover {
    opacity: 0.8; }

.captForm {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0; }
  .captForm .form-group {
    display: flex; }
  .captForm .quizQ {
    background: url(../images/line-image.png) no-repeat top 8px left 15px;
    border: 1px dashed #bae;
    position: relative;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 4px;
    width: 210px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.5px; }
    .captForm .quizQ #j-quiz {
      width: 70%;
      display: block;
      text-align: center;
      word-spacing: 8px;
      color: #4a4c55; }
    .captForm .quizQ .refreshbtn {
      background: url(../images/refresh-button.png) no-repeat;
      width: 24px;
      height: 20px;
      margin-right: 14px;
      position: absolute;
      top: 16px;
      right: 0;
      padding-left: 20px;
      cursor: pointer;
      transition: all 0.5s ease 0s; }
      .captForm .quizQ .refreshbtn:active {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        opacity: 0.8; }
    .captForm .quizQ:after {
      content: "";
      width: 1px;
      height: 32px;
      position: absolute;
      background: #bab9b9;
      top: 10px;
      right: 52px;
      margin: 0 auto; }
  .captForm .quizAns {
    width: 70px;
    margin-left: 50px;
    position: relative; }
    .captForm .quizAns input {
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0.5px;
      color: #000;
      font-family: "Lexend Deca"; }
    .captForm .quizAns ::-webkit-input-placeholder {
      color: #000; }
    .captForm .quizAns:before {
      content: "=";
      position: absolute;
      font-size: 20px;
      top: 14px;
      left: -59px;
      width: 100%;
      text-align: center;
      margin: 0 auto; }

.captForm input {
  position: relative;
  z-index: 99999;
  text-align: center; }

#captchaerror {
  width: 100px; }

.banner-form .hold-on {
  background: #efefef;
  color: #000; }

.banner-form .hold-on:hover {
  cursor: wait;
  background: #efefef;
  color: #000; }

.banner-form .justify {
  justify-content: end; }

.captForm input::-webkit-input-placeholder {
  color: #737b7d; }

.captForm ::-moz-placeholder {
  color: #737b7d; }

.form-group #team-size::-moz-placeholder {
  color: #737b7d; }

.form-group #team-size {
  width: 100%;
  position: relative;
  border: 1px solid #bbaaee;
  border-radius: 3px;
  background-image: url(../images/angle-down.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  padding: 0 15px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 50px;
  color: #737b7d;
  font-size: 13px;
  font-family: "Lexend Deca";
  background-color: #fff; }

.ws-error #team-size {
  border-color: red; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important; }

.requestform .form-group label {
  z-index: 9999 !important; }

input::-webkit-input-placeholder {
  color: rgba(55, 54, 88, 0.5) !important; }

input[placeholder],
[placeholder],
*[placeholder] {
  color: rgba(55, 54, 88, 0.5); }

.select-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  border: 1px solid #bae;
  border-radius: 5px;
  padding: 16px 18px;
  height: 50px;
  color: #110302;
  font-size: 14px;
  font-family: "Lexend Deca"; }
  .select-box.active a {
    opacity: 1; }
  .select-box .select-first {
    opacity: 0.4;
    text-decoration: none;
    color: #110302;
    text-transform: capitalize; }
  .select-box .arrow-btn {
    position: relative; }
    .select-box .arrow-btn::after {
      content: "";
      clear: both;
      display: block;
      background: url(../images/angle-down.png) no-repeat right center;
      width: 13px;
      height: 7px;
      position: absolute;
      top: 6px;
      right: 0; }
    .select-box .arrow-btn.rotate::after {
      transform: rotate(180deg); }
  .select-box.input-field.verror {
    border-color: #e74c3c; }
  .select-box small {
    position: absolute;
    bottom: -20px;
    left: 0; }

.select-list {
  position: relative; }
  .select-list ul {
    list-style-type: none;
    background: #ffffff;
    box-shadow: 0px 13px 25px rgba(103, 84, 226, 0.2);
    border-radius: 0px 0px 0px 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: none;
    margin: 0;
    padding: 0;
    height: 200px;
    overflow-y: scroll; }
    .select-list ul li {
      padding: 7px 18px;
      color: #373658;
      font-size: 14px;
      cursor: pointer;
      position: relative;
      font-weight: 500;
      transition: all 0.3s ease-in-out;
      text-transform: capitalize;
      font-family: "Lexend Deca"; }
      .select-list ul li:hover, .select-list ul li.active {
        background-color: #F76600;
        color: #fff;
        opacity: 1;
        font-weight: 500; }
    .select-list ul.open-close {
      display: block; }
    .select-list ul em {
      width: 20px;
      height: 20px;
      border-radius: 50px;
      border: 1px #FFFFFF solid;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
      font-size: 12px;
      font-weight: 700;
      text-transform: lowercase; }
      .select-list ul em:hover ~ .info {
        opacity: 1;
        visibility: visible; }

.note {
  display: block;
  font-size: 10px;
  color: #110302;
  font-weight: 500; }

.form-group .user-input {
  position: relative; }

.form-group .user-input .pcode-prefix {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  outline: 0;
  width: 100px;
  background: none;
  padding-left: 45px;
  color: #fff;
  color: #000;
  z-index: 9; }

.iti__arrow,
.iti__arrow--up {
  margin-left: 45px; }

.iti__flag-container {
  height: 50px; }

.iti__selected-flag {
  width: 105px !important; }

.banner-form .form-wrap input#cont_phpne {
  padding: 18px 18px 18px 85px;
  padding-left: 115px;
  position: absolute;
  top: 0; }

li.iti__country {
  z-index: 9999; }

.flg-container {
  z-index: -9;
  pointer-events: none; }

#phone-error {
  position: absolute;
  bottom: -74px; }

.ws-error input#cont_phpne {
  border-color: red; }

/*Form section END*/
/*Feature Form Start From Here*/
.feature-form .popup-content {
  width: 50%; }
.feature-form .form-wrap .form-group {
  width: 33.33%; }
.feature-form .form-wrap .width-full {
  width: 100%;
  position: relative; }
.feature-form .form-wrap textarea.input-field {
  height: 50px;
  border: 0;
  padding: 0; }
.feature-form .form-wrap .captForm {
  margin: 28px 0 0; }
  .feature-form .form-wrap .captForm .quizQ {
    width: 148px;
    background: url(../images/line-image2.png) no-repeat top 8px left 15px;
    padding: 0 18px; }
    .feature-form .form-wrap .captForm .quizQ:after {
      display: none; }
  .feature-form .form-wrap .captForm .form-capt {
    display: flex; }
  .feature-form .form-wrap .captForm .quizAns {
    width: 58px;
    margin-left: 33px; }
    .feature-form .form-wrap .captForm .quizAns:before {
      left: -45px; }
    .feature-form .form-wrap .captForm .quizAns .error {
      text-align: center; }
.feature-form .form-wrap .btn {
  margin: 28px 0 0; }
.feature-form .form-wrap input#fcont_phpne {
  padding: 18px 18px 18px 115px;
  position: absolute;
  top: 0; }
.feature-form .ws-error .user-textarea {
  border-color: red; }
.feature-form .hold-on {
  background: #efefef;
  color: #000; }
.feature-form .hold-on:hover {
  cursor: wait;
  background: #efefef;
  color: #000; }

/*Feature Form End Here*/
/*Sticky Button section*/
.stickysec {
  position: fixed;
  bottom: 13%;
  right: 0;
  z-index: 9;
  transition: all 0.4s ease-in; }
  .stickysec .searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 62px;
    height: 62px;
    right: 25px;
    border-radius: 100%;
    background: linear-gradient(181.22deg, #7d69f8 -7.7%, #5e52eb 103.7%);
    box-shadow: 0px 4px 43px rgba(29, 14, 217, 0.72);
    position: fixed; }
    .stickysec .searchBtn:after {
      content: "";
      background: url(../images/sticky-icon.png) center center no-repeat;
      width: 43px;
      height: 46px;
      text-align: center;
      display: inline-block; }
  .stickysec #myContacts {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: -250px;
    top: -120px;
    transition: all 0.4s ease-in;
    visibility: hidden;
    width: 243px; }
  .stickysec #myContacts.open {
    background: #ffffff;
    box-shadow: 0px 4px 43px rgba(29, 14, 217, 0.2);
    border-radius: 4px;
    opacity: 1;
    transform: none;
    visibility: visible;
    right: 25px;
    transition: all 0.4s ease-in; }
  .stickysec .headTxt {
    background: #695eee;
    padding: 14px 15px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .stickysec .headTxt .closeBtn {
      cursor: pointer;
      background: url(../images/cross-button-icon.png) no-repeat;
      width: 10px;
      height: 10px;
      border: 0; }
      .stickysec .headTxt .closeBtn:hover {
        opacity: 0.8; }
  .stickysec ul {
    padding: 8px 0 20px;
    margin: 0;
    overflow: hidden; }
    .stickysec ul li {
      padding: 0 15px;
      margin: 12px 0 0;
      color: #695eee;
      font-weight: 600;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .stickysec ul li i {
        margin-top: 5px;
        background: url(../images/btn-icon.png) no-repeat;
        width: 30px;
        height: 20px;
        display: inline-block;
        margin-right: 10px; }
      .stickysec ul li .icon1 {
        background-position: 0 -39px; }
      .stickysec ul li .icon2 {
        background-position: 0 -8px; }
      .stickysec ul li .icon3 {
        background-position: 0 -76px; }
      .stickysec ul li .icon4 {
        background-position: 0 -107px; }
      .stickysec ul li .icon5 {
        background: url(../images/bug-icon.png) no-repeat;
        background-position: 10px 0px; }
      .stickysec ul li a {
        color: #695eee;
        font-weight: 600;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .stickysec ul li a:hover {
          color: #333333;
          text-decoration: underline; }
        .stickysec ul li a #myContacts.open {
          opacity: 1;
          transform: none;
          visibility: visible; }
      .stickysec ul li .phone {
        pointer-events: none; }

.chat a {
  cursor: pointer; }

.crisp-client .cc-52lo .cc-kegp .cc-1oun {
  opacity: 0 !important; }

body .crisp-client .cc-52lo .cc-kegp .cc-1oun {
  z-index: -2 !important;
  bottom: -60px !important;
  opacity: 0 !important;
  visibility: hidden !important; }

/*Sticky Button End Here*/
.thank-section {
  width: 100%;
  padding: 50px 0;
  background: #F76600;
  text-align: center;
  color: #fff; }
  .thank-section h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 15px; }
  .thank-section p {
    color: #fff; }

/*Thanks Page Start*/
/*Thanks Page End*/
ul li {
  list-style: none !important; }

.p-bt {
  padding-bottom: 50px; }

.column-three {
  flex-basis: 33.33%;
  padding: 15px; }

.middle-section {
  width: 100%;
  padding: 0;
  position: relative; }
  .middle-section .item {
    padding: 120px 0; }
    @media screen and (max-width: 1024px) {
      .middle-section .item {
        padding: 80px 0; } }
    @media screen and (max-width: 575px) {
      .middle-section .item {
        padding: 60px 0; } }
    .middle-section .item:nth-child(2n) {
      background: #FCFBFE; }
    .middle-section .item:nth-child(2n) .flex_row {
      flex-direction: row-reverse; }
    .middle-section .item p {
      color: #5e6373; }
    .middle-section .item .flex_row {
      align-items: center; }
    .middle-section .item .column-left {
      flex-basis: 46%; }
      .middle-section .item .column-left .text-column {
        width: 100%;
        padding: 18px;
        border-radius: 5px;
        margin: 0 0 20px; }
        @media screen and (max-width: 575px) {
          .middle-section .item .column-left .text-column {
            width: 100%; } }
        .middle-section .item .column-left .text-column:hover {
          box-shadow: 0px 10px 50px rgba(68, 97, 215, 0.1);
          background: #fff; }
        .middle-section .item .column-left .text-column h5 {
          font-size: 16px;
          margin: 0 0 10px;
          color: #F76600; }
        .middle-section .item .column-left .text-column h3 {
          display: flex;
          align-items: center;
          text-transform: capitalize; }
          .middle-section .item .column-left .text-column h3 a {
            color: #110302; }
            .middle-section .item .column-left .text-column h3 a:hover {
              text-decoration: underline;
              color: #F76600; }
          .middle-section .item .column-left .text-column h3 i {
            width: 35px;
            height: 35px;
            margin-right: 14px;
            align-items: center;
            justify-content: center;
            display: flex; }
            @media screen and (max-width: 575px) {
              .middle-section .item .column-left .text-column h3 i {
                margin-right: 12px; } }
        .middle-section .item .column-left .text-column a:hover {
          text-decoration: underline; }
    .middle-section .item .column-right {
      width: 50%; }

.mt40 {
  margin-top: 45px; }

.mt80 {
  margin-top: 80px; }

.mt100 {
  margin-top: 100px; }

.mt0 {
  padding-top: 0; }

.mob-image {
  width: 100%;
  display: none;
  margin: 0 0 10px;
  text-align: center; }

.text-column.active {
  box-shadow: 0px 10px 50px rgba(68, 97, 215, 0.1);
  background: #fff; }

.page {
  display: none; }

.page.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.nc {
  text-transform: lowercase !important; }

.btnSc {
  width: 100%;
  text-align: center; }
  .btnSc p {
    font-size: 14px;
    font-weight: 500;
    color: #6b7097;
    line-height: 20px; }
  .btnSc a {
    padding: 14px 70px;
    margin: 8px 0; }
  .btnSc small {
    font-size: 12px;
    color: #6b7097;
    display: block; }
  .btnSc .ctbtn {
    padding: 17px 30px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    min-width: 213px;
    background: #F76600;
    border-color: #F76600;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    font-weight: 500; }
    .btnSc .ctbtn:hover {
      background: #333333;
      border-color: #fff;
      color: #FFFFFF; }
  .btnSc .ctasec {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: baseline; }
    .btnSc .ctasec .devide {
      padding: 0 10px;
      display: inline-block;
      position: relative;
      color: rgba(247, 102, 0, 0.5);
      font-size: 12px; }
      .btnSc .ctasec .devide:before {
        content: "";
        clear: both;
        display: block;
        width: 1px;
        height: 16px;
        position: absolute;
        background: rgba(247, 102, 0, 0.5);
        top: -20px;
        left: 19px; }
      .btnSc .ctasec .devide:after {
        content: "";
        content: "";
        clear: both;
        display: block;
        width: 1px;
        height: 16px;
        background: rgba(247, 102, 0, 0.5);
        position: absolute;
        bottom: -20px;
        left: 19px; }
    .btnSc .ctasec .nccr {
      font-size: 13px;
      margin: 20px 0 0;
      display: block;
      text-align: center; }
    .btnSc .ctasec .nobg {
      background: none;
      border: none;
      color: #F76600;
      text-decoration: underline;
      padding: 0;
      min-width: auto; }
      .btnSc .ctasec .nobg:hover {
        background: none;
        color: #333333; }

.ctbtn {
  padding: 17px 30px;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  min-width: 213px;
  background: #F76600;
  border-color: 1px solid #F76600;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  align-items: center; }
  .ctbtn:after {
    content: '';
    background: url(../images/schedule-icon.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    margin-left: 10px; }
  .ctbtn:hover {
    background: #333333;
    border-color: #333333;
    color: #FFFFFF; }

.ctbtn2 {
  padding: 17px 30px;
  position: relative;
  color: #F76600;
  text-decoration: none;
  min-width: 213px;
  background: transparent;
  border: 1px solid #F76600;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  align-items: center; }
  .ctbtn2:after {
    content: '';
    background: url(../images/menu-arrows.svg) 0 0 no-repeat;
    width: 20px;
    vertical-align: middle;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px; }
  .ctbtn2:hover {
    background: #333333;
    border-color: #333333;
    color: #FFFFFF; }
    .ctbtn2:hover:after {
      background: url(../images/white-right-icon.png) 0 0 no-repeat;
      background-size: 100%; }

.ctasec {
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative; }
  .ctasec .devide {
    padding: 0 10px;
    display: inline-block;
    position: relative;
    color: rgba(247, 102, 0, 0.5);
    font-size: 12px; }
    .ctasec .devide:before {
      content: "";
      clear: both;
      display: block;
      width: 1px;
      height: 16px;
      position: absolute;
      background: rgba(247, 102, 0, 0.5);
      top: -20px;
      left: 19px; }
    .ctasec .devide:after {
      content: "";
      content: "";
      clear: both;
      display: block;
      width: 1px;
      height: 16px;
      background: rgba(247, 102, 0, 0.5);
      position: absolute;
      bottom: -20px;
      left: 19px; }
  .ctasec .nccr {
    font-size: 13px;
    display: block;
    margin: 20px 0 0;
    text-align: center; }
  .ctasec .nobg {
    background: none;
    border: none;
    color: #F76600;
    text-decoration: underline;
    padding: 0;
    min-width: auto; }
    .ctasec .nobg:hover {
      background: none;
      color: #333333; }

.feature_section .ctasec .devide, .case-section .ctasec .devide, .inner-banner .ctasec .devide, .start-joureny .ctasec .devide {
  color: rgba(247, 102, 0, 0.5); }
  .feature_section .ctasec .devide:before, .case-section .ctasec .devide:before, .inner-banner .ctasec .devide:before, .start-joureny .ctasec .devide:before {
    background: rgba(247, 102, 0, 0.5); }
  .feature_section .ctasec .devide:after, .case-section .ctasec .devide:after, .inner-banner .ctasec .devide:after, .start-joureny .ctasec .devide:after {
    background: rgba(247, 102, 0, 0.5); }
.feature_section .ctasec .ctbtn:hover, .case-section .ctasec .ctbtn:hover, .inner-banner .ctasec .ctbtn:hover, .start-joureny .ctasec .ctbtn:hover {
  background: #fff;
  color: #F76600; }
.feature_section .ctasec .nobg, .case-section .ctasec .nobg, .inner-banner .ctasec .nobg, .start-joureny .ctasec .nobg {
  color: #fff; }
  .feature_section .ctasec .nobg:hover, .case-section .ctasec .nobg:hover, .inner-banner .ctasec .nobg:hover, .start-joureny .ctasec .nobg:hover {
    background: none;
    color: #F76600; }

.case-section .ctasec .ctbtn {
  background: #F76600; }
  .case-section .ctasec .ctbtn:hover {
    background: #fff;
    color: #F76600; }
.case-section .ctasec .nobg {
  background: none; }
  .case-section .ctasec .nobg:hover {
    background: none;
    color: #fff;
    opacity: 0.8; }

.inner-banner .ctasec .ctbtn {
  color: #fff;
  background: #F76600; }
  .inner-banner .ctasec .ctbtn:hover {
    background: #333333;
    color: #fff; }
.inner-banner .ctasec .nobg {
  background: none;
  color: #F76600; }
  .inner-banner .ctasec .nobg:hover {
    background: none;
    color: #333333; }

img {
  max-width: 100%;
  height: auto; }

.body__wrapper {
  overflow: hidden; }

section {
  padding: 120px 0;
  position: relative; }
  @media screen and (max-width: 1023px) {
    section {
      padding: 100px 0; } }
  @media screen and (max-width: 575px) {
    section {
      padding: 60px 0; } }

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  position: relative; }
  @media screen and (max-width: 1379px) {
    .container {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 575px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }

.flex_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.feature_section {
  background: #2F2F3F;
  color: #FFFFFF;
  position: relative; }
  .feature_section h2 {
    text-align: center;
    color: #FFFFFF; }
  .feature_section p {
    color: #fff; }
  .feature_section .flex_row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
    margin-top: 80px; }
    @media screen and (max-width: 575px) {
      .feature_section .flex_row {
        -ms-grid-columns: 1fr [2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        margin-top: 40px; } }
    @media screen and (max-width: 575px) {
      .feature_section .flex_row {
        -ms-grid-columns: 1fr [1];
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0; } }
  .feature_section .column {
    margin: 0 0 40px; }
    .feature_section .column .content > a {
      display: block; }
      .feature_section .column .content > a:hover {
        text-decoration: none; }
    .feature_section .column .iconImg svg {
      width: 54px;
      height: 54px; }
    .feature_section .column .small_anchor {
      margin-top: 30px;
      display: inline-block; }
      .feature_section .column .small_anchor:before {
        content: "";
        position: absolute;
        right: -25px;
        top: 8px;
        color: #FFFFFF;
        background: url(../images/arrow-icon.png) no-repeat;
        width: 11px;
        height: 11px;
        transition: all 0.2s ease-in-out; }
      .feature_section .column .small_anchor:hover:before {
        right: -32px; }
      .feature_section .column .small_anchor:hover:after {
        opacity: 0 !important;
        transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 575px) {
        .feature_section .column .small_anchor {
          margin-top: 20px; } }
    .feature_section .column ul {
      padding-left: 0; }
      .feature_section .column ul li {
        list-style-type: none;
        color: #FFFFFF;
        display: flex;
        margin-bottom: 10px;
        font-size: 20px; }
        .feature_section .column ul li i {
          color: #F76600;
          background: #FFFFFF;
          border-radius: 50%;
          padding: 3px;
          font-size: 10px;
          font-weight: 100;
          margin-right: 10px;
          height: 17px;
          margin-top: 7px; }

.mt80 {
  margin-top: 80px; }

.mt70 {
  margin-top: 70px; }

.feature_section .top-section h6, .feature_section .top-section p {
  color: #333333; }

.feature_section .btnSc small {
  color: #fff; }

.btnSc .bgwhite:hover {
  color: #F76600;
  background: #fff; }

.for-link-white .small_anchor:before {
  content: "";
  position: absolute;
  right: -25px;
  top: 8px;
  background: url(../images/arrow-icon.png) no-repeat;
  width: 11px;
  height: 11px;
  transition: all 0.2s ease-in-out; }

.for-link-white .small_anchor::after, .for-link-orange .small_anchor::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  right: 0; }

.link-text .small_anchor:hover::before {
  right: -40px; }

.whitetxt {
  color: #fff; }
  .whitetxt p, .whitetxt h2, .whitetxt a {
    color: #fff; }
  .whitetxt .top-section p, .whitetxt h2 {
    color: #fff !important; }
  .whitetxt .top-section a {
    text-decoration: underline; }
  .whitetxt .top-section a:hover {
    color: #000; }

.small_anchor:hover {
  color: #FFFFFF; }

@media screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden; } }
.testmHome:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 139px;
  top: -100px;
  background: url("../images/dots_bg.png");
  right: 50px;
  background-repeat: no-repeat;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .testmHome:before {
      background-size: 100%;
      width: 80px;
      height: 60px;
      top: -45px; } }

.actionBtn {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 40px; }
  .actionBtn .primary_btn1 {
    padding: 14px 24px 16px; }
  .actionBtn .primary_btn2 {
    padding: 14px 24px 15px; }
  .actionBtn a:hover {
    text-decoration: none; }

.actionBtn.center {
  justify-content: center; }
  .actionBtn.center a {
    margin: 0 8px; }

.primary_btn1 {
  height: 60px;
  background: #F76600;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 45px 16px;
  border: 1px solid #F76600;
  display: inline-block;
  border-radius: 50px; }
  .primary_btn1:hover {
    background: rgba(247, 102, 0, 0.9);
    border-color: rgba(247, 102, 0, 0.9);
    color: #fff; }

.primary_btn2 {
  height: 60px;
  border: 1px solid #F76600;
  color: #F76600;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 50px 15px;
  margin-left: 15px;
  border-radius: 50px; }
  .primary_btn2:hover {
    background-color: rgba(247, 102, 0, 0.9);
    border-color: rgba(247, 102, 0, 0.9);
    color: #fff; }

.primary_btn1,
.primary_btn2 {
  min-width: 210px;
  display: block !important;
  margin: 0 0 8px 0;
  border-radius: 30px;
  font-size: 16px;
  line-height: 25px;
  height: 54px;
  font-weight: 400;
  text-align: left;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .primary_btn1,
    .primary_btn2 {
      margin: 0 0 10px 0; } }
  .primary_btn1::after,
  .primary_btn2::after {
    content: '';
    position: absolute;
    right: 30px;
    display: block;
    top: 18px;
    background-size: 100%;
    z-index: 1; }
    @media (max-width: 420px) {
      .primary_btn1::after,
      .primary_btn2::after {
        right: 20px;
        top: 13px; } }

.primary_btn1 {
  background: #F76600;
  color: #FFFFFF;
  border: 1px solid #F76600;
  padding: 12px 28px;
  position: relative; }
  @media (max-width: 1024px) {
    .primary_btn1 {
      padding-left: 20px;
      padding-right: 20px; } }
  .primary_btn1::after {
    background: url(../images/schedule-icon.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50px; }
    @media (max-width: 767px) {
      .primary_btn1::after {
        width: 17px;
        height: 17px;
        background-size: 100%;
        top: 13px; } }
  .primary_btn1:hover {
    background: #333333;
    color: #fff;
    border-color: #333333; }
    .primary_btn1:hover::after {
      background-color: #fff;
      border-radius: 50px; }
  @media (max-width: 1024px) {
    .primary_btn1 {
      font-size: 15px !important; } }
  @media (max-width: 767px) {
    .primary_btn1 {
      font-size: 13px !important; } }
  @media (max-width: 500px) {
    .primary_btn1 {
      padding-left: 30px  !important;
      padding-right: 30px  !important; } }
  @media (max-width: 420px) {
    .primary_btn1 {
      padding-left: 20px  !important;
      padding-right: 20px  !important; } }

.primary_btn2 {
  border: 1px solid #F76600;
  cursor: pointer;
  color: #F76600;
  padding: 12px 28px;
  position: relative;
  max-width: 210px;
  min-width: 210px; }
  @media (max-width: 1024px) {
    .primary_btn2 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .primary_btn2 {
      min-width: 160px; } }
  .primary_btn2::after {
    background: url(../images/menu-arrows.svg) 0 0 no-repeat;
    width: 16px;
    height: 16px; }
    @media (max-width: 767px) {
      .primary_btn2::after {
        width: 14px;
        background-size: 100%;
        top: 15px; } }
  .primary_btn2:hover {
    background: #333333;
    color: #fff;
    border-color: #333333; }
    .primary_btn2:hover:after {
      background: url(../images/white-right-icon.png) 0 0 no-repeat;
      background-size: 100%; }
  @media (max-width: 1024px) {
    .primary_btn2 {
      font-size: 15px !important; } }
  @media (max-width: 767px) {
    .primary_btn2 {
      font-size: 13px !important; } }
  @media (max-width: 500px) {
    .primary_btn2 {
      padding-left: 30px  !important;
      padding-right: 30px  !important; } }
  @media (max-width: 420px) {
    .primary_btn2 {
      padding-left: 20px  !important;
      padding-right: 20px  !important; } }

header .primary_btn1 {
  min-width: 190px; }
  header .primary_btn1::after {
    top: 13px; }

.journey-bg .primary_btn1.btnbg2:hover::after {
  background: url(../images/orange-right-icon.png) 0 0 no-repeat; }

.btnbg2 {
  background: #F76600;
  border: 1px solid #F76600; }
  .btnbg2:hover {
    background: #fff;
    border-color: #fff;
    color: #F76600; }

.btnwhite {
  color: #fff;
  border-color: #fff; }
  .btnwhite:hover {
    color: #F76600;
    border-color: #fff;
    background-color: #fff; }

.no-border {
  border: 0; }

section a.small_anchor:hover:after {
  opacity: 0 !important;
  transition: all 0.2s ease-in-out; }

.inline h2, .inline h3, .inline h4, .inline h5, .inline h6, .inline p, .inline p {
  display: inline;
  margin: 0; }

.inline.mb20 {
  margin-bottom: 20px; }

.inline.mb40 {
  margin-bottom: 40px; }

.feature_section h3 {
  margin: 15px 0;
  line-height: normal;
  color: #fff; }

.mb60 {
  margin-bottom: 60px; }

a:hover h3,
.inline a:hover {
  color: #F76600;
  text-decoration: underline; }

.feature_section a:hover h3 {
  color: #fff;
  text-decoration: none; }

.max-width-250 {
  max-width: 250px; }

.max-width-184 {
  max-width: 184px; }

.ws-journey {
  align-items: start;
  gap: 4px; }
  .ws-journey a {
    display: inline-block; }
  .ws-journey small {
    display: block;
    margin: 8px auto 0; }

.align-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

/*faq section start here*/
.faqsRow .flex_row {
  padding: 0 0 40px; }
.faqsRow .column {
  width: 100%;
  margin: 0; }
  .faqsRow .column .faq-accordion-item-outer {
    margin-top: 30px;
    margin-left: 0; }
    .faqsRow .column .faq-accordion-item-outer h3 {
      position: relative;
      cursor: pointer;
      padding-left: 30px;
      display: inline-block;
      line-height: 26px;
      margin-bottom: 0;
      margin-top: 0;
      font-size: 20px; }
      .faqsRow .column .faq-accordion-item-outer h3::before {
        content: "";
        display: inline-block;
        background: url(../images/left-angle.png) no-repeat;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 8px; }
    .faqsRow .column .faq-accordion-item-outer .faq-accordion-content {
      display: none;
      padding-left: 30px; }
      .faqsRow .column .faq-accordion-item-outer .faq-accordion-content p {
        margin: 15px 0 0; }
      .faqsRow .column .faq-accordion-item-outer .faq-accordion-content ul, .faqsRow .column .faq-accordion-item-outer .faq-accordion-content ol {
        padding: 0; }
        .faqsRow .column .faq-accordion-item-outer .faq-accordion-content ul li, .faqsRow .column .faq-accordion-item-outer .faq-accordion-content ol li {
          color: #5E6373;
          margin: 0 0 2px;
          padding-left: 20px;
          position: relative; }
          .faqsRow .column .faq-accordion-item-outer .faq-accordion-content ul li:before, .faqsRow .column .faq-accordion-item-outer .faq-accordion-content ol li:before {
            content: "";
            position: absolute;
            width: 14px;
            height: 13px;
            top: 7px;
            background: url(../images/check-icon.png) no-repeat;
            left: 0; }
    .faqsRow .column .faq-accordion-item-outer.open .faq-accordion-content {
      display: block; }
    .faqsRow .column .faq-accordion-item-outer.open h3 {
      position: relative; }
      .faqsRow .column .faq-accordion-item-outer.open h3::before {
        background: url(../images/angle-top.png) no-repeat;
        width: 15px;
        height: 15px; }

.wsMobile {
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #F76600 50%, rgba(247, 102, 0, 0.5) 100%); }
  .wsMobile .top-section {
    margin: 0 0 40px; }
    .wsMobile .top-section p {
      padding: 0; }
  .wsMobile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/wsmBg-1.png) no-repeat;
    width: 360px;
    height: 360px;
    background-size: 100%; }
  .wsMobile:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/wsmBg-2.png) no-repeat bottom;
    width: 360px;
    height: 360px;
    background-size: 100%; }
  .wsMobile .wsmApp {
    margin: 0 0 20px;
    position: relative;
    z-index: 9; }
    .wsMobile .wsmApp a {
      display: inline-block;
      margin: 0 8px; }
      @media screen and (max-width: 1023px) {
        .wsMobile .wsmApp a {
          margin: 0 5px; } }
      .wsMobile .wsmApp a:hover {
        opacity: .8; }
      @media screen and (max-width: 575px) {
        .wsMobile .wsmApp a {
          margin: 0; } }

.useful-resources-blog-section .blog-box .blog-link {
  background: #fff;
  color: #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: block;
  height: 100%; }
  .useful-resources-blog-section .blog-box .blog-link .small_anchor {
    color: #F76600;
    margin-top: 10px;
    font-weight: 500;
    padding: 0 20px 0 0;
    text-decoration: underline; }
    .useful-resources-blog-section .blog-box .blog-link .small_anchor:before {
      content: "";
      position: absolute;
      right: 0;
      top: 7px;
      color: #FFFFFF;
      background: url(../images/arrow-icon2.png) no-repeat;
      width: 11px;
      height: 11px;
      transition: all 0.2s ease-in-out; }
    .useful-resources-blog-section .blog-box .blog-link .small_anchor:hover {
      text-decoration: none; }
      .useful-resources-blog-section .blog-box .blog-link .small_anchor:hover:before {
        right: -10px; }
.useful-resources-blog-section .thumb {
  transition: all .3s ease-in-out;
  display: block;
  overflow: hidden; }
  .useful-resources-blog-section .thumb img {
    transition: all .3s ease-in-out;
    width: 100%;
    height: 212px !important;
    border-radius: 10px 10px 0 0; }
  .useful-resources-blog-section .thumb:hover img {
    transform: scale(1.2); }
.useful-resources-blog-section a:hover h3 {
  text-decoration: none; }
.useful-resources-blog-section h3 {
  color: #333333;
  font-size: 20px;
  min-height: 83px; }
  @media screen and (max-width: 1024px) {
    .useful-resources-blog-section h3 {
      font-size: 18px; } }
  @media screen and (max-width: 575px) {
    .useful-resources-blog-section h3 {
      font-size: 16px;
      min-height: initial; } }
  .useful-resources-blog-section h3:hover {
    color: #F76600; }
.useful-resources-blog-section .blog-title {
  padding: 20px 17px 25px; }

.remove-clip-path-img {
  padding: 0; }
  .remove-clip-path-img .slide_shape_section .shape {
    clip-path: none; }

.journey-bg {
  position: relative; }
  .journey-bg .actionBtn.center a {
    margin: 0 8px;
    min-width: 251px; }
  .journey-bg .bg-white {
    color: #2F2F3F; }

/*faq section end here*/
/*feature detail common section*/
.feature-section .item .column-left .text-column h3 i {
  background: url(../images/list-icon.png) no-repeat;
  width: 30px;
  height: 30px; }

.feature-section .checkList {
  padding: 0;
  margin: 10px 0 0; }
  .feature-section .checkList li {
    position: relative;
    color: #5E6373;
    padding-left: 30px;
    margin: 8px 0 0; }
    .feature-section .checkList li:before {
      content: '';
      display: inline-block;
      background: url(../images/list-icon-small.png) no-repeat;
      width: 30px;
      height: 30px;
      top: 3px;
      left: 0;
      position: absolute; }

.feature-section ul {
  padding: 0;
  margin: 10px 0 0; }
  .feature-section ul li {
    position: relative;
    color: #5E6373;
    padding-left: 30px;
    margin: 8px 0 0; }
    .feature-section ul li:before {
      content: '';
      display: inline-block;
      background: url(../images/list-icon-small.png) no-repeat;
      width: 30px;
      height: 30px;
      top: 3px;
      left: 0;
      position: absolute; }

.boxDiv .boxRow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center; }
  .boxDiv .boxRow i {
    background: url(../images/teams-sprite.webp) no-repeat;
    width: 92px;
    height: 89px;
    display: block; }
  .boxDiv .boxRow .icon1 {
    background-position: -10px -646px; }
  .boxDiv .boxRow .icon2 {
    background-position: -10px -10px; }
  .boxDiv .boxRow .icon3 {
    background-position: -10px -116px; }
  .boxDiv .boxRow .icon4 {
    background-position: -10px -755px; }
  .boxDiv .boxRow .icon5 {
    background-position: -10px -222px; }
  .boxDiv .boxRow .icon6 {
    background-position: -10px -328px; }
  .boxDiv .boxRow .icon7 {
    background-position: -10px -434px; }
  .boxDiv .boxRow .icon8 {
    background-position: -10px -540px; }
  .boxDiv .boxRow .boxCol {
    flex-basis: 30%;
    background: #faf8fe;
    margin-left: 30px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-sizing: border-box;
    text-align: left; }

.align-center {
  align-items: center; }

.trackEm {
  position: relative; }
  .trackEm.padd-0 {
    padding: 0; }
  .trackEm:before {
    background: #FCFBFF;
    content: ' ';
    display: block;
    width: 35%;
    height: 60%;
    position: absolute;
    top: 68px;
    display: none; }
  .trackEm .trackRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: top; }
    .trackEm .trackRow .trackImg {
      width: 54%; }
      @media screen and (max-width: 575px) {
        .trackEm .trackRow .trackImg {
          width: 100%;
          order: 2;
          margin: 20px 0 0; } }
      .trackEm .trackRow .trackImg img {
        border-radius: 20px; }
    .trackEm .trackRow .trackContent {
      width: 40%; }
      @media screen and (max-width: 575px) {
        .trackEm .trackRow .trackContent {
          width: 100%;
          order: 1; }
          .trackEm .trackRow .trackContent h5 {
            font-size: 14px; } }
      .trackEm .trackRow .trackContent .row {
        padding: 0 0 30px;
        margin: 0 0 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .trackEm .trackRow .trackContent .row:last-child {
          border-bottom: 0;
          padding: 0; }
        .trackEm .trackRow .trackContent .row h3 {
          text-transform: capitalize; }
        .trackEm .trackRow .trackContent .row ul {
          margin: 15px 0 0;
          padding: 0; }
          .trackEm .trackRow .trackContent .row ul li {
            color: #5E6373;
            padding-left: 30px;
            position: relative;
            margin: 10px 0 0; }
            .trackEm .trackRow .trackContent .row ul li:before {
              content: '';
              display: inline-block;
              background: url(../images/list-icon-small.png) no-repeat;
              width: 30px;
              height: 30px;
              top: 3px;
              left: 0;
              position: absolute; }
      .trackEm .trackRow .trackContent h3 {
        display: flex;
        align-items: center; }
        .trackEm .trackRow .trackContent h3 i {
          background: url(../images/list-icon.png) no-repeat;
          width: 30px;
          height: 30px;
          margin-right: 14px;
          flex-shrink: 0; }
          @media screen and (max-width: 575px) {
            .trackEm .trackRow .trackContent h3 i {
              width: 25px;
              height: 25px;
              margin-right: 10px;
              background-size: 100%; } }
        .trackEm .trackRow .trackContent h3 a {
          color: #110302; }
          .trackEm .trackRow .trackContent h3 a:hover {
            color: #F76600;
            text-decoration: underline; }
      .trackEm .trackRow .trackContent h5 {
        color: #F76600;
        margin: 0 0 5px;
        font-size: 16px; }

.page-template-tpl-cmn-pillarpage .trackEm {
  padding-top: 0; }

.timeline {
  background: #FCFBFF; }
  .timeline .trackRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0; }
    .timeline .trackRow .trackImg {
      width: 50%; }
      @media screen and (max-width: 575px) {
        .timeline .trackRow .trackImg {
          width: 100%;
          margin: 0 0 20px; } }
    .timeline .trackRow .trackContent {
      width: 42%;
      counter-reset: hsds-ordered-list; }
      @media screen and (max-width: 575px) {
        .timeline .trackRow .trackContent {
          width: 100%;
          padding-left: 10px; } }
      .timeline .trackRow .trackContent .row {
        padding-bottom: 40px;
        padding-left: 40px;
        padding-top: 0;
        position: relative;
        border-left: 1px solid rgba(37, 48, 83, 0.3); }
        @media screen and (max-width: 575px) {
          .timeline .trackRow .trackContent .row {
            padding-bottom: 30px;
            padding-left: 30px; } }
        .timeline .trackRow .trackContent .row h5 {
          margin: 0; }
        .timeline .trackRow .trackContent .row h3 {
          text-transform: capitalize; }
        .timeline .trackRow .trackContent .row ul {
          margin: 15px 0 0;
          padding: 0; }
          .timeline .trackRow .trackContent .row ul li {
            color: #5E6373;
            padding-left: 30px;
            position: relative; }
            .timeline .trackRow .trackContent .row ul li:before {
              content: '';
              display: inline-block;
              background: url(../images/list-icon-small.png) no-repeat;
              width: 30px;
              height: 30px;
              top: 3px;
              left: 0;
              position: absolute; }
        .timeline .trackRow .trackContent .row:before {
          font-family: ProximaNova-Bold, Helvetica Neue, sans-serif;
          font-size: 16px;
          text-align: center;
          color: #294dff;
          content: counter(hsds-ordered-list);
          counter-increment: hsds-ordered-list;
          display: block;
          position: absolute;
          width: 32px;
          height: 32px;
          line-height: 32px;
          border-radius: 100%;
          left: -16px;
          top: 0;
          border: 1px solid #CAC9CC;
          background: #fff;
          color: #F76600; }
          @media screen and (max-width: 575px) {
            .timeline .trackRow .trackContent .row:before {
              width: 30px;
              font-size: 14px;
              height: 30px;
              line-height: 30px;
              border-radius: 100%;
              left: -13px; } }
        .timeline .trackRow .trackContent .row:last-child {
          border-left: 0;
          padding-bottom: 0; }
      .timeline .trackRow .trackContent a {
        color: #F76600; }
        .timeline .trackRow .trackContent a:hover {
          text-decoration: underline;
          color: #110302; }

.testimonial {
  display: none; }

.p50 {
  padding-top: 50px; }
  @media screen and (max-width: 575px) {
    .p50 {
      padding-top: 20px; } }

.question-list {
  padding: 0;
  overflow: auto;
  border-right: 1px solid #EDEDED; }

.question-list li {
  position: relative; }

.question-list li a {
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none;
  padding: 10px;
  display: block; }

.question-list li a.active,
.question-list li a:hover {
  background: #FFF7F1; }

.question-list li a.active:after {
  content: '';
  width: 5px;
  height: 100%;
  background: #F76600;
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: 0; }

.buyers-guide {
  overflow: hidden;
  position: relative; }

.buyers-guide-question {
  float: left;
  margin-right: 50px;
  width: 340px;
  background-color: #fff;
  margin-top: 30px; }

.buyers-guide-question h2 {
  margin-bottom: 15px; }

.buyers-guide-answer-part {
  width: calc(100% - 390px);
  float: right; }

.guide-answer ul.listype strong {
  color: #333333; }

.guide-answer p strong {
  color: #333333; }

.guide-answer ul.listype li {
  margin: 0 0 18px; }

.guide-answer ul {
  padding-left: 20px;
  margin-top: 0; }

.guide-answer ul li {
  list-style: disc !important;
  color: #5E6373;
  margin: 0 0 5px; }

.guide-answer ol {
  padding-left: 0; }

.number-speak-section {
  background: #e7eef9; }

.guide-answer ul li strong {
  color: #333; }

.buyers-guide-answer {
  border-bottom: 1px solid #ededed;
  padding: 0 0 20px; }
  .buyers-guide-answer .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .buyers-guide-answer .alignleft {
    margin: 0px 40px 40px 0; }
  .buyers-guide-answer .alignright {
    margin: 0px 40px 40px 0; }
  .buyers-guide-answer img {
    margin: 40px 0; }

.buyers-guide-answer h3 {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 20px; }

.buyers-guide-answer:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.buyers-guide-question.sticky {
  position: fixed;
  top: 80px; }

.buyers-guide-question.sticky.btomfixed {
  bottom: 100px;
  top: auto;
  position: absolute; }

.company-listing .pagination-block,
.software-listing .pagination-block {
  padding: 5px 0 15px; }

.guide-answer p {
  margin: 0 0 15px !important; }

.buyers-guide-answer a {
  color: #F76600; }

.guide-answer a:hover {
  color: #2D2D2D; }

.guide-answer h3 {
  padding: 10px 0 12px;
  margin: 0 !important; }

.guide-answer h4 {
  padding: 0 0 5px;
  line-height: 26px;
  margin: 0 !important; }

/*feature detail common section*/
.actionBtn small {
  display: block;
  margin: 0 auto;
  color: #110302; }

.actionBtn a {
  display: block !important;
  margin: 0 5px 8px; }

.actionBtn div {
  margin: 0 10px; }

.actionBtn.center a {
  margin: 0 0 8px; }

.for-link-white, .for-link-white p {
  color: #fff !important; }

.bglight {
  background-color: #FFFAF6; }

.bg-light {
  background-color: #FCFBFE; }

.journey-bg {
  background: #2F2F3F;
  width: 100%; }
  .journey-bg .top-section {
    margin: 0 0 40px; }
    .journey-bg .top-section p {
      color: #fff; }
  .journey-bg .actionBtn.center a {
    margin: 0 8px;
    min-width: 251px; }
  .journey-bg small {
    margin: 8px auto 0;
    color: #FFFFFF; }
  .journey-bg .column-three {
    flex-basis: 33.33%;
    padding: 15px; }
  @media (max-width: 479px) {
    .journey-bg .actionBtn.center a {
      margin: 0 3px; }
    .journey-bg .actionBtn div {
      margin: 0 auto 15px;
      width: 100%; } }

@media only screen and (max-width: 1440px) {
  .primary_btn1 {
    padding: 14px 30px 16px; }

  section {
    padding: 80px 0; }

  .captForm .quizQ {
    background-size: 60px;
    background-position: center left 15px; } }
@media (max-width: 1600px) {
  .banner-form .popup-content .top-section h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 8px 0 10px; }

  .banner-form .popup-content {
    padding: 10px 30px 20px;
    width: 60%; }

  .banner-form .form-wrap label {
    margin: 0 0 5px;
    font-size: 13px; }

  .banner-form .form-wrap input {
    height: 45px; }

  .banner-form .form-wrap input {
    height: 50px; }

  .banner-form textarea.input-field {
    height: 90px; }

  .banner-form .form-wrap .form-group {
    margin: 0 0 12px; }

  .error, .errors {
    font-size: 12px;
    margin: 5px 0 0; }

  .closeicon {
    background-size: 100%;
    top: 10px;
    width: 22px;
    height: 22px; }

  .banner-form .popup-content .top-section {
    margin: 0 0 20px; }

  .select-box .error {
    bottom: -20px; }

  .closeicon {
    top: 15px; }

  #phone-error {
    bottom: -68px; }

  .stickysec {
    bottom: 16%; }

  .feature-form .iti__flag-container {
    height: 50px; }

  #phoneno {
    bottom: -68px; } }
@media (max-width: 1440px) {
  section {
    padding: 80px 0; }

  .middle-section .item {
    padding: 80px 0; }

  .inner-banner .videoSc:before {
    top: -101px;
    right: 144px; }

  .banner-form .phone-wrap:before {
    top: 8px; }

  .captForm .quizQ #j-quiz {
    width: 65%; }

  .banner-form .popup-content .top-section {
    margin: 0 0 20px; }

  .banner-form .popup-content .top-section .linebrk {
    display: none; }

  .banner-form .form-wrap input {
    font-size: 13px;
    height: 40px;
    padding: 0 15px 0; }

  .mt100 {
    margin-top: 60px; }

  .select-list ul li {
    font-size: 13px; }

  .banner-form textarea.input-field {
    height: 90px;
    font-size: 13px;
    padding: 15px; }

  .select-box {
    height: 40px;
    padding: 11px 15px;
    font-size: 13px; }

  .captForm .quizQ {
    height: 40px;
    line-height: 40px;
    font-size: 18px; }

  .captForm .quizQ .refreshbtn {
    top: 13px;
    background-size: 100%;
    width: 20px; }

  .captForm .quizQ:after {
    height: 22px; }

  .captForm .quizAns:before {
    font-size: 19px;
    top: 10px; }

  .banner-form .btn {
    height: 40px;
    padding: 8px;
    font-size: 15px; }

  .captForm {
    margin: 0; }

  .stickysec {
    bottom: 18%; }

  .stickysec .searchBtn, .stickysec #myContacts.open {
    right: 20px; }

  .iti__flag-container {
    height: 40px; }

  #phone-error {
    bottom: -59px; }

  #phoneno {
    bottom: -59px; }

  .feature-form .iti__flag-container {
    height: 40px; }

  .feature-form .form-wrap .captForm {
    margin: 23px 0 0; }

  .feature-form .form-wrap .captForm .quizQ {
    width: 120px;
    background-size: 63px;
    background-position: 14px 6px; }

  .feature-form .form-wrap .btn {
    margin: 23px 0 0; }

  .feature-form .captForm .quizQ .refreshbtn {
    top: 11px; } }
@media (max-width: 1380px) {
  .closeicon {
    top: 8px; }

  .banner-form .popup-content {
    overflow-y: scroll;
    height: 95%; } }
@media (max-width: 1140px) {
  .primary_btn1, .primary_btn2 {
    height: initial;
    padding: 10px 25px 11px;
    min-width: 160px; }

  .slide_shape_section:before {
    display: none; }

  .linebrk {
    display: none; }

  .inner-banner .videoSc:before {
    width: 100px;
    height: 128px;
    top: -100px;
    right: 70px; }

  .inner-banner .videoSc .topVideo .videoWrapper {
    min-height: 480px; }

  .case-section .column-three {
    margin: 15px; }

  .inner-banner .videoSc .videoPoster .playicon {
    margin-top: 0; }

  .linebrk {
    display: none; }

  .inner-banner-bg {
    height: auto; }

  .inner-banner-bg .bannerwrap {
    padding: 90px 0; }

  .inner-banner-bg::after {
    height: 100px; }

  .boxDiv .boxRow .boxCol {
    flex-basis: 28%;
    padding: 30px 15px;
    margin-bottom: 20px;
    margin-left: 20px; }

  .regBtn .primary_btn1 {
    line-height: 1.4 !important;
    padding: 10px 15px !important;
    font-size: 15px !important; }

  .testmHome::before {
    background-size: 100%;
    width: 100px;
    height: 100px;
    top: -40px; }

  .stickysec {
    bottom: 22%; }

  .feature-form .form-wrap .form-group {
    width: 50%; }

  .feature-form .form-wrap .width-full {
    width: 100%; } }
@media (max-width: 979px) {
  .wsMobile .top-section p {
    padding: 0 0; }

  section {
    padding: 50px 0; }

  .middle-section .item {
    padding: 50px 0; }

  .feature-section .item .column-left .text-column h3 i, .trackEm .trackRow .trackContent h3 i {
    background-size: 100%;
    width: 25px;
    height: 25px; }

  .boxDiv {
    padding: 50px 0 0; }

  .inner-banner {
    padding: 110px 0 0; }

  .inner-banner .inner-wrap .list li {
    margin: 0 10px 5px; }

  .inner-banner:before {
    height: 100px; }

  .inner-banner:after {
    bottom: 100px; }

  .inner-banner .videoSc .topVideo .contbox2 button {
    height: 400px; }

  .inner-banner .videoSc .topVideo .videoWrapper {
    min-height: 400px; }

  .inner-banner .videoSc .srp-1 .videoPoster {
    background-size: 100%;
    height: 400px; }

  .inner-banner .videoSc::before {
    display: none; }

  .benifits-section .column-three {
    padding: 10px; }

  .time-data .column-three {
    padding: 10px; }

  .buyers-guide {
    flex-wrap: wrap; }

  .buyers-guide-question {
    width: 100%;
    margin-right: 0; }

  .toc-list {
    border-right: 0; }

  .question-list {
    border: 1px solid #EDEDED; }

  .buyers-guide-answer-part {
    width: 100%; }

  .buyers-guide-answer {
    padding: 0 0 15px; }
    .buyers-guide-answer .alignleft {
      margin: 0px 20px 20px 0; }
    .buyers-guide-answer .alignright {
      margin: 0px 20px 20px 0; }
    .buyers-guide-answer img {
      margin: 25px 0; }

  .buyers-guide-answer h3 {
    padding: 60px 0 20px; }

  .feature-section .item .column-left .text-column h3 i, .trackEm .trackRow .trackContent h3 i {
    background-size: 100%;
    width: 25px;
    height: 25px; }

  .banner-form .form-wrap label {
    font-size: 13px;
    margin: 0 0 6px; }

  .banner-form .form-wrap input {
    font-size: 13px;
    padding: 0 12px; }

  .select-list ul li {
    font-size: 13px; }

  .note {
    width: 100%;
    text-align: center; }

  .banner-form textarea.input-field {
    padding: 12px;
    font-size: 13px; }

  .banner-form .popup-content {
    width: 90%; }

  .thank-section h1 {
    font-size: 26px;
    line-height: 35px;
    margin: 0 0 10px; }

  .thank-section {
    padding: 30px 0; }

  .switch {
    font-size: 13px; }

  .useful-resources-blog-section .justify-center {
    justify-content: space-between; }
  .useful-resources-blog-section .column-three {
    flex-basis: 50%;
    padding: 10px; }

  .journey-bg .actionBtn div {
    margin: 10px 0 0; }

  .hero-banner.inner-banner-bg {
    height: initial; } }
@media (max-width: 767px) {
  .middle-section .item .column-left {
    flex-basis: 100%; }

  .middle-section .item .column-right {
    width: 100%;
    display: none; }

  .mob-image {
    display: block; }

  .middle-section .item .column-left .all-content {
    box-shadow: 0px 10px 50px rgba(68, 97, 215, 0.1);
    background: #fff;
    padding: 20px;
    margin: 0 0 30px; }

  .text-column.active {
    box-shadow: none; }

  .middle-section .item .column-left .text-column {
    padding: 0; }

  .middle-section .item .column-left .text-column:hover {
    box-shadow: none; }

  .wsMobile:after {
    width: 50%; }

  .wsMobile:before {
    width: 50%; }

  .feature_section h3 {
    text-align: center; }

  .actionBtn {
    margin: 30px 0;
    flex-wrap: wrap; }
    .actionBtn div {
      margin-right: 5px; }
    .actionBtn .primary_btn1 {
      padding: 10px 20px;
      line-height: initial;
      height: initial; }
    .actionBtn .primary_btn2 {
      padding: 10px 20px;
      line-height: initial;
      height: initial; }

  .btnSc a {
    padding: 14px 30px 13px;
    line-height: initial;
    height: initial; }

  .primary_btn1 {
    font-size: 14px;
    padding: 14px 20px 13px;
    min-width: 120px; }

  .primary_btn2 {
    font-size: 14px;
    padding: 14px 20px 13px;
    min-width: 120px; }

  .faqsRow .column .faq-accordion-item-outer h3 {
    line-height: 23px;
    padding-left: 22px; }

  .faqsRow .column .faq-accordion-item-outer {
    margin-top: 15px; }

  .faqsRow .column .faq-accordion-item-outer.open .faq-accordion-content {
    padding-left: 22px; }

  .column-three {
    flex-basis: 100%;
    padding: 20px; }

  .useful-resources-blog-section .column-three {
    padding: 0 0 20px; }

  .useful-resources-blog-section .justify-center {
    justify-content: space-between; }
  .useful-resources-blog-section .column-three {
    flex-basis: 48%; }

  .feature_section .column {
    width: 100%;
    text-align: center; }

  .mt70 {
    margin: 40px 0 0; }

  .mt40 {
    margin-top: 15px; }

  .mt80 {
    margin: 50px 0 0; }

  .mt100 {
    margin: 60px 0 0; }

  .journey-bg .actionBtn div {
    width: 48%; }

  .journey-bg .actionBtn.center a {
    margin: 0 0 0;
    min-width: auto; }

  .journey-bg .actionBtn .primary_btn1 {
    padding: 14px 10px 14px; }

  .journey-bg .actionBtn .primary_btn2 {
    padding: 14px 10px 13px; }

  .journey-bg small {
    font-size: 11px; }

  .journey-bg {
    padding: 50px 0; }

  .journey-bg .top-section {
    margin: 0 0 30px; }

  .useful-resources-blog-section .blog-box .blog-link .small_anchor:before {
    top: 5px; }

  .boxDiv .boxRow .boxCol {
    flex-basis: 100%;
    margin: 0 0 20px;
    min-height: initial;
    text-align: center; }

  .boxDiv .boxRow i {
    margin: 0 auto; }

  .inner-banner .videoSc {
    width: 100%; }

  .inner-banner .videoSc .topVideo .contbox2 button {
    height: 320px; }

  .inner-banner:before {
    height: 60px; }

  .inner-banner:after {
    bottom: 60px;
    height: 100px; }

  .inner-banner .videoSc .topVideo .videoWrapper {
    min-height: 320px; }

  .benifits-section .column-three, .time-data .column-three {
    text-align: center; }

  .time-data .column-three {
    margin: 0 auto 10px; }

  .benifits-section .column-three i {
    margin: 0 auto; }

  .inner-banner .inner-wrap .actionBtn, .inner-banner-bg .inner-wrap .actionBtn {
    justify-content: space-between; }

  .inner-wrap .actionBtn small {
    font-size: 11px;
    line-height: 13px; }

  .inner-wrap .actionBtn div {
    width: 46%;
    margin: 0 5px; }

  .inner-wrap .actionBtn small br {
    display: none; }

  .closeicon {
    background-size: 100%;
    width: 20px;
    height: 20px;
    right: 7px;
    top: 7px; }

  .banner-form .form-wrap .form-group {
    margin: 0 0 5px; }

  .banner-form .popup-content p {
    font-size: 16px; }

  .banner-form .btn {
    min-width: initial;
    padding: 0 35px;
    height: 45px;
    font-size: 16px; }

  .banner-form .captForm .form-group {
    width: 100%; }

  .banner-form .justify {
    justify-content: center; }

  .captForm .quizQ {
    background-size: 100px; }

  .banner-form .popup-content .top-section {
    margin: 0 0 15px; }

  .banner-form .form-wrap input, .form-group #team-size {
    height: 38px; }

  .banner-form .form-wrap .form-group {
    margin: 0 0 5px; }

  .banner-form .phone-wrap .field {
    top: 15px; }

  .banner-form .phone-wrap::before {
    top: 10px;
    height: 25px; }

  .captForm .quizQ {
    height: 38px;
    line-height: 38px; }

  .captForm .quizQ::after {
    top: 9px;
    height: 19px; }

  .captForm .quizQ .refreshbtn {
    top: 10px; }

  .banner-form .popup-content .top-section h2 {
    font-size: 22px;
    line-height: 28px; }

  .banner-form .popup-wrapper {
    top: 0; }

  .select-box {
    height: 38px;
    padding: 10px 18px; }

  .banner-form textarea.input-field {
    height: 80px; }

  .banner-form .btn {
    margin: 10px 0; }

  .banner-form .form-wrap .form-group.width-full {
    margin: 20px 0 0; }

  .feature-form .form-wrap .form-group {
    margin: 0 0 10px; }

  .feature-form .form-wrap .form-group.width-full {
    margin: 0 0 10px; }

  .iti__flag-container {
    height: 38px; }

  .stickysec {
    bottom: 15%; }

  .feature-form .form-wrap .btn {
    margin: 20px auto 0; }

  .feature-form .iti__flag-container {
    height: 38px; }

  .ctbtn {
    padding: 12px 10px;
    font-size: 12px;
    min-width: 155px;
    justify-content: center; }

  .btnSc .ctbtn, .ctbtn, .ctbtn2 {
    padding: 12px 10px;
    font-size: 12px;
    min-width: 155px;
    justify-content: center; }

  .inner-banner .inner-wrap br {
    display: none; }

  .ctbtn2:after {
    width: 15px;
    height: 15px; }

  .faqsRow .column .faq-accordion-item-outer h3 {
    font-size: 16px; }

  .ctasec {
    margin: 30px 0 0; }
    .ctasec .cmn-democta {
      margin: 0; }

  .ctasec .nccr {
    margin: 12px 0 0; } }
@media (max-width: 479px) {
  .inner-banner .inner-wrap .list li {
    margin: 0 0 5px;
    padding: 0 5px; }

  .inner-banner .videoSc .topVideo .contbox2 button {
    height: 200px; }

  .inner-banner .videoSc .topVideo .videoWrapper {
    min-height: 200px; }

  .inner-banner .inner-wrap .actionBtn {
    margin: 20px 0 20px; }

  .inner-banner .videoSc .videoPoster .playicon {
    background-size: 100%;
    width: 40px;
    height: 40px; }

  .inner-banner .videoSc .videoPoster .playicon:after, .inner-banner .videoSc .videoPoster .playicon:before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }

  .inner-banner .videoSc .videoPoster .playicon:after, .inner-banner .videoSc .videoPoster .playicon:before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }

  .banner-form .form-wrap .form-group, .banner-form .form-wrap .form-group-d {
    width: 100%; }

  .captForm .quizQ {
    background-size: 70px; }

  #captchaerror {
    width: 85px; }

  .stickysec ul li.desk-cont {
    display: none; }

  .stickysec ul li .phone {
    pointer-events: auto; }

  .stickysec ul li.mob-cont {
    pointer-events: auto;
    display: block; }

  .stickysec ul li .icon1 {
    margin-top: 0; }

  .stickysec ul li {
    margin: 5px 0 0;
    padding: 0 10px; }

  .stickysec #myContacts {
    width: 200px;
    top: -95px; }

  input:focus {
    font-size: 16px !important; }

  .banner-form textarea.input-field:focus {
    font-size: 16px !important; }

  .banner-form .form-wrap .form-group.companygroup {
    margin: 48px 0 0; }

  #phone-error, #phoneno {
    bottom: -56px; }

  .banner-form .form-wrap .form-group.width-full {
    margin: 15px 0 0; }

  .feature-form .form-wrap .form-group.width-full {
    margin: 0 0 10px; }

  #help-ul {
    margin: 10px 0 0; }

  .captForm {
    margin: 15px 0 0; }

  .hero-banner br {
    display: none; }

  .useful-resources-blog-section .column-three {
    flex-basis: 100%; } }
.av-device {
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  position: relative; }
  .av-device span {
    margin-right: 5px;
    color: #05164D; }
  .av-device i {
    background: url(../images/av-icon01.svg) no-repeat;
    width: 23px;
    height: 28px;
    display: block;
    margin: auto;
    margin-left: 15px;
    position: relative; }
    .av-device i.icon2 {
      background: url(../images/av-icon02.svg) no-repeat;
      width: 31px;
      height: 19px; }
    .av-device i.icon3 {
      background: url(../images/av-icon03.svg) no-repeat;
      width: 24px;
      height: 24px; }
    .av-device i.icon4 {
      background: url(../images/av-icon04.svg) no-repeat;
      width: 21px;
      height: 24px; }
    .av-device i.icon5 {
      background: url(../images/av-icon05.svg) no-repeat;
      width: 21px;
      height: 25px; }
  .av-device:before {
    content: "";
    width: 53px;
    height: 1px;
    background: #05164D;
    margin-right: 22px; }
  .av-device:after {
    content: "";
    width: 53px;
    height: 1px;
    background: #05164D;
    margin-left: 22px; }

@media (max-width: 767px) {
  .av-device {
    margin: 0 0 10px;
    padding: 0; }
    .av-device:before {
      display: none; }
    .av-device:after {
      display: none; }
    .av-device span {
      font-size: 15px; }
    .av-device i {
      margin-left: 12px; } }
.ft-partner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 20px;
  justify-content: space-evenly; }
  .ft-partner .partcol {
    padding: 0 20px;
    text-align: center; }
    .ft-partner .partcol .rating {
      font-size: 14px;
      color: #000;
      font-weight: 600;
      margin-bottom: 10px;
      display: block; }
    .ft-partner .partcol .picon {
      height: 40px;
      display: flex;
      justify-content: center;
      margin: 0 auto 12px;
      align-items: center; }
    .ft-partner .partcol .part-logo {
      background: url(../images/star-image01.svg) no-repeat;
      width: 101px;
      height: 16px;
      display: block;
      position: relative;
      margin: 0 auto; }
      .ft-partner .partcol .part-logo.part-logo2 {
        background: url(../images/star-image02.svg) no-repeat; }
      .ft-partner .partcol .part-logo.part-logo3 {
        background: url(../images/star-image03.svg) no-repeat; }
      .ft-partner .partcol .part-logo.part-logo4 {
        background: url(../images/star-image04.svg) no-repeat; }
      .ft-partner .partcol .part-logo.part-logo5 {
        background: url(../images/star-image05.svg) no-repeat; }

@media (max-width: 1024px) {
  .ft-partner {
    margin: 40px 0 0; }
    .ft-partner .partcol {
      margin: 0 0 20px; } }
@media (max-width: 1024px) {
  .ft-partner {
    display: none; } }
.journey-bg .actionBtn.center a:after {
  display: none; }

.journey-bg .actionBtn.center a {
  min-width: 200px;
  text-align: center; }

@media (max-width: 767px) {
  .journey-bg .actionBtn.center a {
    min-width: initial;
    text-align: center; }

  .page-template-tpl-home-v2 .primary_btn2::after {
    top: 10px; } }
/*POPUP Section Css Start From Here*/
.super-form .popWrap {
  text-align: center; }

.super-form .popup-content {
  width: 600px;
  border-radius: 15px;
  height: auto;
  overflow: hidden;
  padding: 40px 35px; }

.super-form .popup-content .cross-icon {
  position: absolute;
  right: 22px;
  cursor: pointer;
  top: 20px; }

.super-form .popup-content .top-img {
  margin: 0 0 20px; }

.super-form .popup-content h2 {
  color: #110302;
  line-height: 150%;
  font-size: 26px;
  font-weight: 700; }

.super-form .popup-content p {
  color: #475467;
  font-size: 15px; }

.super-form .ctasec {
  margin: 30px 0 0; }

.super-form .ctasec a {
  min-width: 180px;
  font-size: 16px;
  font-weight: normal;
  background-color: #F76600;
  border-radius: 10px;
  border: 1px solid #F76600 !important;
  text-align: center;
  border-radius: 50px;
  margin: 0 10px;
  line-height: 28px; }

.super-form .ctasec a img {
  margin: 0;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -2px; }

.super-form .ctasec .primary_btn1::after {
  display: none; }

.super-form .ctasec {
  margin: 20px 0 0;
  flex-wrap: wrap; }

.super-form .ctasec .bkdemo {
  height: 54px;
  line-height: 54px;
  background: transparent;
  color: #F76600;
  border-color: #F76600; }

.super-form .ctasec .bkdemo img {
  margin: 0;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -2px; }

.super-form .ctasec a:hover {
  background: #333333;
  color: #fff;
  border-color: #333333 !important; }

.exit-intent-popup {
  display: none; }

.exit-intent-popup.visible {
  display: block; }

@media (max-width: 1024px) {
  .super-form .popup-content {
    padding: 20px 30px; }

  .super-form .ctasec {
    margin: 20px 0 0; } }
@media (max-width: 767px) {
  .super-form .popup-content {
    padding: 20px;
    width: 90%;
    border-radius: 20px;
    overflow-y: scroll;
    height: 440px; }

  .super-form .popup-content p {
    font-size: 14px; }

  .super-form .ctasec {
    margin: 10px 0 0; }

  .super-form .ctasec a {
    min-width: 100%;
    font-size: 14px;
    margin: 15px 0 0; } }
.case-section .ctbtn2 {
  border: 1px solid #fff;
  color: #fff; }

.case-section .ctbtn2:hover {
  border-color: #333333; }

.case-section .ctbtn2:after {
  background: url(../images/white-right-icon.png) 0 0 no-repeat;
  background-size: 100%; }

.case-section .ctbtn2:hover:after {
  background: url(../images/white-right-icon.png) 0 0 no-repeat;
  background-size: 100%; }

.footer {
  width: 100%;
  background: #05164d;
  padding: 30px 0 0; }
  .footer .footer-top {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer .footer-top .dis-flex {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .footer .footer-top .dis-flex .flex-4 {
        flex-basis: 28%;
        text-align: left;
        padding: 0 10px; }
        .footer .footer-top .dis-flex .flex-4 p {
          font-size: 14px;
          letter-spacing: 0.5px;
          line-height: 23px;
          color: #f0f0f0;
          font-weight: normal;
          opacity: 0.6; }
        .footer .footer-top .dis-flex .flex-4:first-child {
          flex-basis: 16%;
          border-right: 0;
          padding-right: 15px; }
        .footer .footer-top .dis-flex .flex-4 .addwrap {
          display: flex;
          align-items: center; }
          .footer .footer-top .dis-flex .flex-4 .addwrap img {
            margin-right: 10px; }
  .footer .footer-middle {
    padding: 40px 0 25px;
    justify-content: space-between;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap; }
    .footer .footer-middle .flex-5 {
      flex-basis: auto;
      padding-right: 60px; }
      .footer .footer-middle .flex-5:last-child {
        padding-right: 0; }
    .footer .footer-middle h4 {
      font-size: 18px;
      margin: 0 0 10px;
      color: #ffffff;
      font-weight: 500;
      letter-spacing: 0.5px; }
    .footer .footer-middle ul {
      margin: 0;
      padding: 0; }
      .footer .footer-middle ul li {
        margin: 10px 0 0;
        color: #f0f0f0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        letter-spacing: 0.5px; }
        .footer .footer-middle ul li a {
          color: #f0f0f0; }
          .footer .footer-middle ul li a:hover {
            opacity: 0.8; }
      .footer .footer-middle ul.info {
        margin: 30px 0 0; }
        .footer .footer-middle ul.info li a {
          padding-left: 12px;
          position: relative; }
          .footer .footer-middle ul.info li a:before {
            content: "";
            width: 6px;
            height: 6px;
            background: #f76600;
            position: absolute;
            left: 0;
            top: 7px;
            border-radius: 100%; }
  .footer .footer-bottom {
    padding: 40px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; }
    .footer .footer-bottom .flex-3 {
      flex-basis: auto; }
    .footer .footer-bottom h3 {
      font-size: 15px;
      line-height: 24px;
      color: #b9b9b9;
      font-weight: 400;
      margin: 0 0 22px; }
    .footer .footer-bottom .logo-box .dis-flex {
      align-items: baseline; }
      .footer .footer-bottom .logo-box .dis-flex a {
        margin-right: 10px; }
        .footer .footer-bottom .logo-box .dis-flex a:hover {
          opacity: 0.8; }
    .footer .footer-bottom .social-box .dis-flex a {
      margin-right: 10px; }
      .footer .footer-bottom .social-box .dis-flex a:hover {
        opacity: 0.6; }
    .footer .footer-bottom .copyright {
      align-items: center;
      display: flex;
      justify-content: center; }
    .footer .footer-bottom .seals {
      display: flex;
      align-items: center;
      justify-content: center; }
      .footer .footer-bottom .seals a {
        display: inline-block;
        margin: 0 5px; }
    .footer .footer-bottom .footer-rating {
      color: #b9b9b9;
      flex-basis: 35%;
      font-size: 16px; }
      .footer .footer-bottom .footer-rating .star-outer a {
        font-size: 14px;
        color: #b9b9b9;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
      .footer .footer-bottom .footer-rating a:hover {
        color: #FFFFFF;
        opacity: 0.8; }
      .footer .footer-bottom .footer-rating .star-icon {
        background: url(../footer-images/footer-icons.png) 0 0 no-repeat;
        width: 18px;
        height: 15px;
        display: inline-block; }
      .footer .footer-bottom .footer-rating .client-outer {
        margin-top: 15px;
        display: block; }
      .footer .footer-bottom .footer-rating .rate-us {
        border: 1px solid #ffb81d;
        border-radius: 6px;
        padding: 5px 18px;
        display: inline-block;
        color: #ffb81d;
        margin-right: 10px;
        transition: all 0.3s ease-in-out; }
  .footer .footer-copyright {
    background: #05123E;
    margin: 40px 0 0;
    text-align: center;
    padding: 10px 0; }
    .footer .footer-copyright .cop {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      color: #FFFFFF;
      line-height: 1; }
      .footer .footer-copyright .cop p {
        margin: 0;
        font-size: 12px;
        color: #FFFFFF;
        font-weight: 400; }
        .footer .footer-copyright .cop p a {
          color: #FFFFFF; }
      .footer .footer-copyright .cop ul {
        display: flex;
        margin: 0;
        padding: 0; }
        .footer .footer-copyright .cop ul li.hide {
          margin: 0 10px; }
        .footer .footer-copyright .cop ul li a {
          color: #FFFFFF;
          font-weight: 400;
          text-decoration: underline;
          font-size: 12px;
          color: #FFFFFF;
          line-height: 1; }
          .footer .footer-copyright .cop ul li a:hover {
            text-decoration: none;
            opacity: 0.8; }

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .footer .footer-middle .flex-5 {
    padding-right: 30px; }
  .footer .footer-bottom .logo-box .dis-flex a {
    margin-right: 15px; }
  .footer .footer-bottom .social-box .dis-flex a {
    margin-right: 7px; }
  .footer .footer-bottom h3 {
    margin: 0 0 15px; } }
@media (max-width: 1366px) {
  .footer .footer-middle ul li {
    font-size: 15px; }
  .footer .footer-bottom .footer-rating {
    font-size: 15px; } }
@media (max-width: 1160px) {
  .footer .footer-top .dis-flex .flex-4 {
    flex-basis: 33.33%;
    text-align: left;
    padding: 0 10px; }
    .footer .footer-top .dis-flex .flex-4 p {
      font-size: 14px;
      letter-spacing: 0.5px;
      line-height: 23px;
      color: #f0f0f0;
      font-weight: normal;
      opacity: 0.6; }
    .footer .footer-top .dis-flex .flex-4:first-child {
      text-align: center;
      margin: 0 0 20px;
      padding: 0;
      flex-basis: 100%; }
  .footer .footer-middle {
    padding: 40px 0 25px;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px; }
    .footer .footer-middle .flex-5 {
      flex-basis: calc(33.33% - 20px);
      padding: 0; }
      .footer .footer-middle .flex-5:last-child {
        padding-right: 0; }
      .footer .footer-middle .flex-5 br {
        display: initial; }
      .footer .footer-middle .flex-5:nth-child(4) {
        flex-basis: calc(50% - 20px);
        margin: 20px 0 0; }
      .footer .footer-middle .flex-5:nth-child(4) {
        flex-basis: calc(50% - 20px);
        margin: 20px 0 0; }
    .footer .footer-middle h4 {
      font-size: 18px;
      margin: 0 0 10px;
      color: #ffffff;
      font-weight: 500;
      letter-spacing: 0.5px; }
    .footer .footer-middle ul li {
      font-size: 14px;
      line-height: 24px; }
    .footer .footer-middle ul.info {
      margin: 30px 0 0; }
      .footer .footer-middle ul.info li a {
        padding-left: 12px;
        position: relative; }
        .footer .footer-middle ul.info li a:before {
          content: "";
          width: 6px;
          height: 6px;
          background: #3f56a1;
          position: absolute;
          left: 0;
          top: 7px;
          border-radius: 100%; }
  .footer .footer-bottom {
    gap: 0;
    justify-content: space-between; }
    .footer .footer-bottom .flex-4 {
      flex-basis: 100%;
      text-align: center; }
    .footer .footer-bottom .flex-3 {
      flex-basis: 33.33%; }
    .footer .footer-bottom .logo-box {
      text-align: left; }
      .footer .footer-bottom .logo-box .dis-flex {
        gap: 10px; }
    .footer .footer-bottom .seals {
      align-items: baseline;
      margin: 35px 0 0; }
      .footer .footer-bottom .seals a img {
        width: 40px; }
    .footer .footer-bottom .copyright {
      margin: 20px 0 0; }
    .footer .footer-bottom .footer-rating {
      flex-basis: 100%;
      text-align: center;
      margin: 20px 0 0; } }
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 0 0 10px; }
    .footer .footer-top .dis-flex .flex-4 {
      flex-basis: 100%;
      text-align: center;
      padding: 0;
      margin: 0 0 20px; }
      .footer .footer-top .dis-flex .flex-4 p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 22px; }
      .footer .footer-top .dis-flex .flex-4 .addwrap {
        flex-direction: column; }
        .footer .footer-top .dis-flex .flex-4 .addwrap img {
          margin: 0 0 6px; }
  .footer .footer-middle {
    padding: 30px 0 10px;
    gap: 0; }
    .footer .footer-middle h4 {
      font-size: 16px;
      letter-spacing: 0; }
    .footer .footer-middle .flex-5 {
      flex-basis: 45%;
      padding: 0 0 20px; }
      .footer .footer-middle .flex-5:nth-child(2n) {
        flex-basis: 50%; }
    .footer .footer-middle ul li {
      margin: 8px 0 0;
      font-size: 13px;
      line-height: 24px; }
  .footer .footer-bottom {
    padding: 30px 0 0;
    gap: 0; }
    .footer .footer-bottom .flex-3 {
      flex-basis: 100%;
      text-align: center;
      margin: 10px 0 0; }
    .footer .footer-bottom .logo-box {
      flex-basis: 100%;
      text-align: center; }
      .footer .footer-bottom .logo-box .dis-flex {
        justify-content: center;
        gap: 8px; }
    .footer .footer-bottom .social-box {
      flex-basis: 100%;
      text-align: center;
      margin: 20px 0 0; }
      .footer .footer-bottom .social-box .dis-flex {
        justify-content: center; }
    .footer .footer-bottom .seals {
      margin: 10px 0 0; }
    .footer .footer-bottom .footer-rating {
      margin: 20px 0 0;
      font-size: 13px; }
      .footer .footer-bottom .footer-rating .client-outer {
        margin: 20px 0;
        display: block; }
    .footer .footer-bottom h3 {
      font-weight: 500; }
  .footer .footer-copyright .cop {
    flex-wrap: wrap; }
    .footer .footer-copyright .cop p {
      width: 100%;
      margin: 0 0 15px; }
      .footer .footer-copyright .cop p a {
        color: #FFFFFF; }
    .footer .footer-copyright .cop ul {
      flex-wrap: wrap; }
      .footer .footer-copyright .cop ul li:first-child {
        display: none; } }
/*Media Query Ends Here*/
.header-two {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 99;
  background: #fff;
  transition: all 0.3s ease-in-out; }
  .header-two .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: static; }
  .header-two .header-item-left {
    display: flex;
    flex-basis: 22%;
    align-items: center; }
    .header-two .header-item-left .large {
      transition: all 0.7s ease-in-out; }
      .header-two .header-item-left .large img {
        max-width: 220px; }
      .header-two .header-item-left .large .light {
        display: block; }
      .header-two .header-item-left .large .dark {
        display: none; }
    .header-two .header-item-left .small {
      opacity: 0;
      display: grid;
      background: #ececec;
      padding: 10px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      align-items: center;
      position: absolute;
      top: 10px;
      transition: all 0.7s ease-in-out; }
  .header-two .header-item-right {
    flex-basis: 78%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-two .header-item-right .menu ul {
      padding: 0;
      margin: 0; }
      .header-two .header-item-right .menu ul li {
        display: inline-block;
        transition: color 0.3s ease; }
        .header-two .header-item-right .menu ul li.menu-item-has-children a {
          position: relative;
          text-decoration: none;
          font-size: 16px;
          line-height: 20px;
          padding: 0 18px 35px;
          border: none;
          outline: none;
          color: #05164d;
          transition: color 0.3s ease;
          font-weight: 500; }
          .header-two .header-item-right .menu ul li.menu-item-has-children a.mst-link:before {
            content: "";
            position: absolute;
            right: 0;
            top: 8px;
            width: 10px;
            height: 6px;
            background: url(../header-images/arrow-orange.svg) center center no-repeat;
            background-size: 100%;
            transition: all 0.2s ease; }
          .header-two .header-item-right .menu ul li.menu-item-has-children a.mst-link:hover:before {
            transform: rotate(180deg); }
          .header-two .header-item-right .menu ul li.menu-item-has-children a.mst-link.price:before, .header-two .header-item-right .menu ul li.menu-item-has-children a.mst-link.demo:before {
            display: none; }
          .header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
            content: "";
            background: #f76600;
            width: 100%;
            height: 3px;
            position: absolute;
            left: 0;
            bottom: -3px;
            opacity: 1;
            z-index: 9; }
        .header-two .header-item-right .menu ul li .menu-mega {
          position: absolute;
          left: -30%;
          width: calc(100% + 60%);
          height: auto;
          margin-top: 0;
          top: 133%;
          padding: 0;
          z-index: 1;
          border-top: 1px solid #dedede;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
          display: none;
          background: #fff; }
          .header-two .header-item-right .menu ul li .menu-mega.bg-purple:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 25%;
            background: #fffaf6; }
          .header-two .header-item-right .menu ul li .menu-mega.small-menu {
            left: 42%;
            width: 360px;
            padding: 25px;
            border-radius: 15px; }
            .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
              width: 290px;
              left: 53%; }
            .header-two .header-item-right .menu ul li .menu-mega.small-menu a {
              padding: 15px 15px 15px 55px;
              position: relative;
              display: flex;
              color: #05164d;
              margin: 0;
              align-items: center;
              border-radius: 10px; }
              .header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
                display: none; }
              .header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
                position: absolute;
                left: 10px;
                top: 10px;
                display: block; }
              .header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
                margin: 0; }
              .header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
                background: #fff1e7; }
          .header-two .header-item-right .menu ul li .menu-mega .dis-flex {
            align-items: flex-start;
            display: flex;
            flex-wrap: wrap; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
            width: 100%;
            min-height: 510px;
            height: 100%; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
              flex-basis: 25%;
              border-right: 1px solid #e6e6e6;
              padding: 15px 25px 15px 0;
              min-height: 510px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav {
                padding: 0;
                margin: 0; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li {
                  width: 100%; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
                    display: block;
                    padding: 15px 35px 15px 15px;
                    color: #05164d;
                    position: relative;
                    cursor: pointer;
                    background: #fff;
                    border-radius: 10px;
                    font-weight: 500;
                    position: relative;
                    font-size: 16px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a:after {
                      content: "";
                      background: url(../header-images/arrow.svg) no-repeat center;
                      position: absolute;
                      top: 17px;
                      right: 15px;
                      width: 14px;
                      height: 19px;
                      background-size: 100%;
                      opacity: 0;
                      left: auto;
                      bottom: auto; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.no-link a {
                    cursor: default; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.is-active a {
                    background: #fff1e7; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.is-active a:after {
                      opacity: 1; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
              flex-basis: 75%;
              padding: 0 20px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.flex-full {
                flex-basis: 100%; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
                width: 100%;
                display: none;
                height: 100%; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.bg-purple:after {
                  content: "";
                  position: absolute;
                  right: 0;
                  top: 0;
                  height: 100%;
                  width: 25%;
                  background: #fbfaff; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .four-column {
                  width: 100%; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column {
                  width: 66%; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
                  font-weight: 500;
                  font-size: 16px;
                  line-height: 26px;
                  color: #000;
                  display: block;
                  transition: all 0.3s ease-in-out;
                  margin-bottom: 2px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
                  padding: 15px 0;
                  border-bottom: 1px solid #e6e6e6;
                  width: 100%; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a {
                    padding-left: 70px;
                    position: relative;
                    display: block;
                    margin: 0;
                    font-weight: 400 !important; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
                      font-size: 16px;
                      line-height: 22px;
                      color: #05164d; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .menuicon {
                      position: absolute;
                      left: 10px;
                      top: 10px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.is-active {
                  display: flex;
                  justify-content: space-between;
                  flex-wrap: wrap; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
                  padding: 15px 0 30px;
                  width: 100%; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
                    flex-basis: 50%;
                    padding: 0 5px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-3 {
                    flex-basis: 33.33%;
                    padding: 0 5px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
                    flex-basis: 25%;
                    padding: 0 5px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
                    color: #9f9f9f;
                    font-size: 14px;
                    text-transform: uppercase;
                    font-weight: 500;
                    margin: 10px 0 10px;
                    display: block; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head.opacity-0 {
                      opacity: 0; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
                    width: calc(100% - 10px);
                    margin: 0 0 10px -10px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
                  font-weight: 400 !important;
                  font-size: 14px;
                  line-height: 20px;
                  color: #5d6579;
                  display: block;
                  padding: 10px;
                  border-radius: 10px;
                  background: transparent; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .comsoon {
                    background: #efeeee;
                    color: #787777;
                    padding: 5px 8px;
                    font-size: 11px;
                    line-height: initial;
                    border-radius: 30px;
                    display: inline-block;
                    margin-left: 5px;
                    margin-top: -5px;
                    cursor: default !important; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
                    font-size: 15px;
                    line-height: 22px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
                    background: #fff1e7; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover:after {
                      display: none; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
                    color: #f76600;
                    padding: 30px 0 0;
                    transition: all 0.3s ease-in-out;
                    border-top: 1px solid #e6e6e6;
                    border-radius: 0;
                    margin: 20px 0 0;
                    font-weight: 500;
                    position: relative;
                    transition: all 0.3s ease-in-out; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:after {
                      content: "";
                      background: url(../header-images/arrow.svg) no-repeat center;
                      display: inline-block;
                      position: relative;
                      opacity: 1;
                      width: 14px;
                      height: 19px;
                      background-size: 100%;
                      vertical-align: middle;
                      margin-left: 10px;
                      bottom: auto;
                      transition: all 0.3s ease-in-out; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:hover {
                      background-color: transparent; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:hover:after {
                        margin-left: 15px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
                  width: 32%;
                  position: relative;
                  padding-left: 20px;
                  border-left: 1px solid #e6e6e6;
                  background: #fffaf6;
                  z-index: 9;
                  min-height: 510px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title a {
                    padding-left: 10px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
                    padding-left: 55px;
                    position: relative; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
                      position: absolute;
                      left: 10px;
                      top: 15px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
                display: flex; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content {
                  width: 68%; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content .three-column {
                    width: 98%; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
                  display: block;
                  width: 30%;
                  height: auto;
                  width: 30%;
                  position: relative;
                  padding-left: 20px;
                  border-left: 1px solid #e6e6e6;
                  background: #f8f9fa; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
                    content: "";
                    position: absolute;
                    right: -60px;
                    top: 0;
                    height: 100%;
                    width: 20%;
                    background: #f8f9fa; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
                    padding-left: 7px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a {
                    padding-left: 55px;
                    position: relative;
                    width: calc(100% - 7px);
                    margin: 0 0 10px -10px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a .menuicon {
                      position: absolute;
                      left: 10px;
                      top: 15px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu {
                padding: 0;
                flex-basis: 100%; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column {
                  width: 75%; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column .menu-column {
                    border-top: 1px solid #e6e6e6; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column .menu-column .flex-3 {
                      padding: 0 10px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column .menu-column .flex-3 .bor-line {
                        border-right: 1px solid #e6e6e6; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column .menu-column .flex-3 .tab-title {
                        padding-bottom: 0;
                        border: 0; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column .menu-column .flex-3:last-child .bor-line {
                        border: none; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column .menu-column:first-child {
                      border-top: 0; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a {
                    padding: 3px 7px 3px 25px;
                    border-radius: 5px;
                    position: relative; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a:before {
                      content: "";
                      background: url(../header-images/menu-check.svg) no-repeat center;
                      position: absolute;
                      top: 7px;
                      left: 5px;
                      width: 13px;
                      height: 13px;
                      background-size: 100%;
                      vertical-align: middle; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a:hover {
                      color: #05164d; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a:hover:before {
                        background: url(../header-images/menu-active.svg) no-repeat center; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a.view-more {
                      padding: 0;
                      border: 0;
                      color: rgba(0, 35, 75, 0.7); }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a.view-more:after {
                        background: url(../header-images/grey-ar.svg) no-repeat center;
                        width: 11px;
                        height: 8px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a.view-more:before {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a.view-more:hover {
                        color: #f76600; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a.view-more:hover:after {
                          background: url(../header-images/arrow.svg) no-repeat center;
                          width: 11px;
                          height: 8px;
                          background-size: 100%; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .tab-title a {
                  padding-left: 7px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .tab-title a:before {
                    display: none; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .other-menu {
                  width: 25%; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .other-menu .flex-1 a {
                    padding-left: 55px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu {
                flex-basis: 100%;
                padding: 0; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .tab-title {
                  border: 0; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column {
                  width: 75%; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 a {
                    position: relative;
                    margin-bottom: 20px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 a img {
                      position: absolute;
                      top: 12px;
                      left: 10px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 a img.inor {
                        display: block; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 a img.ihov {
                        display: none; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 a .sol-list {
                      width: 100%;
                      padding-left: 28px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 a:hover img.inor {
                      display: none; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 a:hover img.ihov {
                      display: block; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .title {
                    margin-bottom: 8px; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu {
                  width: 25%;
                  padding-left: 30px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .menu-column {
                    padding: 0; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .menu-column a.btn {
                      font-size: 25px;
                      line-height: 35px;
                      font-weight: 700 !important;
                      padding: 40px 15px;
                      text-align: left;
                      border-radius: 15px;
                      background: linear-gradient(180deg, #fd8a38 0%, #ff6900 100%);
                      color: #fff;
                      position: relative; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .menu-column a.btn:before {
                        content: "";
                        background: url(../header-images/btn-bg.png) no-repeat center;
                        position: absolute;
                        left: 0;
                        top: 0;
                        opacity: 1;
                        width: 100%;
                        height: 149px;
                        background-size: cover;
                        border-radius: 15px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .menu-column a.btn:hover {
                        background: #051441; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .menu-column a.btn:hover:before {
                          opacity: 0.2; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .menu-column a.no-link {
                      cursor: default; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .menu-column a.no-link:hover {
                        background: transparent; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .view-more {
                  border: 0;
                  padding: 0; }
        .header-two .header-item-right .menu ul li:hover .menu-mega {
          display: block; }
    .header-two .header-item-right .cta-wrap {
      display: inline-block; }
      .header-two .header-item-right .cta-wrap .login {
        padding: 0;
        margin-left: 20px;
        display: flex;
        gap: 10px;
        align-items: center; }
        .header-two .header-item-right .cta-wrap .login a {
          background: #f76600;
          color: #fff;
          border-radius: 30px;
          padding: 15px 25px;
          line-height: 1;
          font-size: 16px;
          border: 1px solid #f76600;
          font-weight: 600;
          cursor: pointer; }
          .header-two .header-item-right .cta-wrap .login a.bg-none {
            background: transparent;
            border-color: transparent;
            font-weight: 500;
            color: #05164d;
            padding: 15px 10px; }
            .header-two .header-item-right .cta-wrap .login a.bg-none:hover {
              background: transparent;
              border-color: transparent;
              opacity: 0.8;
              color: #05164d; }
          .header-two .header-item-right .cta-wrap .login a.for-free {
            height: initial;
            background: transparent;
            color: #f76600;
            font-weight: 500; }
            .header-two .header-item-right .cta-wrap .login a.for-free:after {
              content: "";
              display: inline-block;
              width: 16px;
              height: 17px;
              margin-left: 7px;
              vertical-align: middle;
              background: url(../header-images/menu-arrow.svg) no-repeat; }
            .header-two .header-item-right .cta-wrap .login a.for-free:hover:after {
              background: url(../header-images/menu-arrowwh.svg) no-repeat; }
          .header-two .header-item-right .cta-wrap .login a:hover {
            background: #05164d;
            border-color: #05164d;
            color: #fff; }
      .header-two .header-item-right .cta-wrap.large-reso {
        display: block; }
      .header-two .header-item-right .cta-wrap.small-reso {
        display: none; }
  .header-two.header-bg .header-item-right {
    opacity: 0; }
    .header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a {
      color: #05164d; }
    .header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
      border-color: rgba(5, 22, 77, 0.08); }
  .header-two.header-bg.sc-up {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08); }
    .header-two.header-bg.sc-up .header-item-left {
      opacity: 1; }
    .header-two.header-bg.sc-up .header-item-right {
      opacity: 1; }
    .header-two.header-bg.sc-up .cta-wrap .login a {
      background: #f76600;
      color: #fff;
      border: 1px solid #f76600; }
      .header-two.header-bg.sc-up .cta-wrap .login a.bg-none {
        background: transparent;
        border-color: transparent;
        color: #05164d; }
        .header-two.header-bg.sc-up .cta-wrap .login a.bg-none:hover {
          background: transparent;
          border-color: transparent;
          opacity: 0.8;
          color: #05164d; }
      .header-two.header-bg.sc-up .cta-wrap .login a.for-free {
        border-color: #f76600;
        color: #f76600;
        background: transparent; }
        .header-two.header-bg.sc-up .cta-wrap .login a.for-free:after {
          background: url(../header-images/orange-arrow.svg) no-repeat; }
        .header-two.header-bg.sc-up .cta-wrap .login a.for-free:hover:after {
          background: url(../header-images/white-arrow.svg) no-repeat; }
      .header-two.header-bg.sc-up .cta-wrap .login a:hover {
        background: #051441;
        border-color: #051441;
        color: #fff; }
  .header-two.header-bg.sc-down {
    background: transparent; }
    .header-two.header-bg.sc-down .small {
      opacity: 1; }
    .header-two.header-bg.sc-down .large {
      opacity: 0; }
  .header-two:hover {
    background: #fff !important;
    transition: all 0.5s ease 0s;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08); }
    .header-two:hover .header-item-left {
      opacity: 1; }
      .header-two:hover .header-item-left .large {
        opacity: 1; }
      .header-two:hover .header-item-left .small {
        display: none; }
    .header-two:hover .header-item-right {
      opacity: 1; }
      .header-two:hover .header-item-right .menu ul li.menu-item-has-children a {
        color: #05164d; }
      .header-two:hover .header-item-right .cta-wrap .login a {
        background: #f76600;
        color: #fff;
        border: 1px solid #f76600; }
        .header-two:hover .header-item-right .cta-wrap .login a.bg-none {
          background: transparent;
          border-color: transparent;
          color: #05164d; }
          .header-two:hover .header-item-right .cta-wrap .login a.bg-none:hover {
            background: transparent;
            border-color: transparent;
            opacity: 0.8;
            color: #05164d; }
        .header-two:hover .header-item-right .cta-wrap .login a.for-free {
          border-color: #f76600;
          color: #f76600;
          background: transparent; }
          .header-two:hover .header-item-right .cta-wrap .login a.for-free:after {
            background: url(../header-images/orange-arrow.svg) no-repeat; }
          .header-two:hover .header-item-right .cta-wrap .login a.for-free:hover:after {
            background: url(../header-images/white-arrow.svg) no-repeat; }
        .header-two:hover .header-item-right .cta-wrap .login a:hover {
          background: #051441;
          border-color: #051441;
          color: #fff; }

.header-two
.header-item-right
.menu
ul
li
.menu-mega
.tab-menu
.tab-contents
.right-tabs
.tab-content
.tab-title
a.no-link {
  cursor: default; }

@media screen and (max-width: 1700px) {
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 57%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
      left: 57%; } }
@media screen and (max-width: 1580px) {
  .header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 44%; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
      left: 60%; } }
@media screen and (max-width: 1440px) {
  .header-two .header-item-right .menu ul li.menu-item-has-children a {
    font-size: 15px; }
  .header-two .header-item-right .menu ul li .menu-mega {
    width: 100%;
    left: 0; }
    .header-two .header-item-right .menu ul li .menu-mega.small-menu {
      left: 44%; }
      .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
        left: 61%; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
      min-height: 480px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
        min-height: 480px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
          font-size: 15px;
          padding: 13px 35px 13px 15px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
        font-size: 15px;
        line-height: 24px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
        font-size: 15px;
        line-height: 22px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
        padding: 15px 0 25px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
          font-size: 13px;
          margin: 8px 0 8px;
          margin: 0; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
          margin: 0 0 5px -10px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
        font-size: 13px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
          font-size: 14px;
          line-height: 22px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
          padding: 25px 0 0;
          margin: 15px 0 0; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
        min-height: 480px; } }
@media screen and (max-width: 1380px) {
  .header-two
  .header-item-right
  .menu
  ul
  li
  .menu-mega
  .tab-menu
  .tab-contents
  .right-tabs
  .tab-content
  .menu-column
  a {
    padding: 7px 10px; }

  .header-two .header-item-left {
    flex-basis: 18%; }
  .header-two .header-item-right {
    flex-basis: 80%; }
    .header-two .header-item-right .menu {
      margin-left: 20px; } }
@media screen and (max-width: 1280px) {
  .header-two .header-item-right .menu {
    margin-left: 20px; }
    .header-two .header-item-right .menu ul li.menu-item-has-children a {
      font-size: 14px;
      padding: 0 13px 35px; }
    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
      min-height: 450px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
        padding: 15px 20px 15px 0;
        min-height: 450px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
          font-size: 14px;
          padding: 10px 25px 10px 10px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a:after {
            top: 14px;
            right: 10px;
            width: 11px;
            height: 14px; }
      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
        padding: 0 15px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
          min-height: 450px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
            font-size: 13px;
            line-height: 20px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
            padding: 10px 0; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
              font-size: 14px;
              line-height: 20px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
            padding: 15px 0 25px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
              padding: 0 3px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
              padding: 0 3px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
              font-size: 12px;
              margin: 8px 0 8px;
              margin: 0; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
              margin: 0 0 5px -8px;
              padding: 8px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
            padding: 8px;
            font-size: 12px;
            line-height: 20px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
              font-size: 13px;
              line-height: 20px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
              padding: 15px 0 0;
              margin: 10px 0 0; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
            padding-left: 12px;
            min-height: 450px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
              padding-left: 45px; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
                width: 25px;
                height: 25px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
              right: -50px; }
        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
          padding-left: 12px;
          min-height: initial; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.tab-content {
            min-height: auto; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
            right: -50px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
            padding-left: 8px; }
          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a {
            padding-left: 45px;
            width: calc(100% - 10px);
            margin: 0 0 5px -8px; }
            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a .menuicon {
              width: 25px;
              height: 25px; }
  .header-two .header-item-right .cta-wrap .login a {
    font-size: 14px; } }
@media screen and (max-width: 1139px) {
  .header-two {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 0;
    background: #f76600 !important; }
    .header-two .header-item-left {
      display: flex;
      flex-basis: 100%;
      justify-content: space-between;
      align-items: center;
      margin: 0; }
      .header-two .header-item-left .large {
        transition: all 0.7s ease-in-out; }
        .header-two .header-item-left .large img {
          max-width: 190px; }
        .header-two .header-item-left .large .light {
          display: none; }
        .header-two .header-item-left .large .dark {
          display: block; }
      .header-two .header-item-left .small {
        display: none; }
    .header-two .header-item-right {
      flex-basis: 100%; }
      .header-two .header-item-right .menu {
        display: none;
        margin-left: 0; }
        .header-two .header-item-right .menu ul {
          margin: 0; }
          .header-two .header-item-right .menu ul li {
            margin: 20px 0 0;
            display: block; }
            .header-two .header-item-right .menu ul li.menu-item-has-children a {
              padding: 0;
              font-size: 15px;
              color: #fff; }
              .header-two .header-item-right .menu ul li.menu-item-has-children a.mst-link:before {
                display: none; }
              .header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
                display: none; }
            .header-two .header-item-right .menu ul li:hover .menu-mega {
              display: none; }
            .header-two .header-item-right .menu ul li .menu-mega {
              position: relative;
              display: none;
              background: 0 0;
              margin-top: 20px;
              padding-left: 0;
              border-top: 1px solid #dedede;
              box-shadow: 4px 4px 60px rgba(59, 85, 112, 0.25);
              display: none;
              background: #fff;
              left: 0;
              width: 100%; }
              .header-two .header-item-right .menu ul li .menu-mega.bg-purple:after {
                display: none; }
              .header-two .header-item-right .menu ul li .menu-mega.small-menu {
                left: auto;
                width: 100%;
                border-radius: 0;
                padding: 20px 10px !important; }
                .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
                  left: auto;
                  width: 100%; }
                .header-two .header-item-right .menu ul li .menu-mega.small-menu a {
                  padding: 15px 15px 15px 55px;
                  position: relative;
                  display: flex;
                  margin: 0;
                  align-items: center;
                  border-radius: 10px;
                  color: #000 !important; }
                  .header-two .header-item-right .menu ul li .menu-mega.small-menu a .title {
                    color: #262626; }
                  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
                    display: none; }
                  .header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
                    position: absolute;
                    left: 10px;
                    top: 10px;
                    display: block; }
                  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
                    margin: 0; }
                  .header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
                    background: #fff1e7; }
              .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
                width: 100%;
                min-height: initial; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
                  display: none; }
                .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
                  flex-basis: 100%;
                  padding: 0; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
                    min-height: initial;
                    display: block !important;
                    height: auto; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.bg-purple:after {
                      display: none; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .four-column {
                      width: 100%; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column {
                      width: 100%; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
                      font-weight: 500;
                      font-size: 15px;
                      line-height: 26px;
                      color: #000;
                      display: block;
                      transition: all 0.3s ease-in-out;
                      margin-bottom: 2px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
                      padding: 10px 25px 10px 0;
                      border-bottom: 1px solid #e6e6e6;
                      width: 100%;
                      display: flex;
                      align-items: center; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a {
                        padding: 10px 10px 10px 55px;
                        margin: 0 0 0 -10px;
                        width: 100%; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
                          font-size: 15px;
                          line-height: 20px;
                          color: #05164d; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .menuicon {
                          left: 8px;
                          width: 35px;
                          height: 35px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.is-active {
                      display: block; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
                      padding: 20px 0;
                      width: 100%; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column:last-child {
                        padding: 0; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.sub-service {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.solution-submenu {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.hr-submenu {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.sub-ind {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.m-active {
                        display: block; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .hr-submenu {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .m-active {
                        display: block; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
                        flex-basis: 100%;
                        padding: 0;
                        margin: 0; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
                        flex-basis: 100%;
                        padding: 0;
                        margin: 0 0 25px; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4.margin-0 {
                          margin: 0; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
                        font-size: 13px;
                        margin: 8px 0 8px; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head.opacity-0 {
                          display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
                        width: calc(100% - 10px);
                        margin: 0 0 5px -10px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
                      font-weight: 400;
                      font-size: 13px;
                      line-height: 20px;
                      color: #5d6579;
                      display: block;
                      padding: 10px;
                      border-radius: 10px;
                      background: transparent; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
                        font-size: 14px;
                        line-height: 20px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
                        background: #fff1e7; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover:after {
                          display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
                        padding: 20px 0 0;
                        margin: 10px 0 0; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:after {
                          display: inline-block; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
                      width: 100%;
                      position: relative;
                      padding-left: 0;
                      border-left: none;
                      background: #fff; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu.mob-hide {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title {
                        padding: 0; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title a {
                          padding: 8px;
                          width: calc(100% - 10px);
                          margin: 0 0 5px -10px; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title .ser-arrow-btn {
                          right: -15px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 {
                        flex-basis: 100%; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
                          padding-left: 55px;
                          position: relative; }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
                            position: absolute;
                            left: 10px;
                            top: 15px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
                    display: flex;
                    flex-wrap: wrap; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content {
                      width: 100%; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content .three-column {
                        width: 100%; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
                      width: 100%;
                      position: relative;
                      padding-left: 0;
                      border-left: none;
                      background: #fff; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.tab-content {
                        width: 100%;
                        height: auto;
                        min-height: auto; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.mob-hide {
                        display: none !important; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
                        display: none; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title {
                        padding: 0; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
                          padding: 8px;
                          width: calc(100% - 10px);
                          margin: 0 0 5px -10px; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title .ser-arrow-btn {
                          right: -15px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu {
                    padding: 10px 0;
                    flex-basis: 100%; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column {
                      width: 100%; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column .menu-column {
                        border-top: none;
                        padding: 0; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column .menu-column .flex-3 {
                          flex-basis: 100%;
                          padding: 0;
                          margin: 0; }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column .menu-column .flex-3 .bor-line {
                            border-right: none; }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column .menu-column .flex-3 .tab-title {
                            padding-bottom: 0;
                            border: 0; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a {
                        padding: 3px 7px 3px 25px;
                        border-radius: 5px;
                        position: relative; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a:before {
                          content: "";
                          background: url(../header-images/menu-check.svg) no-repeat center;
                          position: absolute;
                          top: 7px;
                          left: 5px;
                          width: 13px;
                          height: 13px;
                          background-size: 100%;
                          vertical-align: middle; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a:hover {
                          color: #05164d; }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a:hover:before {
                            background: url(../header-images/menu-active.svg) no-repeat center; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a.view-more {
                          padding: 0;
                          border: 0;
                          color: rgba(0, 35, 75, 0.7); }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a.view-more:after {
                            background: url(../header-images/grey-ar.svg) no-repeat center;
                            width: 11px;
                            height: 8px; }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a.view-more:before {
                            display: none; }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a.view-more:hover {
                            color: #f76600; }
                            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .three-column a.view-more:hover:after {
                              background: url(../header-images/arrow.svg) no-repeat center;
                              width: 11px;
                              height: 8px;
                              background-size: 100%; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .tab-title a {
                      padding-left: 7px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .tab-title a:before {
                        display: none; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .other-menu {
                      width: 100%; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.weserve-menu .tab-content .other-menu .flex-1 a {
                        padding-left: 45px; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu {
                    padding: 10px 0;
                    flex-basis: 100%; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column {
                      width: 100%; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 {
                        flex-basis: 100%;
                        padding: 0;
                        margin: 0; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 a {
                          margin-bottom: 10px; }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 a img {
                            top: 9px;
                            left: 5px; }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .menu-column .flex-3 a .sol-list {
                            width: 100%;
                            padding-left: 25px; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .three-column .title {
                        margin-bottom: 5px; }
                    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu {
                      width: 100%;
                      padding-left: 0; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .menu-column {
                        padding: 0; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .menu-column a.btn {
                          font-size: 20px;
                          line-height: 30px;
                          font-weight: 700 !important;
                          padding: 25px 15px; }
                          .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .menu-column a.btn:before {
                            display: none; }
              .header-two .header-item-right .menu ul li .menu-mega.m-active {
                display: block; }
      .header-two .header-item-right .mob-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 70px;
        left: 0;
        background: #f76600;
        padding: 0 20px;
        display: none;
        overflow-y: auto;
        padding-bottom: 120px; }
        .header-two .header-item-right .mob-nav.active {
          display: block; }
      .header-two .header-item-right .cta-wrap .login {
        margin-left: 0; }
        .header-two .header-item-right .cta-wrap .login a {
          background: #fff;
          color: #05164d;
          border-radius: 30px;
          padding: 15px 25px;
          line-height: 1;
          font-size: 14px !important;
          border: 1px solid #fff;
          font-weight: 500;
          cursor: pointer; }
          .header-two .header-item-right .cta-wrap .login a.bg-none {
            background: transparent;
            border-color: #fff;
            font-weight: 500;
            color: #fff;
            padding: 15px 25px; }
            .header-two .header-item-right .cta-wrap .login a.bg-none:hover {
              background: #051441;
              border-color: #051441;
              opacity: 1; }
          .header-two .header-item-right .cta-wrap .login a.for-free {
            height: initial;
            background: transparent;
            border-color: #fff;
            color: #fff;
            font-weight: 400; }
            .header-two .header-item-right .cta-wrap .login a.for-free:after {
              content: "";
              display: inline-block;
              width: 16px;
              height: 17px;
              margin-left: 7px;
              vertical-align: middle;
              background: url(../header-images/white-arrow.svg) no-repeat; }
          .header-two .header-item-right .cta-wrap .login a:hover {
            background: #051441;
            border-color: #051441;
            color: #fff; }
      .header-two .header-item-right .cta-wrap.large-reso {
        display: none; }
      .header-two .header-item-right .cta-wrap.small-reso {
        display: block; }
    .header-two.header-bg {
      background: #f76600 !important; }
      .header-two.header-bg .header-item-right {
        opacity: 0; }
        .header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a {
          color: #fff; }
        .header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
          border-color: #fff; }
      .header-two.header-bg.sc-up {
        background: #f76600 !important; }
        .header-two.header-bg.sc-up .header-item-left {
          opacity: 1; }
        .header-two.header-bg.sc-up .header-item-right {
          opacity: 1; }
      .header-two.header-bg.sc-down {
        background: #f76600 !important; }
        .header-two.header-bg.sc-down .small {
          opacity: 0; }
        .header-two.header-bg.sc-down .large {
          opacity: 1; }
    .header-two:hover {
      background: #f76600 !important; }
      .header-two:hover .header-item-left {
        opacity: 1; }
        .header-two:hover .header-item-left .large {
          opacity: 1; }
        .header-two:hover .header-item-left .small {
          display: none; }
      .header-two:hover .header-item-right {
        opacity: 1; }
        .header-two:hover .header-item-right .menu ul li.menu-item-has-children a {
          color: #fff; }
          .header-two:hover .header-item-right .menu ul li.menu-item-has-children a:before {
            background: url(../header-images/angle-icon.svg) no-repeat; }
        .header-two:hover .header-item-right .cta-wrap .login {
          margin-left: 0; }
          .header-two:hover .header-item-right .cta-wrap .login a {
            background: #fff;
            color: #05164d;
            border-radius: 30px;
            padding: 15px 25px;
            line-height: 1;
            font-size: 16px;
            border: 1px solid #fff;
            font-weight: 500;
            cursor: pointer; }
            .header-two:hover .header-item-right .cta-wrap .login a.bg-none {
              background: transparent;
              border-color: #fff;
              font-weight: 500;
              color: #fff;
              padding: 15px 25px; }
              .header-two:hover .header-item-right .cta-wrap .login a.bg-none:hover {
                background: #051441;
                border-color: #051441;
                opacity: 1;
                color: #fff; }
            .header-two:hover .header-item-right .cta-wrap .login a.for-free {
              height: initial;
              background: transparent;
              color: #fff;
              border-color: #fff;
              font-weight: 400; }
              .header-two:hover .header-item-right .cta-wrap .login a.for-free:after {
                content: "";
                display: inline-block;
                width: 16px;
                height: 17px;
                margin-left: 7px;
                vertical-align: middle;
                background: url(../header-images/white-arrow.svg) no-repeat; }
            .header-two:hover .header-item-right .cta-wrap .login a:hover {
              background: #051441;
              border-color: #051441;
              color: #fff; }
        .header-two:hover .header-item-right .cta-wrap.large-reso {
          display: none; }
        .header-two:hover .header-item-right .cta-wrap.small-reso {
          display: block; }
    .header-two .bar1,
    .header-two .bar2,
    .header-two .bar3 {
      width: 25px;
      height: 2px;
      background: #ffffff;
      border-radius: 1px;
      margin: 6px 0;
      transition: all 0.3s ease-in-out; }
    .header-two .mback {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #ffffff !important;
      padding-left: 12px;
      position: relative;
      display: block;
      margin: 10px 0; }
      .header-two .mback::before {
        content: "";
        clear: both;
        display: block;
        background: url(../header-images/button-icons-sprite.png) -21px -47px no-repeat;
        width: 18px;
        height: 20px;
        position: absolute;
        top: 3px;
        left: 0;
        margin: 0 auto;
        transform: rotate(-180deg); }
    .header-two .hamberger-menu {
      transition: all 0.3s ease-in-out;
      z-index: 999;
      height: 100%;
      padding: 0 5px;
      position: relative; }
    .header-two .open-close .bar1 {
      transform: rotate(-45deg) translate(-9px, 6px); }
    .header-two .open-close .bar2 {
      opacity: 0; }
    .header-two .open-close .bar3 {
      transform: rotate(45deg) translate(-5px, -3px); }
    .header-two .arrow-btn {
      display: inline-block;
      position: relative;
      width: 70px;
      height: 24px;
      background: url(../header-images/mobile-btn.png) 40px -2px no-repeat;
      vertical-align: top;
      text-align: right;
      float: right; }
      .header-two .arrow-btn.rot {
        background-position: 31px -33px; }
    .header-two .ser-arrow-btn,
    .header-two .hr-arrow-btn,
    .header-two .whowe-btn,
    .header-two .ind-arrow-btn {
      display: inline-block;
      position: absolute;
      right: 10px;
      width: 30px;
      height: 30px;
      background: url(../header-images/arrow-mob.svg) no-repeat;
      background-size: 16px;
      z-index: 999;
      background-position: center center; }
      .header-two .ser-arrow-btn.rot,
      .header-two .hr-arrow-btn.rot,
      .header-two .whowe-btn.rot,
      .header-two .ind-arrow-btn.rot {
        transform: rotate(90deg); } }
@media (max-width: 479px) {
  .header-two .header-item-right .cta-wrap .login {
    flex-wrap: wrap;
    justify-content: center; }
    .header-two .header-item-right .cta-wrap .login a {
      width: 100%;
      text-align: center; } }
/*banner scetion */
.banner-section {
  width: 100%;
  padding: 115px 0 0; }
  .banner-section .flex_row {
    align-items: center;
    justify-content: space-between; }
    .banner-section .flex_row .column-content {
      color: #110302;
      width: 45%; }
      .banner-section .flex_row .column-content p {
        color: #5e6373;
        font-size: 18px;
        line-height: 29px;
        margin: 0 0 25px; }
        .banner-section .flex_row .column-content p a {
          color: #110302;
          text-decoration: underline; }
          .banner-section .flex_row .column-content p a:hover {
            text-decoration: none; }
      .banner-section .flex_row .column-content ul {
        padding: 0; }
        .banner-section .flex_row .column-content ul li {
          color: #110302;
          font-size: 18px;
          line-height: 29px;
          padding-left: 30px;
          position: relative;
          margin: 0 0 12px; }
          .banner-section .flex_row .column-content ul li:after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            top: 5px;
            background: url(../images/banner-check.svg) no-repeat;
            left: 0; }
            @media screen and (max-width: 575px) {
              .banner-section .flex_row .column-content ul li:after {
                background-size: 100%;
                width: 14px;
                height: 14px; } }
      .banner-section .flex_row .column-content .actionBtn {
        margin: 40px 0 0; }
        .banner-section .flex_row .column-content .actionBtn a {
          margin: 0; }
        .banner-section .flex_row .column-content .actionBtn div {
          margin: 0 15px 0 0; }
          .banner-section .flex_row .column-content .actionBtn div .primary_btn1 {
            min-width: 190px; }
            .banner-section .flex_row .column-content .actionBtn div .primary_btn1:after {
              background: url(../images/down-icon.png) 0 0 no-repeat;
              width: 20px;
              height: 20px;
              margin-left: 10px;
              position: initial;
              vertical-align: middle;
              display: inline-block;
              margin-top: -4px; }
          .banner-section .flex_row .column-content .actionBtn div .primary_btn2 {
            min-width: 190px; }
            .banner-section .flex_row .column-content .actionBtn div .primary_btn2:after {
              background: url(../images/invoice-icn.png) 0 0 no-repeat;
              width: 20px;
              height: 20px;
              margin-left: 10px;
              position: initial;
              vertical-align: middle;
              display: inline-block;
              margin-top: -4px; }
            .banner-section .flex_row .column-content .actionBtn div .primary_btn2:hover:after {
              background: url(../images/invoice-white.png) 0 0 no-repeat;
              background-color: transparent;
              border-radius: 0; }
      .banner-section .flex_row .column-content .partwrap {
        width: 100%;
        position: relative;
        display: flex;
        gap: 10px;
        max-width: 465px; }
        .banner-section .flex_row .column-content .partwrap .part-col {
          flex-basis: 25%;
          text-align: center;
          padding: 2px 5px 10px;
          border-radius: 9px;
          cursor: pointer; }
          .banner-section .flex_row .column-content .partwrap .part-col:nth-child(1) {
            background: #eef8ff; }
          .banner-section .flex_row .column-content .partwrap .part-col:nth-child(2) {
            background: #eafff3; }
          .banner-section .flex_row .column-content .partwrap .part-col:nth-child(3) {
            background: #e4ffff; }
          .banner-section .flex_row .column-content .partwrap .part-col:nth-child(4) {
            background: #fff5f5; }
          .banner-section .flex_row .column-content .partwrap .part-col .part-logo {
            width: 93px;
            height: 32px;
            display: block;
            position: relative;
            margin: 0 auto;
            background-position: center; }
            .banner-section .flex_row .column-content .partwrap .part-col .part-logo.part-logo1 {
              background: url(../images/hicon-01.svg) no-repeat; }
            .banner-section .flex_row .column-content .partwrap .part-col .part-logo.part-logo2 {
              background: url(../images/hicon-02.svg) no-repeat; }
            .banner-section .flex_row .column-content .partwrap .part-col .part-logo.part-logo3 {
              background: url(../images/hicon-03.svg) no-repeat; }
            .banner-section .flex_row .column-content .partwrap .part-col .part-logo.part-logo4 {
              background: url(../images/hicon-04.svg) no-repeat;
              width: 78px; }
          .banner-section .flex_row .column-content .partwrap .part-col p {
            font-size: 12px;
            color: #000;
            margin: 0 0 5px;
            font-weight: 600;
            line-height: 1; }
          .banner-section .flex_row .column-content .partwrap .part-col .star-icon {
            display: block;
            line-height: 8px;
            opacity: 0.8; }
          .banner-section .flex_row .column-content .partwrap .part-col:hover .part-logo {
            opacity: 1; }
          .banner-section .flex_row .column-content .partwrap .part-col:hover .star-icon {
            opacity: 1; }
          .banner-section .flex_row .column-content .partwrap .part-col:hover p {
            color: #bdb3f9; }
    .banner-section .flex_row .img-sec {
      flex-basis: 50%; }

/*banner end*/
.invoice-section {
  text-align: center; }
  .invoice-section .cust-tab {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #fffaf6;
    border-radius: 20px;
    padding: 70px;
    flex-wrap: wrap; }
    .invoice-section .cust-tab h5 {
      color: #110302;
      opacity: 0.7;
      margin: 0 0 25px;
      text-align: left;
      width: 53%; }
  .invoice-section .tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center; }
    .invoice-section .tabs a {
      position: relative;
      z-index: 1; }
      .invoice-section .tabs a img {
        opacity: 0.6;
        position: relative;
        z-index: -1; }
      .invoice-section .tabs a.highlight_tab img {
        opacity: 1; }
    .invoice-section .tabs .tab_smicon.highlight_tab {
      opacity: 1; }
  .invoice-section .tab-content {
    padding-top: 50px; }
    .invoice-section .tab-content .tabs__tab {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      flex-wrap: wrap; }
      .invoice-section .tab-content .tabs__tab .inv-left {
        flex-basis: 40%; }
      .invoice-section .tab-content .tabs__tab .inv-right {
        flex-basis: 50%;
        text-align: left; }
        .invoice-section .tab-content .tabs__tab .inv-right h5 {
          color: #110302;
          opacity: 0.7;
          margin: 0 0 30px;
          width: 100% !important; }
        .invoice-section .tab-content .tabs__tab .inv-right .inv-row .inv-col {
          display: flex;
          align-items: center;
          justify-content: left;
          margin: 0 0 25px; }
          .invoice-section .tab-content .tabs__tab .inv-right .inv-row .inv-col span {
            display: inline-block;
            margin-right: 20px; }
          .invoice-section .tab-content .tabs__tab .inv-right .inv-row .inv-col .inc-con h5 {
            padding: 0;
            font-size: 20px;
            margin: 0 0 5px;
            opacity: 1; }
    .invoice-section .tab-content [data-tab-info] {
      display: none; }
    .invoice-section .tab-content .active[data-tab-info] {
      display: flex; }
  .invoice-section .highlight_tab {
    opacity: 1; }
  .invoice-section.download-section .tab-content {
    padding-top: 0; }
  .invoice-section.download-section .down-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .invoice-section.download-section .down-row .chhose {
      flex-basis: 40%;
      opacity: 0; }
      .invoice-section.download-section .down-row .chhose h5 {
        width: 100%;
        padding-left: 100px;
        text-align: center; }
    .invoice-section.download-section .down-row .top-sc {
      flex-basis: 50%;
      text-align: left; }

.is-arrow {
  margin: 10px 0 0;
  text-decoration: underline;
  position: relative;
  color: #F76600; }
  .is-arrow:after {
    content: "";
    background: url(../images/vw.png) no-repeat center;
    width: 16px;
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out;
    margin-top: -4px; }
  .is-arrow:hover {
    text-decoration: none;
    color: #F76600; }
    .is-arrow:hover:after {
      margin-left: 15px; }

.magic-section {
  width: 100%;
  padding-top: 50px; }
  .magic-section .tal-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    @media (max-width: 991px) {
      .magic-section .tal-row {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .magic-section .tal-row {
        grid-template-columns: repeat(1, 1fr); } }
  .magic-section .column-three {
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(68, 97, 215, 0.1);
    background: #fff;
    padding: 40px 25px; }
    .magic-section .column-three .top-section {
      margin: 0 !important;
      padding: 0 !important;
      text-align: left !important; }
      .magic-section .column-three .top-section p {
        font-weight: 400 !important; }
    .magic-section .column-three:first-child {
      box-shadow: none; }
    .magic-section .column-three img {
      margin: 0 0 20px; }
    .magic-section .column-three .is-arrow {
      margin: 30px 0 0;
      display: block;
      text-decoration: none !important;
      background: transparent;
      min-width: 180px;
      display: inline-block !important;
      cursor: pointer;
      border: 1px solid #f76600;
      padding: 12px 28px;
      position: relative;
      border-radius: 30px; }
      .magic-section .column-three .is-arrow:after {
        vertical-align: middle;
        margin: 0 0 0 12px;
        background-size: 100%; }
      .magic-section .column-three .is-arrow:hover {
        color: #fff;
        background: #333333;
        border-color: #333333; }
        .magic-section .column-three .is-arrow:hover:after {
          background: url(../images/white-right-icon.png) 0 0 no-repeat; }
    @media screen and (max-width: 575px) {
      .magic-section .column-three {
        margin: 15px 0 0; } }

.tailored-industry {
  background: #2f2f3f; }
  .tailored-industry .top-section h6, .tailored-industry .top-section p {
    color: #2f2f3f; }
  .tailored-industry .tal-row {
    width: 50%;
    margin: 0 auto; }
    .tailored-industry .tal-row .tal-accordian-outer {
      margin: 20px 0 0;
      background: #fff;
      border-radius: 10px;
      padding: 25px 28px; }
      .tailored-industry .tal-row .tal-accordian-outer h3 {
        position: relative;
        cursor: pointer;
        display: inline-block;
        line-height: 26px;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 20px;
        width: 100%; }
        .tailored-industry .tal-row .tal-accordian-outer h3 i {
          margin-right: 10px;
          vertical-align: middle; }
        .tailored-industry .tal-row .tal-accordian-outer h3::before {
          content: "";
          display: inline-block;
          background: url(../images/tal-icon.png) no-repeat;
          width: 20px;
          height: 20px;
          position: absolute;
          right: 0;
          top: 4px; }
      .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content {
        display: none; }
        .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content p {
          margin: 15px 0 0;
          color: rgba(94, 99, 115, 0.98); }
        .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content ul,
        .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content ol {
          padding: 0;
          margin: 15px 0 0; }
          .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content ul li,
          .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content ol li {
            margin: 10px 0 0;
            color: rgba(94, 99, 115, 0.98);
            margin: 0 0 10px;
            padding-left: 35px;
            position: relative; }
            .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content ul li:before,
            .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content ol li:before {
              content: "";
              position: absolute;
              width: 26px;
              height: 26px;
              top: 0;
              background: url(../images/check-i.svg) no-repeat;
              left: 0; }
            .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content ul li a,
            .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content ol li a {
              color: #f76600;
              font-weight: 500;
              text-decoration: underline; }
              .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content ul li a:hover,
              .tailored-industry .tal-row .tal-accordian-outer .tal-accordion-content ol li a:hover {
                color: rgba(94, 99, 115, 0.98); }
      .tailored-industry .tal-row .tal-accordian-outer.open .tal-accordion-content {
        display: block; }
      .tailored-industry .tal-row .tal-accordian-outer.open h3 {
        position: relative; }
        .tailored-industry .tal-row .tal-accordian-outer.open h3::before {
          transform: rotate(180deg);
          top: 6px; }

.invoice-verses .invoi-outer .verse {
  display: block;
  margin: 0 auto; }
.invoice-verses .invoi-outer .inv-table {
  margin: 50px 0 0; }
  .invoice-verses .invoi-outer .inv-table .header {
    background: #f76600;
    border-radius: 10px 10px 0 0; }
  .invoice-verses .invoi-outer .inv-table .tick-table .flex_row:nth-child(odd) {
    background: rgba(247, 102, 0, 0.04); }
  .invoice-verses .invoi-outer .inv-table .tick-table .flex_row .plan-box {
    color: #4a4c55;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .invoice-verses .invoi-outer .inv-table .tick-table .flex_row .plan-box:first-child {
      text-align: left; }
    .invoice-verses .invoi-outer .inv-table .tick-table .flex_row .plan-box i {
      background: url(../images/check-vc.svg) 0 0 no-repeat;
      width: 25px;
      height: 25px;
      background-size: 100%;
      display: inline-block;
      text-align: center; }
      .invoice-verses .invoi-outer .inv-table .tick-table .flex_row .plan-box i.cross {
        background: url(../images/cross-vc.svg) 0 0 no-repeat; }
  .invoice-verses .invoi-outer .inv-table .plan-box {
    flex-basis: 33.33%;
    text-align: center;
    padding: 14px 15px; }
    .invoice-verses .invoi-outer .inv-table .plan-box:first-child {
      text-align: left; }
    .invoice-verses .invoi-outer .inv-table .plan-box span {
      color: #2f3a5e;
      font-size: 16px;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase; }
    .invoice-verses .invoi-outer .inv-table .plan-box h3 {
      color: #fff;
      font-size: 18px;
      margin: 0; }
.invoice-verses .tb-btn {
  margin: 70px 0 0; }
  .invoice-verses .tb-btn h3 {
    text-align: center; }
  .invoice-verses .tb-btn .actionBtn {
    justify-content: center;
    margin-top: 30px; }

.invoice-slider .swiper-container {
  width: 100%;
  height: 100%; }
.invoice-slider .slider-wrap {
  width: 100%;
  background: #fffaf6; }
.invoice-slider .main-slider {
  height: 80%;
  width: 100%; }
.invoice-slider .thumb-slider {
  height: 20%;
  margin-top: 50px;
  padding: 0 0 40px; }
  .invoice-slider .thumb-slider .swiper-slide {
    width: 20%;
    opacity: 0.4; }
  .invoice-slider .thumb-slider .swiper-slide-thumb-active {
    opacity: 1; }
.invoice-slider .swiper-slide img {
  display: block;
  margin: 0 auto; }
.invoice-slider .actionBtn {
  margin: 10px 0 0;
  justify-content: center; }
  .invoice-slider .actionBtn a {
    margin: 0; }
  .invoice-slider .actionBtn div {
    margin: 0 15px 0 0; }
    .invoice-slider .actionBtn div .primary_btn1 {
      min-width: 190px;
      height: auto; }
      .invoice-slider .actionBtn div .primary_btn1:after {
        background: url(../images/down-icon.png) 0 0 no-repeat;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        position: initial;
        vertical-align: middle;
        display: inline-block;
        margin-top: -4px; }
.invoice-slider .swiper-button-prev,
.invoice-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  color: rgba(247, 102, 0, 0.7);
  border: 2px solid rgba(247, 102, 0, 0.15); }
.invoice-slider .swiper-button-next {
  right: 25%; }
.invoice-slider .swiper-button-prev {
  left: 25%; }
.invoice-slider .swiper-button-next:after,
.invoice-slider .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900; }

/*home css end here*/
@media (max-width: 1380px) {
  .invoice-section .cust-tab {
    padding: 30px; }
    .invoice-section .cust-tab h5 {
      margin: 0 0 20px; } }
@media (max-width: 1024px) {
  .banner-section .flex_row .column-content .actionBtn div .primary_btn1 {
    min-width: 230px; }

  .invoice-section .cust-tab h5 {
    width: 65%; }

  .tailored-industry .tal-row {
    width: 100%; } }
@media (max-width: 979px) {
  .banner-section {
    padding: 115px 0 60px; }
    .banner-section .flex_row {
      flex-wrap: wrap; }
      .banner-section .flex_row .column-content {
        width: 100%;
        text-align: center; }
        .banner-section .flex_row .column-content .actionBtn {
          margin: 30px 0 0;
          justify-content: center; }
        .banner-section .flex_row .column-content .partwrap {
          max-width: 100%; }
      .banner-section .flex_row .img-sec {
        flex-basis: 100%;
        text-align: center;
        margin: 20px 0 0; }

  .magic-section {
    padding-top: 0 !important; }
    .magic-section .column-three {
      padding: 30px 25px; }
      .magic-section .column-three:first-child {
        padding: 0; }
      .magic-section .column-three img {
        margin: 0 0 15px; }

  .invoice-section .cust-tab h5 {
    width: 77%; } }
@media (max-width: 767px) {
  .banner-section {
    padding: 95px 0 50px; }
    .banner-section .flex_row .column-content p {
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 20px; }
    .banner-section .flex_row .column-content ul li {
      font-size: 16px;
      line-height: 26px;
      padding-left: 28px;
      margin: 0 0 10px; }
    .banner-section .flex_row .column-content .actionBtn div {
      margin: 0 15px 0 0; }
    .banner-section .flex_row .column-content .partwrap {
      flex-wrap: wrap;
      gap: 6px;
      max-width: 100%; }
      .banner-section .flex_row .column-content .partwrap .part-col {
        flex-basis: 24%; }

  .invoice-section .cust-tab h5 {
    width: 95%; }
  .invoice-section .tab-content {
    padding-top: 30px; }
    .invoice-section .tab-content .tabs__tab .inv-left {
      flex-basis: 100%; }
    .invoice-section .tab-content .tabs__tab .inv-right {
      flex-basis: 100%; }
      .invoice-section .tab-content .tabs__tab .inv-right h5 {
        margin: 0 0 20px; }
      .invoice-section .tab-content .tabs__tab .inv-right .inv-row .inv-col {
        margin: 0 0 20px; }
        .invoice-section .tab-content .tabs__tab .inv-right .inv-row .inv-col span {
          display: inline-block;
          margin-right: 20px; }
        .invoice-section .tab-content .tabs__tab .inv-right .inv-row .inv-col .inc-con h5 {
          margin: 0 0 3px;
          font-size: 18px; }
    .invoice-section .tab-content .active[data-tab-info] {
      flex-wrap: wrap; }
  .invoice-section.download-section .down-row {
    flex-wrap: wrap; }
    .invoice-section.download-section .down-row .chhose {
      flex-basis: 100%;
      opacity: 0; }
      .invoice-section.download-section .down-row .chhose h5 {
        width: 100%;
        padding-left: 0;
        text-align: center; }
    .invoice-section.download-section .down-row .top-sc {
      flex-basis: 100%;
      text-align: center; }

  .tailored-industry .tal-row .tal-accordian-outer {
    margin: 15px 0 0;
    padding: 15px; }
    .tailored-industry .tal-row .tal-accordian-outer h3 {
      line-height: 25px;
      font-size: 18px; }
      .tailored-industry .tal-row .tal-accordian-outer h3::before {
        background-size: 100%;
        width: 15px;
        height: 15px;
        top: 4px; }

  .invoice-verses .invoi-outer .inv-table {
    margin: 30px 0 0; }
    .invoice-verses .invoi-outer .inv-table .tick-table .flex_row .plan-box {
      font-size: 13px;
      line-height: 20px; }
      .invoice-verses .invoi-outer .inv-table .tick-table .flex_row .plan-box i {
        width: 18px;
        height: 18px;
        background-size: 100% !important; }
    .invoice-verses .invoi-outer .inv-table .plan-box {
      padding: 12px 7px; }
      .invoice-verses .invoi-outer .inv-table .plan-box:first-child {
        text-align: left; }
      .invoice-verses .invoi-outer .inv-table .plan-box h3 {
        font-size: 15px;
        line-height: 23px; }
  .invoice-verses .tb-btn {
    margin: 40px 0 0; }
    .invoice-verses .tb-btn .actionBtn {
      margin: 20px 0 0 !important;
      flex-wrap: nowrap;
      align-items: flex-start !important; }
      .invoice-verses .tb-btn .actionBtn div {
        flex-basis: 48%;
        margin: 0 !important; }
      .invoice-verses .tb-btn .actionBtn .primary_btn1 {
        min-width: 150px; }
        .invoice-verses .tb-btn .actionBtn .primary_btn1:after {
          top: 11px; }
      .invoice-verses .tb-btn .actionBtn .primary_btn2 {
        max-width: 150px;
        min-width: 150px; }
        .invoice-verses .tb-btn .actionBtn .primary_btn2:after {
          top: 10px; } }
@media (max-width: 479px) {
  .banner-section .flex_row .column-content .actionBtn div {
    margin: 0 5px 5px 0; }
    .banner-section .flex_row .column-content .actionBtn div .primary_btn1 {
      min-width: initial;
      padding: 10px 15px !important; }
    .banner-section .flex_row .column-content .actionBtn div .primary_btn2 {
      min-width: initial;
      padding: 10px 15px !important; }
      .banner-section .flex_row .column-content .actionBtn div .primary_btn2:after {
        margin-top: -2px; }
  .banner-section .flex_row .column-content .partwrap .part-col {
    flex-basis: 48%;
    text-align: center;
    padding: 2px 5px 10px;
    border-radius: 9px;
    cursor: pointer; } }

/*# sourceMappingURL=free-invoice.css.map */
