@media only screen and (min-width: 768px) {
  @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; }
  @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; } }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background-color: #ffffff;
  color: #5e6373;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth;
  box-sizing: border-box; }

h1 {
  font-size: 70px;
  line-height: 91px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0 0 20px; }

h2 {
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  color: #110302;
  margin: 0 0 15px; }

h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8); }

h4 {
  font-size: 20px;
  color: #110302;
  font-weight: 500; }

h6 {
  font-size: 18px; }

p {
  font-size: 16px;
  color: #5e6373;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 20px; }

ul {
  list-style: none; }
  ul li {
    font-weight: normal; }

p:last-child {
  margin-bottom: 0px; }

a {
  text-decoration: none;
  color: #5D2BFF; }
  a:hover {
    color: #05164d; }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative; }

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

section {
  position: relative; }

.strong,
strong {
  font-weight: 600; }

.bg-light {
  background: #faf8fe; }

.bg-blue {
  background: #5D2BFF; }
  .bg-blue .top-section {
    text-align: center; }
    .bg-blue .top-section h6 {
      color: #5D2BFF; }
      .bg-blue .top-section h6 .bg-purple {
        background: #ffffff; }
    .bg-blue .top-section h2, .bg-blue .top-section p {
      color: #ffffff; }
    .bg-blue .top-section a {
      color: #ffffff;
      text-decoration: underline; }
      .bg-blue .top-section a:hover {
        text-decoration: none; }

.dis-flex {
  display: flex;
  flex-wrap: wrap; }

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

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

.item-end {
  align-items: flex-end; }

.justify-sb {
  justify-content: space-between; }

.block {
  display: block; }

.flex-2 {
  flex-basis: 50%; }
  .flex-2:first-child {
    padding-right: 20px; }

.flex-3 {
  flex-basis: 33.33%; }

.flex-4 {
  flex-basis: 25%; }

.flex-5 {
  flex-basis: 20%; }

.padding-t-120 {
  padding-top: 120px; }

.padding-b-120 {
  padding-bottom: 120px; }

.padding-t-100 {
  padding-top: 100px; }

.padding-b-100 {
  padding-bottom: 100px; }

.padding-t-80 {
  padding-top: 80px; }

.padding-b-80 {
  padding-bottom: 80px; }

.padding-t-70 {
  padding-top: 70px; }

.padding-b-70 {
  padding-bottom: 70px; }

.padding-t-50 {
  padding-top: 50px; }

.padding-b-50 {
  padding-bottom: 50px; }

.margin-t-120 {
  margin-top: 120px; }

.margin-b-120 {
  margin-bottom: 120px; }

.margin-t-100 {
  padding-top: 100px; }

.margin-b-100 {
  padding-bottom: 100px; }

.margin-t-80 {
  margin-top: 80px; }

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

.margin-b-70 {
  margin-bottom: 70px; }

.margin-t-50 {
  margin-top: 50px; }

.margin-b-50 {
  margin-bottom: 50px; }

.margin-b-50 {
  margin-bottom: 50px; }

.margin-t-40 {
  margin-top: 40px; }

.margin-b-40 {
  margin-bottom: 40px; }

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

.text-right {
  text-align: right; }

.top-section {
  max-width: 100%;
  margin: auto;
  padding: 0 0 100px;
  text-align: center; }
  .top-section h6 {
    color: rgba(98, 77, 227, 0.76);
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px; }
    .top-section h6 .bg-purple {
      padding: 3px 10px;
      background: #d3ccfd; }
  .top-section p {
    font-weight: 500;
    line-height: 28px;
    font-size: 18px; }
  .top-section a {
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    .top-section a:hover {
      text-decoration: underline; }

.button-common {
  width: 100%;
  text-align: center; }
  .button-common .cmn-democta {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: baseline; }
    .button-common .cmn-democta .ctbtn {
      padding: 15px 30px;
      display: inline-block;
      position: relative;
      color: #ffffff;
      text-decoration: none;
      min-width: 213px;
      background: #5D2BFF;
      border-color: 1px solid #5D2BFF;
      border-radius: 5px;
      font-size: 18px;
      text-align: center;
      border-radius: 30px;
      font-weight: 500; }
      .button-common .cmn-democta .ctbtn.bgtrans {
        border: none;
        min-width: initial;
        padding: 0;
        color: #4231ac;
        text-decoration: none;
        background: transparent;
        text-decoration: underline; }
        .button-common .cmn-democta .ctbtn.bgtrans:hover {
          background: transparent;
          color: #05164d; }
      .button-common .cmn-democta .ctbtn:hover {
        background: #05164d;
        border-color: #05164d;
        color: #ffffff; }
    .button-common .cmn-democta .nccr {
      font-size: 13px;
      line-height: 1;
      font-weight: 500;
      margin: 10px 0 0;
      color: #05164d;
      opacity: 0.9;
      display: block;
      text-align: center; }
  .button-common .devide {
    padding: 0 10px;
    display: inline-block;
    position: relative;
    color: rgba(68, 97, 215, 0.5);
    font-size: 12px; }
    .button-common .devide:before {
      content: "";
      clear: both;
      display: block;
      width: 1px;
      height: 16px;
      position: absolute;
      background: rgba(68, 97, 215, 0.5);
      top: -15px;
      left: 19px; }
    .button-common .devide:after {
      content: "";
      clear: both;
      display: block;
      width: 1px;
      height: 16px;
      background: rgba(68, 97, 215, 0.5);
      position: absolute;
      bottom: -15px;
      left: 19px; }
  .button-common.white-btn .cmn-democta .ctbtn {
    color: #5D2BFF;
    background: #ffffff; }
    .button-common.white-btn .cmn-democta .ctbtn.bgtrans {
      color: #ffffff;
      background: transparent; }
      .button-common.white-btn .cmn-democta .ctbtn.bgtrans:hover {
        background: transparent;
        color: #ffffff;
        text-decoration: none; }
    .button-common.white-btn .cmn-democta .ctbtn:hover {
      background: #05164d;
      border-color: #05164d;
      color: #ffffff; }
  .button-common.white-btn .cmn-democta .devide {
    color: #ffffff;
    opacity: 0.5; }
    .button-common.white-btn .cmn-democta .devide:before {
      background: #ffffff;
      opacity: 0.5; }
    .button-common.white-btn .cmn-democta .devide:after {
      background: #ffffff;
      opacity: 0.5; }

.is-arrow {
  display: block;
  text-decoration: underline;
  color: #5D2BFF;
  text-align: left;
  margin: 40px 0 0;
  font-weight: 500; }
  .is-arrow:after {
    content: "";
    background: url(../menu-images/view-arrow.svg) no-repeat center;
    width: 11px;
    display: inline-block;
    height: 11px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out; }
  .is-arrow:hover {
    text-decoration: none;
    color: #5D2BFF; }
    .is-arrow:hover:after {
      margin-left: 15px; }

.input-field {
  color: #ffffff; }

::placeholder {
  color: #9b9b9b;
  font-family: "Lexend Deca", sans-serif; }

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

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

::placeholder {
  color: #9b9b9b;
  font-family: "Lexend Deca", sans-serif;
  text-transform: capitalize; }

input,
textarea {
  font-family: "Lexend Deca", sans-serif; }

@media (max-width: 1440px) {
  h1 {
    font-size: 65px;
    line-height: 91px;
    font-weight: 700;
    letter-spacing: 0.2px; }

  h2 {
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    color: #110302;
    margin: 0 0 15px; }

  h3 {
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8); }

  h4 {
    font-size: 20px;
    color: #110302;
    font-weight: 500; } }
@media (max-width: 1366px) {
  .container {
    padding-right: 30px;
    padding-left: 30px; }

  h1 {
    font-size: 65px;
    line-height: 85px; }

  h2 {
    font-size: 40px;
    line-height: 52px; } }
@media (max-width: 1024px) {
  h1 {
    font-size: 53px;
    line-height: 70px; }

  h2 {
    font-size: 37px;
    line-height: 45px; } }
@media (max-width: 979px) {
  h1 {
    font-size: 45px;
    line-height: 55px; }

  h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 15px; }

  h3 {
    font-size: 22px; }

  br {
    display: none; }

  .flex-2 {
    flex-basis: 100%; }
    .flex-2:first-child {
      padding-right: 0; }

  .flex-3 {
    flex-basis: 50%; }

  .flex-4 {
    flex-basis: 50%; }

  .flex-5 {
    flex-basis: 33.33%; }

  .padding-t-120,
  .padding-t-100,
  .padding-t-80 {
    padding-top: 70px; }

  .padding-b-120,
  .padding-b-100,
  .padding-t-80 {
    padding-bottom: 70px; }

  .padding-t-70 {
    padding-top: 50px; }

  .padding-b-70 {
    padding-bottom: 50px; }

  .padding-t-50 {
    padding-top: 30px; }

  .padding-b-50 {
    padding-bottom: 40px; }

  .margin-t-120,
  .margin-t-100,
  .margin-t-80 {
    margin-top: 70px; }

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

  .margin-t-50 {
    margin-top: 40px; }

  .margin-b-120,
  .margin-b-100,
  .margin-b-80 .margin-b-70 {
    margin-bottom: 70px; }

  .margin-b-70 {
    margin-bottom: 50px; }

  .margin-b-50 {
    margin-bottom: 40px; }

  .margin-t-40 {
    margin-top: 30px; }

  .top-section {
    padding: 0 0 60px; } }
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 24px; }

  .container {
    padding-left: 20px;
    padding-right: 20px; }

  ::placeholder,
  input,
  textarea {
    font-family: sans-serif; }

  h1 {
    font-size: 38px;
    line-height: 48px; }

  h2 {
    font-size: 25px;
    line-height: 33px; }

  h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 10px; }

  p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px; }

  .flex-3 {
    flex-basis: 100%; }

  .flex-4 {
    flex-basis: 100%; }

  .flex-5 {
    flex-basis: 100%; }

  .padding-t-120,
  .padding-t-100,
  .padding-t-80 {
    padding-top: 60px; }

  .padding-b-120,
  .padding-b-100,
  .padding-t-80 {
    padding-bottom: 60px; }

  .margin-b-120,
  .margin-b-100,
  .margin-b-80 .margin-b-70 {
    margin-bottom: 60px; }

  .margin-t-120,
  .margin-t-100,
  .margin-t-80 {
    margin-top: 60px; }

  .top-section {
    padding: 0 0 50px; }
    .top-section h6 {
      font-size: 15px; }
      .top-section h6 .bg-purple {
        font-weight: 600; }
    .top-section p {
      font-size: 16px;
      line-height: 26px; }

  .button-common .cmn-democta {
    justify-content: center; }
    .button-common .cmn-democta .ctbtn {
      padding: 12px 15px;
      min-width: 140px;
      font-size: 14px; }
      .button-common .cmn-democta .ctbtn.bgtrans {
        min-width: initial;
        padding: 0; }
  .button-common .devide {
    padding: 0 8px;
    font-size: 11px; } }
.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: #5D2BFF; }
    .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: #643bdf;
    font-family: 'Lexend Deca';
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0 8px;
    color: #fff;
    height: 52px;
    display: block;
    cursor: pointer;
    border-radius: 30px; }
    .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: #8e6afa;
        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; }

@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) {
  .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; }

  .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) {
  .feature-form .form-wrap .form-group {
    width: 50%; }

  .feature-form .form-wrap .width-full {
    width: 100%; } }
@media (max-width: 979px) {
  .banner-form .form-wrap label {
    font-size: 13px;
    margin: 0 0 6px; }

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

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

  .banner-form .popup-content {
    width: 90%; } }
@media (max-width: 767px) {
  .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; } }
@media (max-width: 479px) {
  .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; } }
/*Downlaod form start from here*/
.dwnload {
  padding: 90px 0;
  background: url(../images/down-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .dwnload .dis-flex {
    justify-content: space-between; }
    .dwnload .dis-flex .dwnleft {
      flex-basis: 65%; }
      .dwnload .dis-flex .dwnleft h2,
      .dwnload .dis-flex .dwnleft p {
        color: #fff; }
    .dwnload .dis-flex .dwnright {
      flex-basis: 30%;
      text-align: right; }
      .dwnload .dis-flex .dwnright a {
        background: #ffffff;
        color: #4334a4;
        border-color: #fff; }
        .dwnload .dis-flex .dwnright a:hover {
          background: #051441;
          border-color: #051441;
          color: #fff; }

.down-form .popup-content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
  border-radius: 15px;
  background: linear-gradient(to left, #fff 65%, #643bdf 35%); }
  .down-form .popup-content .leftsc {
    background: #643bdf;
    flex-basis: 35%;
    padding: 60px 0 60px 28px;
    border-radius: 15px 0px 0px 15px; }
    .down-form .popup-content .leftsc .lftwrap {
      background: url(../images/blue-bg.webp);
      background-repeat: no-repeat;
      position: relative;
      background-size: cover;
      padding: 30px 20px;
      min-height: 332px; }
      .down-form .popup-content .leftsc .lftwrap .ebook {
        display: inline-block;
        background: #00b7c9;
        color: #fff;
        padding: 3px 10px;
        font-size: 10px;
        width: auto;
        border-radius: 2px 0 0 2px;
        text-align: right;
        position: absolute;
        right: 0; }
    .down-form .popup-content .leftsc h3 {
      margin: 50px 0 0;
      color: #fff;
      font-size: 15px;
      line-height: 22px;
      text-transform: uppercase;
      font-weight: 700; }
    .down-form .popup-content .leftsc p {
      color: #fff;
      font-size: 12px;
      line-height: 1.2;
      margin: 5px 0 0; }
    .down-form .popup-content .leftsc .smllogo {
      margin: 45px 0 0;
      display: block; }
  .down-form .popup-content .rightsc {
    flex-basis: 65%;
    padding: 50px 60px 50px 40px;
    border-radius: 0 15px 15px 0; }
    .down-form .popup-content .rightsc .top-section {
      margin: 0;
      text-align: left; }
      .down-form .popup-content .rightsc .top-section h2 {
        text-transform: uppercase;
        color: #110302;
        margin: 0;
        font-size: 24px; }
      .down-form .popup-content .rightsc .top-section p {
        font-size: 16px; }
    .down-form .popup-content .rightsc .form-wrap {
      margin: 40px 0 0; }
      .down-form .popup-content .rightsc .form-wrap .form-group {
        width: 100%;
        padding: 0; }
        .down-form .popup-content .rightsc .form-wrap .form-group .btn {
          margin: 10px 0 0; }

@media (max-width: 1440px) {
  .down-form .popup-content {
    width: 55%; }
    .down-form .popup-content .leftsc {
      padding: 40px 0 40px 28px; }
    .down-form .popup-content .rightsc {
      padding: 40px 50px 40px 40px; }
      .down-form .popup-content .rightsc .top-section h2 {
        font-size: 20px; }
      .down-form .popup-content .rightsc .top-section p {
        font-size: 14px; }
      .down-form .popup-content .rightsc .form-wrap {
        margin: 30px 0 0; } }
/*Downlaod form End  here*/
.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: #8E6AFA;
  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"); } }
.wsf-signup .popup-content {
  width: 1150px !important;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  border-radius: 10px; }
  .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: 12px; }
  .wsf-signup .popup-content .left-section {
    flex-basis: 52%;
    background: #4535a7;
    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 .lt-blue {
        color: #75e8f0; }
      .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; }
    .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; }
          .wsf-signup .popup-content .left-section .performer-box .list-box ul li:before {
            background: url(../images/check-small.png) 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/star-rating2.png) 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/star-rating.png) no-repeat; }
          .wsf-signup .popup-content .left-section .badges .col .leftbar .icon2 {
            background: url(../images/star-rating3.png) no-repeat; }
          .wsf-signup .popup-content .left-section .badges .col .leftbar .icon3 {
            background: url(../images/star-rating4.png) no-repeat; }
          .wsf-signup .popup-content .left-section .badges .col .leftbar .icon4 {
            width: 67px; }
      .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: 63px;
      height: 69px;
      position: absolute;
      bottom: 0;
      left: 0; }
    .wsf-signup .popup-content .left-section:after {
      background: url(../images/shape-06.png) no-repeat;
      content: "";
      width: 49px;
      height: 74px;
      position: absolute;
      bottom: 0;
      right: 30px; }
  .wsf-signup .popup-content .right-section {
    flex-basis: 48%;
    padding: 40px 30px;
    height: 100%; }
    .wsf-signup .popup-content .right-section h2 {
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 120%;
      color: #00234b;
      margin-bottom: 30px;
      padding-left: 10px; }
    .wsf-signup .popup-content .right-section .form-wrap .form-group {
      width: 100%;
      margin: 0 0 18px;
      position: relative; }
      .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 {
        position: absolute;
        top: 11px;
        left: 10px;
        pointer-events: none;
        font-size: 14px;
        font-family: 'Lexend Deca';
        color: #525f7f;
        line-height: 19px;
        font-weight: 400;
        transition: all 0.3s ease-in-out;
        display: block;
        padding: 0 5px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #cbd3dc;
        font-size: 14px;
        font-family: 'Lexend Deca';
        color: #525f7f;
        line-height: 19px;
        border-radius: 0;
        padding: 8px 5px;
        font-weight: 400;
        height: 40px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        transition: all 0.3s ease-in-out;
        background-color: transparent;
        padding-right: 25px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group select.infield {
        margin: 0 0 15px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled:focus ~ label, .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled:not(:placeholder-shown) ~ label {
        top: -14px;
        font-size: 12px;
        color: #546181;
        transition: all 0.3s ease-in-out; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group input.infiled:not(:placeholder-shown) + label + .error {
        margin-bottom: 15px !important; }
      .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: #525f7f !important; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group input:-moz-placeholder {
        color: #525f7f !important; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group select {
        background-color: fff;
        background-image: url(../images/select-icon.png);
        background-repeat: no-repeat;
        background-position: center right 0px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        transition: all 0.3s ease-in-out; }
      .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 input[type="password"] + i .eye-slash {
        position: absolute;
        top: 10px;
        right: 10px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group input[type="password"] + i .eye {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px; }
      .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: 0;
        top: 39% !important;
        transform-origin: 0% !important;
        transform: none !important;
        transition: all 0.15s ease-in-out;
        background-color: fff;
        background: url(../images/select-icon.png) no-repeat;
        background-repeat: no-repeat;
        background-position: center right 0px;
        appearance: none;
        width: 12px !important;
        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; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .padd p {
          font-size: 12px;
          color: #525f7f;
          font-weight: 400; }
          .wsf-signup .popup-content .right-section .form-wrap .form-group .padd p a {
            color: #5D2BFF; }
            .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: #00c1c7;
        padding: 16px 28px;
        color: #fff;
        border: 0;
        font-size: 16px;
        margin: 20px 0 0;
        cursor: pointer; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn:hover {
          background: #333; }
      .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: #333 !important; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled::-webkit-input-placeholder {
        color: #212121;
        font-size: 16px;
        opacity: 0; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled::-moz-placeholder {
        color: #212121;
        font-size: 16px;
        opacity: 0; }
    .wsf-signup .popup-content .right-section .form-wrap .ws-error .infiled {
      border-bottom: 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-bottom: 1pz 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; }
  .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 .popup-content .right-section .form-wrap .form-group select.infiled {
  margin: 0 0 15px; }

/*Media Query Start from here*/
@media (max-width: 1600px) {
  .wsf-signup .popup-content .left-section {
    padding: 30px 30px 50px; }
    .wsf-signup .popup-content .left-section .content {
      margin-top: 45px; }
      .wsf-signup .popup-content .left-section .content p {
        font-size: 16px;
        margin: 0 0 10px; }
      .wsf-signup .popup-content .left-section .content h3 {
        font-size: 18px; }
    .wsf-signup .popup-content .left-section .performer-box {
      margin: 20px 0 0;
      padding: 20px; }
    .wsf-signup .popup-content .left-section .badges {
      margin: 40px 0 0; }
  .wsf-signup .popup-content .right-section {
    height: 600px;
    padding: 30px; }
    .wsf-signup .popup-content .right-section h2 {
      margin-bottom: 20px; }
    .wsf-signup .popup-content .right-section .form-wrap .form-group {
      margin-bottom: 15px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
        height: 35px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .comment-input {
        height: 40px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn {
        margin: 15px 0 0; }
  .wsf-signup .popup-content:after {
    background-size: 100% 100%;
    height: 180px; } }
@media (max-width: 1440px) {
  .wsf-signup .popup-content .left-section {
    padding: 30px 30px 50px; }
    .wsf-signup .popup-content .left-section .content {
      margin-top: 25px; }
      .wsf-signup .popup-content .left-section .content p {
        font-size: 16px;
        margin: 0 0 10px; }
      .wsf-signup .popup-content .left-section .content h3 {
        font-size: 18px; }
    .wsf-signup .popup-content .left-section .performer-box {
      margin: 20px 0 0;
      padding: 20px; }
  .wsf-signup .popup-content .right-section {
    height: 600px;
    padding: 30px; }
    .wsf-signup .popup-content .right-section .form-wrap .form-group {
      margin-bottom: 14px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
        height: 35px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .comment-input {
        height: 40px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn {
        margin: 15px 0 0; }
  .wsf-signup .popup-content:after {
    background-size: 100% 100%;
    height: 180px; } }
@media (max-width: 1380px) {
  .wsf-signup .popup-content {
    width: 1120px !important;
    overflow-y: hidden !important;
    height: initial !important; } }
@media (max-width: 1280px) {
  .wsf-signup .form-wrap {
    padding-bottom: 50px; }
  .wsf-signup .popup-content {
    overflow-y: scroll !important;
    height: 90% !important;
    background: -webkit-linear-gradient(left, #4535a7 55.3%, white 39.1%); }
    .wsf-signup .popup-content h2 {
      font-size: 30px;
      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;
        margin: 0 0 15px; }
      .wsf-signup .popup-content .right-section .form-wrap .form-group {
        padding: 0 10px !important;
        margin-bottom: 10px; }
        .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
          padding: 6px 0; }
      .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; }

  .wsf-signup .popup-content .right-section .form-wrap .form-group label {
    left: 5px; } }
@media (max-width: 979px) {
  .wsf-signup .popup-content {
    width: 95% !important;
    overflow-y: scroll !important;
    height: 90% !important; } }
@media (max-width: 767px) {
  .wsf-signup .form-wrap {
    padding-bottom: 0; }
  .wsf-signup .popup-content {
    width: 90% !important; }
    .wsf-signup .popup-content .padd .mcheck {
      top: 0; }
    .wsf-signup .popup-content .right-section {
      height: initial; } }
@media (max-width: 479px) {
  .wsf-signup .popup-content .right-section .form-wrap .form-group .infiled {
    font-size: 13px; }
  .wsf-signup .popup-content .right-section .form-wrap .form-group label {
    font-size: 13px; }

  .wsf-signup .popup-content .right-section .form-wrap .form-group .submtbtn {
    padding: 12px 28px; }

  .infiled:focus {
    font-size: 13px !important; } }
@media (max-width: 479px) {
  .wsf-signup .popup-content {
    width: 90% !important;
    overflow-y: hidden !important;
    height: initial !important; } }
/*Media Query Start 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: #4231ac;
  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: 25%;
    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: 0px;
      transition: all 0.7s ease-in-out; }
  .header-two .header-item-right {
    flex-basis: 75%;
    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 20px 30px;
          border: none;
          outline: none;
          color: #fff;
          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: 7px;
            width: 13px;
            height: 12px;
            background: url(../header-images/angle-white.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 {
            display: none; }
          .header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
            content: "";
            background: #5D2BFF;
            width: 100%;
            height: 3px;
            position: absolute;
            left: 0;
            bottom: -5px;
            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: 135%;
          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: #fbfaff; }
          .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: #f1efff; }
          .header-two .header-item-right .menu ul li .menu-mega .dis-flex {
            align-items: flex-start; }
          .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: #f1efff; }
                    .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%;
                  position: relative; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column.width-full {
                    width: 100%; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column:after {
                    content: '';
                    background: #fff;
                    position: absolute;
                    top: 0;
                    right: -100px;
                    height: 100%;
                    width: 60%;
                    z-index: 9; }
                .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%;
                  position: relative;
                  z-index: 99; }
                  .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%;
                  position: relative;
                  z-index: 99; }
                  .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: #f1efff; }
                    .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: #5D2BFF;
                    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: #fbfaff;
                  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.solution-menu {
                padding: 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: 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 {
                    border-top: 1px solid #e6e6e6; }
                    .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, .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-2 {
                      padding: 0 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 .bor-line, .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-2 .bor-line {
                        border-right: 1px solid #e6e6e6; }
                      .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 .tab-title, .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-2 .tab-title {
                        padding-bottom: 0;
                        border: 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:last-child .bor-line, .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-2:last-child .bor-line {
                        border: 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:first-child {
                      border-top: 0; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-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.solution-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.solution-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.solution-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.solution-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.solution-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.solution-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.solution-menu .tab-content .three-column a.view-more:hover {
                        color: #5D2BFF; }
                        .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-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.solution-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.solution-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.solution-menu .tab-content .other-menu {
                  width: 25%; }
                  .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .flex-1 a {
                    padding-left: 45px; }
        .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: #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 .header-item-right .cta-wrap .login a.bg-none {
            background: transparent;
            border-color: transparent;
            font-weight: 500;
            color: #fff;
            padding: 15px 10px; }
            .header-two .header-item-right .cta-wrap .login a.bg-none:hover {
              background: transparent;
              border-color: transparent;
              opacity: 0.8; }
          .header-two .header-item-right .cta-wrap .login a.for-free {
            height: initial;
            background: transparent;
            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/menu-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: block; }
      .header-two .header-item-right .cta-wrap.small-reso {
        display: none; }
  .header-two.header-bg .header-item-left .large .light {
    display: none; }
  .header-two.header-bg .header-item-left .large .dark {
    display: block; }
  .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 .menu ul li.menu-item-has-children a:before {
        background: url(../header-images/angle-icon.svg) no-repeat; }
    .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: #5D2BFF;
      color: #fff;
      border: 1px solid #5D2BFF;
      font-weight: 500; }
      .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: #5D2BFF;
        color: #5D2BFF;
        background: transparent; }
        .header-two.header-bg.sc-up .cta-wrap .login a.for-free:after {
          background: url(../header-images/purple-arrow.svg) no-repeat; }
        .header-two.header-bg.sc-up .cta-wrap .login a.for-free:hover:after {
          background: url(../header-images/menu-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 .large .light {
          display: none; }
        .header-two:hover .header-item-left .large .dark {
          display: block; }
      .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 .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 a {
        background: #5D2BFF;
        color: #fff;
        border: 1px solid #5D2BFF;
        font-weight: 500; }
        .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: #5D2BFF;
          color: #5D2BFF;
          background: transparent; }
          .header-two:hover .header-item-right .cta-wrap .login a.for-free:after {
            background: url(../header-images/purple-arrow.svg) no-repeat; }
          .header-two:hover .header-item-right .cta-wrap .login a.for-free:hover:after {
            background: url(../header-images/menu-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; } }
@media screen and (max-width: 1280px) {
  .header-two .header-item-right .menu ul li.menu-item-has-children a {
    font-size: 14px;
    padding: 0 18px 30px; }
  .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%;
    background: #4231ac;
    z-index: 99;
    padding: 20px 0; }
    .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: 220px; }
      .header-two .header-item-left .small {
        display: none; }
    .header-two .header-item-right {
      flex-basis: 100%; }
      .header-two .header-item-right .menu {
        display: none; }
        .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: #f1efff; }
              .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 .three-column:after {
                        display: none; }
                    .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.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: #f1efff; }
                        .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.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 {
                        border-top: none;
                        padding: 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, .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-2 {
                          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 .bor-line, .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-2 .bor-line {
                            border-right: 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 .tab-title, .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-2 .tab-title {
                            padding-bottom: 0;
                            border: 0; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-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.solution-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.solution-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.solution-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.solution-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.solution-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.solution-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.solution-menu .tab-content .three-column a.view-more:hover {
                            color: #5D2BFF; }
                            .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-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.solution-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.solution-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.solution-menu .tab-content .other-menu {
                      width: 100%; }
                      .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.solution-menu .tab-content .other-menu .flex-1 a {
                        padding-left: 45px; }
              .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: #4231ac;
        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/menu-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 .header-item-left .large .light {
      display: block; }
    .header-two.header-bg .header-item-left .large .dark {
      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: #fff; }
      .header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
        border-color: #fff; }
    .header-two.header-bg.sc-up {
      background: #4231ac !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: #4231ac !important; }
      .header-two.header-bg.sc-down .small {
        opacity: 0; }
      .header-two.header-bg.sc-down .large {
        opacity: 1; }
    .header-two:hover {
      background: #4231ac !important; }
      .header-two:hover .header-item-left {
        opacity: 1; }
        .header-two:hover .header-item-left .large {
          opacity: 1; }
          .header-two:hover .header-item-left .large .light {
            display: block; }
          .header-two:hover .header-item-left .large .dark {
            display: none; }
        .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/menu-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 .tech-arrow-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 .tech-arrow-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; } }
.business-growth-section {
  position: relative;
  z-index: 1; }
  .business-growth-section .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 9; }
    .business-growth-section .content-wrapper .column {
      flex-basis: 32%;
      position: relative;
      padding-left: 15px; }
      .business-growth-section .content-wrapper .column h3 {
        position: relative; }
        .business-growth-section .content-wrapper .column h3 img {
          vertical-align: middle;
          display: inline-block; }
      .business-growth-section .content-wrapper .column p {
        font-size: 16px;
        margin-bottom: 20px; }
      .business-growth-section .content-wrapper .column ul {
        list-style: none;
        padding: 0;
        margin: 30px 0 0; }
        .business-growth-section .content-wrapper .column ul li {
          position: relative;
          font-weight: 500;
          padding: 20px 15px 20px 35px;
          font-size: 14px;
          line-height: 20px;
          max-width: 172px;
          min-height: 150px;
          color: #444b55;
          box-shadow: -0.33px 1.67px 1.67px 0px rgba(0, 0, 0, 0.3);
          background: #fffef8;
          border-top: 30px solid rgba(34, 34, 34, 0.02); }
          .business-growth-section .content-wrapper .column ul li:after {
            background: url(../images/list-w.svg) no-repeat;
            content: "";
            width: 34px;
            height: 33px;
            background-size: 100%;
            position: absolute;
            right: 11px;
            top: -45px; }
          .business-growth-section .content-wrapper .column ul li:before {
            background: url(../images/datacross.svg) no-repeat;
            content: "";
            width: 13px;
            height: 13px;
            background-size: 100%;
            position: absolute;
            left: 15px;
            top: 25px; }
          .business-growth-section .content-wrapper .column ul li:nth-child(2n) {
            background: #fffbf8;
            margin-left: 198px;
            margin-top: -25px;
            max-width: 230px; }
            .business-growth-section .content-wrapper .column ul li:nth-child(2n):after {
              right: 20px;
              transform: rotate(45deg); }
          .business-growth-section .content-wrapper .column ul li:nth-child(3n) {
            background: #fffbf8;
            transform: rotate(-11deg);
            margin-top: -75px; }
            .business-growth-section .content-wrapper .column ul li:nth-child(3n):after {
              left: 11px;
              transform: rotate(-30deg); }
      .business-growth-section .content-wrapper .column:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 25px;
        background: #e7e7e7;
        border-radius: 10px; }
      .business-growth-section .content-wrapper .column.with-workstatus ul li {
        background: #fdf5a3;
        color: #00234b; }
        .business-growth-section .content-wrapper .column.with-workstatus ul li:before {
          background: url(../images/wcross.svg) no-repeat;
          width: 15px;
          height: 15px; }
        .business-growth-section .content-wrapper .column.with-workstatus ul li:after {
          background: url(../images/list-1.svg) no-repeat; }
        .business-growth-section .content-wrapper .column.with-workstatus ul li:nth-child(2n) {
          background: #fbd767;
          max-width: 172px; }
        .business-growth-section .content-wrapper .column.with-workstatus ul li:nth-child(3n) {
          background: #2de37e; }
          .business-growth-section .content-wrapper .column.with-workstatus ul li:nth-child(3n):after {
            background: url(../images/list-2.svg) no-repeat; }
      .business-growth-section .content-wrapper .column.with-workstatus:before {
        background: #5D2BFF; }
    .business-growth-section .content-wrapper .mobile-image {
      flex-basis: 36%;
      padding: 0 30px; }
      .business-growth-section .content-wrapper .mobile-image img {
        width: 100%;
        object-fit: cover; }
  .business-growth-section:before {
    content: "";
    background: url(../images/ft-left.png) no-repeat;
    width: 458px;
    height: 330px;
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: 40%; }
  .business-growth-section:after {
    content: "";
    background: url(../images/ft-right.png) no-repeat;
    width: 458px;
    height: 330px;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 40%; }

/*Media Query Start From Here*/
@media (max-width: 1024px) {
  .business-growth-section {
    padding-top: 0; }
    .business-growth-section .content-wrapper .column {
      flex-basis: 32%;
      position: relative;
      padding-left: 10px; }
      .business-growth-section .content-wrapper .column ul {
        margin: 25px 0 0; }
        .business-growth-section .content-wrapper .column ul li {
          padding: 15px 15px 15px 26px;
          font-size: 13px;
          line-height: 18px;
          max-width: 132px;
          min-height: 130px; }
          .business-growth-section .content-wrapper .column ul li:after {
            width: 29px;
            height: 28px; }
          .business-growth-section .content-wrapper .column ul li:before {
            width: 12px;
            height: 12px;
            left: 7px;
            top: 17px; }
          .business-growth-section .content-wrapper .column ul li:nth-child(2n) {
            max-width: 215px;
            margin-left: 180px; }
      .business-growth-section .content-wrapper .column:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 25px;
        background: #e7e7e7;
        border-radius: 10px; }
    .business-growth-section .content-wrapper .mobile-image {
      flex-basis: 35%; } }
@media (max-width: 979px) {
  .business-growth-section .content-wrapper {
    align-items: top; }
    .business-growth-section .content-wrapper .column {
      flex-basis: 48%;
      padding-left: 0; }
      .business-growth-section .content-wrapper .column ul {
        margin: 30px 0 0; }
        .business-growth-section .content-wrapper .column ul li {
          max-width: 100%;
          min-height: initial;
          margin: 0 0 15px;
          min-height: 90px;
          padding: 17px 15px 17px 40px;
          border-width: 20px;
          text-align: left; }
          .business-growth-section .content-wrapper .column ul li:after {
            display: none; }
          .business-growth-section .content-wrapper .column ul li:before {
            width: 14px;
            height: 16px;
            left: 15px;
            top: 18px; }
          .business-growth-section .content-wrapper .column ul li:nth-child(2n) {
            margin-left: 0;
            margin-top: 0;
            max-width: 100%; }
          .business-growth-section .content-wrapper .column ul li:nth-child(3n) {
            transform: none;
            margin-top: 0; }
          .business-growth-section .content-wrapper .column ul li:last-child {
            margin: 0; }
      .business-growth-section .content-wrapper .column:before {
        display: none; }
      .business-growth-section .content-wrapper .column.with-workstatus ul li {
        background: #fdf5a3;
        color: #00234b; }
        .business-growth-section .content-wrapper .column.with-workstatus ul li:before {
          background: url(../images/wcross.svg) no-repeat;
          width: 15px;
          height: 15px; }
        .business-growth-section .content-wrapper .column.with-workstatus ul li:after {
          background: url(../images/list-1.svg) no-repeat; }
        .business-growth-section .content-wrapper .column.with-workstatus ul li:nth-child(2n) {
          background: #fbd767;
          max-width: 100%; }
        .business-growth-section .content-wrapper .column.with-workstatus ul li:nth-child(3n) {
          background: #2de37e; }
          .business-growth-section .content-wrapper .column.with-workstatus ul li:nth-child(3n):after {
            background: url(../images/list-2.svg) no-repeat; }
      .business-growth-section .content-wrapper .column.with-workstatus:before {
        background: #5D2BFF; }
    .business-growth-section .content-wrapper .mobile-image {
      display: none; }
  .business-growth-section:before {
    display: none; }
  .business-growth-section:after {
    display: none; } }
@media (max-width: 767px) {
  .business-growth-section {
    padding-top: 70px; }
    .business-growth-section .content-wrapper .column {
      flex-basis: 100%; }
      .business-growth-section .content-wrapper .column ul {
        margin: 20px 0 0; }
        .business-growth-section .content-wrapper .column ul li {
          min-height: initial;
          padding: 15px 15px 15px 40px; }
      .business-growth-section .content-wrapper .column.with-workstatus {
        margin: 30px 0 0; } }
/*Media Query Ends Here*/
.client-img-section .why-ws {
  position: relative; }
  .client-img-section .why-ws .left-box {
    position: relative; }
    .client-img-section .why-ws .left-box .top-section {
      padding: 0;
      text-align: left; }
    .client-img-section .why-ws .left-box ul {
      margin-top: 25px;
      padding: 0; }
      .client-img-section .why-ws .left-box ul li {
        margin: 0 0 10px;
        position: relative;
        padding-left: 25px; }
        .client-img-section .why-ws .left-box ul li::before {
          content: "";
          display: inline-block;
          background: url(../images/check-img.svg) no-repeat;
          background-size: 100%;
          width: 16px;
          height: 17px;
          top: 5px;
          left: 0;
          position: absolute; }
        .client-img-section .why-ws .left-box ul li:last-child {
          margin: 0; }
    .client-img-section .why-ws .left-box .button-common .cmn-democta {
      justify-content: left; }
      .client-img-section .why-ws .left-box .button-common .cmn-democta .ctbtn {
        min-width: 170px; }
        .client-img-section .why-ws .left-box .button-common .cmn-democta .ctbtn.bgtrans {
          min-width: initial; }
  .client-img-section .why-ws .right-box {
    flex-basis: 50%;
    padding-left: 20px;
    position: relative; }
    .client-img-section .why-ws .right-box .why-right .client-section {
      display: flex;
      position: relative;
      width: 100%;
      flex-direction: column;
      gap: 20px;
      background: linear-gradient(180deg, #5D2BFF 0%, #251686 100%);
      border-radius: 10px;
      padding: 30px 20px; }
      .client-img-section .why-ws .right-box .why-right .client-section .client-row {
        position: relative;
        overflow: hidden;
        height: 200px; }
        .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul {
          display: flex;
          min-width: 150%;
          justify-content: space-around;
          column-gap: 25px;
          position: absolute; }
          .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li {
            min-width: 260px;
            width: 260px;
            display: flex;
            align-items: center;
            justify-content: left;
            flex-direction: column;
            height: 200px;
            position: relative; }
            .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li .move {
              width: 31px;
              height: 36px;
              background: #7e6af4;
              border-radius: 14px;
              position: absolute;
              top: 2px;
              right: 0;
              transition: all 0.3s ease-in-out; }
              .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li .move:after {
                content: "";
                background: url(../images/move.svg) no-repeat;
                position: absolute;
                right: 0;
                left: 0;
                margin: 0 auto;
                top: 10px;
                background-size: 100%;
                width: 14px;
                height: 14px;
                transform: rotate(-40deg);
                transition: all 0.3s ease-in-out; }
              .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li .move:hover {
                width: 31px;
                height: 31px;
                border-radius: 14px; }
                .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li .move:hover:after {
                  transform: rotate(0deg);
                  top: 8px; }
            .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li .star-rt {
              display: flex;
              font-weight: 700;
              color: #fff;
              text-align: left;
              width: 100%;
              justify-content: left;
              align-items: center;
              margin: 0 0 15px;
              gap: 5px; }
            .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li img {
              vertical-align: middle; }
            .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li .awimg {
              margin: 0 0 15px;
              display: flex;
              height: 35px;
              vertical-align: middle;
              align-items: center;
              width: 100%;
              justify-content: left; }
            .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li p {
              font-size: 14px;
              line-height: 23px;
              font-weight: normal;
              color: #fff; }
            .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li:hover {
              color: black; }
        .client-img-section .why-ws .right-box .why-right .client-section .client-row .hover:hover {
          color: red; }
    .client-img-section .why-ws .right-box .why-right .counter {
      padding: 20px 15px;
      border-radius: 10px;
      border: 1px solid rgba(114, 92, 249, 0.42);
      box-shadow: 0px 4px 44px 0px rgba(4, 26, 51, 0.09);
      background: #fff;
      margin: 10px 0 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .client-img-section .why-ws .right-box .why-right .counter .count-col {
        flex-basis: 48%;
        padding: 0 5px;
        border-right: 1px solid #d7d7d7; }
        .client-img-section .why-ws .right-box .why-right .counter .count-col h3 {
          font-size: 32px;
          line-height: 40px;
          margin: 0 0 6px;
          font-weight: 700; }
        .client-img-section .why-ws .right-box .why-right .counter .count-col p {
          font-weight: normal;
          color: rgba(0, 35, 75, 0.8); }
        .client-img-section .why-ws .right-box .why-right .counter .count-col:last-child {
          border: 0; }
    .client-img-section .why-ws .right-box .why-left {
      padding-right: 10px; }
      .client-img-section .why-ws .right-box .why-left .award-sc ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        column-gap: 10px; }
        .client-img-section .why-ws .right-box .why-left .award-sc ul li {
          background: #fff;
          flex: calc(33.33% - 10px);
          display: flex;
          box-shadow: 0px 4px 44px 0px #041a3317;
          align-items: center;
          justify-content: center;
          border-radius: 7px;
          padding: 15px 10px;
          flex-wrap: wrap; }
          .client-img-section .why-ws .right-box .why-left .award-sc ul li .aw-icon {
            min-height: 35px;
            margin: 0 0 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            width: 100%; }
            .client-img-section .why-ws .right-box .why-left .award-sc ul li .aw-icon img {
              vertical-align: middle; }
          .client-img-section .why-ws .right-box .why-left .award-sc ul li .star {
            background: url(../images/star.svg) no-repeat;
            content: "";
            width: 60px;
            display: block;
            height: 11px;
            background-size: 100%; }
          .client-img-section .why-ws .right-box .why-left .award-sc ul li:hover {
            background: #fff;
            cursor: default;
            border-color: black; }
      .client-img-section .why-ws .right-box .why-left .plateform {
        padding: 20px;
        border-radius: 10px;
        border: 1px solid rgba(114, 92, 249, 0.42);
        box-shadow: 0px 4px 44px 0px rgba(4, 26, 51, 0.09);
        background: #fff;
        margin: 10px 0 0;
        min-height: 290px; }
        .client-img-section .why-ws .right-box .why-left .plateform h3 {
          font-size: 20px;
          line-height: 30px;
          font-weight: 500;
          color: #110302; }
        .client-img-section .why-ws .right-box .why-left .plateform ul li {
          font-weight: 500;
          margin: 0 0 15px;
          padding-left: 32px;
          position: relative; }
          .client-img-section .why-ws .right-box .why-left .plateform ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            background: url(../images/listing.svg) no-repeat;
            width: 22px;
            height: 22px;
            background-size: 100%; }
  .client-img-section .why-ws:after {
    content: "";
    background: url(../images/why-shape.png) no-repeat;
    width: 758px;
    height: 348px;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -120px;
    z-index: -1; }

@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 50s linear infinite; }

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

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

/*Media Query Start From Here*/
@media (max-width: 1280px) {
  .client-img-section .why-ws .right-box {
    padding-left: 15px; }
    .client-img-section .why-ws .right-box .dis-flex {
      flex-wrap: nowrap; }
    .client-img-section .why-ws .right-box .why-right .client-section {
      gap: 15px;
      padding: 30px 20px; }
      .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul {
        column-gap: 20px; }
        .client-img-section .why-ws .right-box .why-right .client-section .client-row .client-stack ul li {
          min-width: 260px;
          width: 260px; }
      .client-img-section .why-ws .right-box .why-right .client-section .client-row .hover:hover {
        color: red; }
    .client-img-section .why-ws .right-box .why-right .counter {
      padding: 15px 10px; }
      .client-img-section .why-ws .right-box .why-right .counter .count-col h3 {
        font-size: 22px;
        line-height: 30px; }
      .client-img-section .why-ws .right-box .why-right .counter .count-col p {
        line-height: 24px; }
    .client-img-section .why-ws .right-box .why-left {
      padding-right: 10px; }
      .client-img-section .why-ws .right-box .why-left .award-sc ul li {
        padding: 15px 10px; }
      .client-img-section .why-ws .right-box .why-left .plateform {
        padding: 15px; } }
@media (max-width: 979px) {
  .client-img-section .why-ws .left-box .top-section {
    text-align: center; }
  .client-img-section .why-ws .left-box .button-common .cmn-democta {
    justify-content: center; }
  .client-img-section .why-ws .right-box {
    padding-left: 0;
    flex-basis: 100%;
    margin: 40px 0 0; }
    .client-img-section .why-ws .right-box .why-left .plateform {
      min-height: 266px; }
    .client-img-section .why-ws .right-box .dis-flex {
      flex-wrap: nowrap; }
  .client-img-section .why-ws:after {
    width: 558px; } }
@media (max-width: 767px) {
  .client-img-section .why-ws .right-box .dis-flex {
    flex-wrap: wrap; }
  .client-img-section .why-ws .right-box .why-left {
    padding-right: 0; }
    .client-img-section .why-ws .right-box .why-left .plateform {
      min-height: initial; }
      .client-img-section .why-ws .right-box .why-left .plateform h3 {
        font-size: 18px;
        line-height: 28px; }
      .client-img-section .why-ws .right-box .why-left .plateform ul li {
        padding-left: 28px; }
        .client-img-section .why-ws .right-box .why-left .plateform ul li:before {
          width: 18px;
          height: 18px;
          top: 3px; }
  .client-img-section .why-ws .right-box .why-right {
    margin: 20px 0 0; }
    .client-img-section .why-ws .right-box .why-right .counter {
      padding: 20px; }
      .client-img-section .why-ws .right-box .why-right .counter .count-col {
        flex-basis: 45%; }
  .client-img-section .why-ws:after {
    display: none; } }
/*Media Query Ends Here*/
.feature-wrapper {
  width: 100%;
  z-index: 1;
  position: relative; }
  .feature-wrapper .feature-loop {
    position: relative; }
    .feature-wrapper .feature-loop .feature-row {
      z-index: 9;
      position: relative;
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .feature-wrapper .feature-loop .feature-row .column-left {
        flex-basis: 45%;
        text-align: left; }
      .feature-wrapper .feature-loop .feature-row .column-right {
        flex-basis: 50%;
        padding-left: 40px; }
        .feature-wrapper .feature-loop .feature-row .column-right .text-column {
          width: 100%; }
          .feature-wrapper .feature-loop .feature-row .column-right .text-column h3 {
            position: relative;
            padding-left: 44px;
            margin-top: 30px;
            border-top: 1px solid rgba(98, 77, 227, 0.38);
            padding-top: 30px; }
            .feature-wrapper .feature-loop .feature-row .column-right .text-column h3:first-child {
              margin-top: 0;
              padding-top: 0;
              border-top: 0; }
            .feature-wrapper .feature-loop .feature-row .column-right .text-column h3:before {
              content: "";
              background: url(../images/list-icon.png) no-repeat;
              width: 30px;
              background-size: 100%;
              height: 30px;
              position: absolute;
              left: 0;
              top: 0; }
          .feature-wrapper .feature-loop .feature-row .column-right .text-column ul {
            padding: 0;
            margin: 10px 0 0; }
            .feature-wrapper .feature-loop .feature-row .column-right .text-column ul li {
              position: relative;
              padding-left: 28px;
              margin: 8px 0 0;
              line-height: 22px; }
              .feature-wrapper .feature-loop .feature-row .column-right .text-column ul li:before {
                content: "";
                display: inline-block;
                background: url(../images/list-circle.svg) no-repeat;
                width: 18px;
                height: 18px;
                top: 2px;
                left: 0;
                position: absolute; }
          .feature-wrapper .feature-loop .feature-row .column-right .text-column p {
            margin: 0 0 20px; }
          .feature-wrapper .feature-loop .feature-row .column-right .text-column.listing h3 {
            padding-left: 0; }
            .feature-wrapper .feature-loop .feature-row .column-right .text-column.listing h3:before {
              display: none; }
        .feature-wrapper .feature-loop .feature-row .column-right .button-common .cmn-democta {
          justify-content: left; }
    .feature-wrapper .feature-loop.right-shape:after {
      content: "";
      position: absolute;
      top: -30px;
      right: 0;
      background: linear-gradient(180deg, #f0f1ff 0%, rgba(240, 241, 255, 0.2) 100%);
      border-radius: 30px 0 0 30px;
      width: 60%;
      height: 750px; }
  .feature-wrapper.feature-bluebg {
    background: #5D2BFF;
    color: #fff; }
    .feature-wrapper.feature-bluebg .top-section h6 .bg-purple {
      background: #fff;
      color: #5D2BFF; }
    .feature-wrapper.feature-bluebg .top-section h2 {
      color: #fff; }
    .feature-wrapper.feature-bluebg .top-section p {
      color: #fff; }
    .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right {
      flex-basis: 50%;
      padding-left: 0; }
      .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .text-column {
        width: 100%;
        padding: 30px;
        border-radius: 20px; }
        .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .text-column h3 {
          color: #fff; }
          .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .text-column h3:first-child {
            margin-top: 0;
            padding-top: 0;
            border-top: 0; }
          .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .text-column h3:before {
            background: url(../images/list-icon.png) no-repeat; }
        .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .text-column ul {
          padding: 0;
          margin: 10px 0 0; }
          .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .text-column ul li {
            color: rgba(255, 255, 255, 0.8); }
            .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .text-column ul li:before {
              background: url(../images/list-circle-white.svg) no-repeat; }
        .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .text-column p {
          color: rgba(255, 255, 255, 0.9); }
        .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .text-column:first-child {
          background: #6f58f8; }
      .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .button-common .cmn-democta {
        justify-content: left; }
    .feature-wrapper.feature-bluebg .feature-loop:after {
      display: none; }
    .feature-wrapper.feature-bluebg .button-common .cmn-democta .ctbtn {
      color: #5D2BFF;
      background: #fff;
      border-color: #5D2BFF; }
      .feature-wrapper.feature-bluebg .button-common .cmn-democta .ctbtn.bgtrans {
        color: #fff;
        background: transparent; }
        .feature-wrapper.feature-bluebg .button-common .cmn-democta .ctbtn.bgtrans:hover {
          background: transparent;
          color: #05164d; }
      .feature-wrapper.feature-bluebg .button-common .cmn-democta .ctbtn:hover {
        background: #05164d;
        border-color: #05164d;
        color: #ffffff; }
    .feature-wrapper.feature-bluebg .button-common .devide {
      color: #fff;
      opacity: 0.5; }
      .feature-wrapper.feature-bluebg .button-common .devide:before {
        background: #fff;
        opacity: 0.5; }
      .feature-wrapper.feature-bluebg .button-common .devide:after {
        background: #fff;
        opacity: 0.5; }
  .feature-wrapper.acf-ftblocks-3 .feature-loop.right-shape:after {
    display: none; }

/*Media Query Start From Here*/
@media (max-width: 979px) {
  .feature-wrapper .feature-loop .feature-row .column-left {
    flex-basis: 100%;
    text-align: center; }
  .feature-wrapper .feature-loop .feature-row .column-right {
    flex-basis: 100%;
    padding-left: 0;
    margin: 30px 0 0; }
    .feature-wrapper .feature-loop .feature-row .column-right .text-column h3 {
      margin-top: 20px;
      padding-top: 20px; }
    .feature-wrapper .feature-loop .feature-row .column-right .button-common .cmn-democta {
      justify-content: center; }
  .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-left {
    flex-basis: 100%;
    text-align: center; }
  .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right {
    flex-basis: 100%;
    padding-left: 0; }
    .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .text-column {
      width: 100%;
      padding: 30px;
      border-radius: 20px; }
    .feature-wrapper.feature-bluebg .feature-loop .feature-row .column-right .button-common .cmn-democta {
      justify-content: center; }
  .feature-wrapper.feature-bluebg .feature-loop:after {
    display: none; } }
/*Media Query Ends Here*/
/*section-numbers Start From Here*/
.section-numbers .number-row {
  grid-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid; }
  .section-numbers .number-row .number-col {
    width: 100%;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(103, 84, 226, 0.15);
    position: relative;
    display: flex;
    flex-direction: column; }
    .section-numbers .number-row .number-col .card-image {
      position: relative;
      width: 100%;
      height: 155px;
      margin: 0 0 30px; }
      .section-numbers .number-row .number-col .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px; }
    .section-numbers .number-row .number-col .card-wrapper {
      flex-direction: column;
      flex: 1;
      justify-content: space-between;
      display: flex; }
    .section-numbers .number-row .number-col h3 {
      font-size: 25px;
      font-weight: 500;
      line-height: 140%;
      color: #05164d; }
      .section-numbers .number-row .number-col h3 a {
        color: #5D2BFF; }
    .section-numbers .number-row .number-col h2 {
      color: #05164d;
      font-size: 50px;
      font-weight: 700;
      letter-spacing: 1px;
      position: relative; }
      .section-numbers .number-row .number-col h2:after {
        content: "";
        background: url(../images/zigzag.svg) no-repeat center;
        width: 21px;
        display: inline-block;
        height: 11px;
        margin-left: 12px;
        vertical-align: top; }
    .section-numbers .number-row .number-col .is-grey {
      color: #05164d;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: 1.4px;
      margin: 0 0 25px; }
    .section-numbers .number-row .number-col p {
      margin: 0 0 20px; }
    .section-numbers .number-row .number-col .btn {
      margin: 8px 0 0;
      text-decoration: underline;
      position: relative;
      font-weight: 500; }
      .section-numbers .number-row .number-col .btn:after {
        content: "";
        background: url(../menu-images/view-arrow.svg) no-repeat center;
        width: 11px;
        display: inline-block;
        height: 11px;
        margin-left: 8px;
        transition: all 0.3s ease-in-out; }
      .section-numbers .number-row .number-col .btn:hover {
        text-decoration: none;
        color: #5D2BFF; }
        .section-numbers .number-row .number-col .btn:hover:after {
          margin-left: 15px; }
    .section-numbers .number-row .number-col.is-first {
      background: rgba(247, 246, 249, 0.4); }
      .section-numbers .number-row .number-col.is-first .card-image {
        height: 192px; }
        .section-numbers .number-row .number-col.is-first .card-image img {
          border-radius: 0; }

/*section-numbers Ends Here*/
@media (max-width: 1280px) {
  .section-numbers .number-row {
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    display: grid; }
    .section-numbers .number-row .number-col {
      padding: 30px; }
      .section-numbers .number-row .number-col h3 {
        font-size: 22px; }
      .section-numbers .number-row .number-col h2 {
        font-size: 36px; }
      .section-numbers .number-row .number-col .is-grey {
        font-size: 13px;
        margin: 0 0 15px; }
      .section-numbers .number-row .number-col p {
        margin: 0 0 15px; } }
@media (max-width: 979px) {
  .section-numbers .number-row {
    display: flex;
    flex-wrap: wrap; }
    .section-numbers .number-row .number-col {
      padding: 30px;
      flex-basis: 48%; }
      .section-numbers .number-row .number-col.is-first {
        flex-basis: 100%; }
      .section-numbers .number-row .number-col .card-image img {
        object-fit: contain; } }
@media (max-width: 767px) {
  .section-numbers .number-row {
    display: flex;
    flex-wrap: wrap; }
    .section-numbers .number-row .number-col {
      padding: 30px;
      flex-basis: 100%; }
      .section-numbers .number-row .number-col h2 {
        font-size: 32px; }
      .section-numbers .number-row .number-col h3 {
        font-size: 18px; }
      .section-numbers .number-row .number-col.is-first {
        flex-basis: 100%; }
      .section-numbers .number-row .number-col .card-image {
        margin: 0 0 25px; }
        .section-numbers .number-row .number-col .card-image img {
          object-fit: contain; }
      .section-numbers .number-row .number-col .btn {
        margin: 0; } }
.feature-scroller {
  display: flex;
  justify-content: center; }
  .feature-scroller .feature-wrap {
    display: flex;
    width: 100%;
    gap: 20px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 30px;
    justify-content: space-between; }
    .feature-scroller .feature-wrap .left-panel {
      flex-basis: 50%;
      position: sticky;
      top: 150px;
      height: fit-content; }
      .feature-scroller .feature-wrap .left-panel .top-section {
        text-align: left; }
      .feature-scroller .feature-wrap .left-panel .button-common .cmn-democta {
        justify-content: left; }
    .feature-scroller .feature-wrap .right-panel {
      flex-basis: 42%;
      display: flex;
      flex-direction: column;
      gap: 40px; }
      .feature-scroller .feature-wrap .right-panel .content-box {
        display: flex;
        flex-direction: column;
        background: #6f57fd;
        border-radius: 30px;
        padding: 25px; }
        .feature-scroller .feature-wrap .right-panel .content-box .img-sec {
          width: 100%; }
          .feature-scroller .feature-wrap .right-panel .content-box .img-sec img {
            width: 100%; }
        .feature-scroller .feature-wrap .right-panel .content-box .text-box h3 {
          color: #fff;
          padding-left: 35px;
          position: relative; }
          .feature-scroller .feature-wrap .right-panel .content-box .text-box h3:before {
            content: "";
            background: url(../images/reduce-01.svg) no-repeat;
            width: 29px;
            height: 29px;
            background-size: 100%;
            top: 2px;
            left: 0;
            position: absolute; }
        .feature-scroller .feature-wrap .right-panel .content-box .text-box p {
          color: rgba(255, 255, 255, 0.9); }
        .feature-scroller .feature-wrap .right-panel .content-box .text-box ul li {
          position: relative;
          color: rgba(255, 255, 255, 0.8);
          padding-left: 28px;
          margin: 8px 0 0;
          line-height: 22px; }
          .feature-scroller .feature-wrap .right-panel .content-box .text-box ul li:before {
            content: "";
            display: inline-block;
            background: url(../images/list-circle-white.svg) no-repeat;
            width: 18px;
            height: 18px;
            top: 2px;
            left: 0;
            position: absolute; }
        .feature-scroller .feature-wrap .right-panel .content-box .text-box.listing h3 {
          padding-left: 0; }
          .feature-scroller .feature-wrap .right-panel .content-box .text-box.listing h3:before {
            display: none; }
        .feature-scroller .feature-wrap .right-panel .content-box:nth-child(2n) {
          background: #00234B; }
          .feature-scroller .feature-wrap .right-panel .content-box:nth-child(2n) .text-box h3:before {
            background: url(../images/reduce-02.svg) no-repeat; }
        .feature-scroller .feature-wrap .right-panel .content-box:nth-child(3n) .text-box h3:before {
          background: url(../images/reduce-03.svg) no-repeat; }
        .feature-scroller .feature-wrap .right-panel .content-box:nth-child(4n) .text-box h3:before {
          background: url(../images/reduce-04.svg) no-repeat; }

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .feature-scroller {
    padding: 0; } }
@media (max-width: 980px) {
  .feature-scroller .feature-wrap {
    gap: 15px;
    padding-left: 25px;
    padding-right: 25px; }
    .feature-scroller .feature-wrap .left-panel {
      flex-basis: 60%; }
    .feature-scroller .feature-wrap .right-panel {
      flex-basis: 38%;
      gap: 30px; }
      .feature-scroller .feature-wrap .right-panel .content-box .text-box {
        padding: 0; } }
@media (max-width: 767px) {
  .feature-scroller .feature-wrap {
    gap: 0;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 15px; }
    .feature-scroller .feature-wrap .left-panel {
      flex-basis: 100%;
      position: initial;
      top: 150px;
      height: initial; }
    .feature-scroller .feature-wrap .right-panel {
      flex-basis: 100%;
      gap: 20px; }
      .feature-scroller .feature-wrap .right-panel .content-box {
        border-radius: 20px;
        padding: 15px; }
        .feature-scroller .feature-wrap .right-panel .content-box .text-box {
          padding: 0; }
          .feature-scroller .feature-wrap .right-panel .content-box .text-box h3:before {
            top: 0; } }
/*Media Query Ends Here*/
.three-column-section .ws-row {
  flex-direction: row;
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap; }
  .three-column-section .ws-row .flex-3 {
    padding: 0 0 20px;
    flex: calc(33.33% - 20px); }
  .three-column-section .ws-row .box {
    width: 100%;
    background: linear-gradient(180deg, #f5f4ff 0%, #fcfbff 100%);
    border-radius: 10px;
    padding: 20px;
    position: relative; }
    .three-column-section .ws-row .box img {
      display: block;
      margin: 0 0 15px; }
    .three-column-section .ws-row .box .content-area p {
      font-weight: normal;
      margin: 0 0 20px; }
    .three-column-section .ws-row .box h3 a {
      color: #110302; }
      .three-column-section .ws-row .box h3 a:hover {
        text-decoration: underline; }
    .three-column-section .ws-row .box ul {
      padding: 0;
      margin: 0 0 30px; }
      .three-column-section .ws-row .box ul li {
        color: #5e6373;
        margin: 0 0 15px;
        position: relative;
        padding-left: 20px; }
        .three-column-section .ws-row .box ul li:before {
          content: "";
          background: #5e6373;
          width: 5px;
          height: 5px;
          border-radius: 100%;
          position: absolute;
          left: 0;
          top: 8px; }
    .three-column-section .ws-row .box .is-arrow {
      display: block;
      text-decoration: underline;
      color: #5D2BFF;
      text-align: right;
      margin: 40px 0 0;
      font-weight: 500; }
      .three-column-section .ws-row .box .is-arrow:after {
        content: "";
        background: url(../menu-images/view-arrow.svg) no-repeat center;
        width: 11px;
        display: inline-block;
        height: 11px;
        margin-left: 8px;
        transition: all 0.3s ease-in-out; }
      .three-column-section .ws-row .box .is-arrow:hover {
        text-decoration: none; }
        .three-column-section .ws-row .box .is-arrow:hover:after {
          margin-left: 15px; }

/*Media Query Start From Here*/
@media (max-width: 980px) {
  .three-column-section .ws-row {
    column-gap: 15px; }
    .three-column-section .ws-row .flex-3 {
      padding: 0 0 15px;
      flex: calc(50% - 15px); } }
@media (max-width: 767px) {
  .three-column-section .ws-row {
    column-gap: 0; }
    .three-column-section .ws-row .flex-3 {
      padding: 0 0 15px;
      flex: 100%; } }
/*Media Query Ends Here*/
.workplace-section .workplace-row {
  gap: 10px;
  flex-wrap: wrap; }
  .workplace-section .workplace-row .workplace-card {
    flex-basis: 24%;
    min-height: 400px;
    perspective: 1000px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 40px 80px 30px rgba(0, 0, 0, 0.02); }
    .workplace-section .workplace-row .workplace-card:hover .flip-card-inner {
      transform: rotateY(180deg); }
    .workplace-section .workplace-row .workplace-card .flip-card-inner {
      width: 100%;
      height: 100%;
      position: absolute;
      transform-style: preserve-3d;
      transition: transform 0.6s; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner .card-img {
        margin: 0 0 10px;
        display: block; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner h3 {
        font-size: 30px;
        font-weight: 500; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner p {
        font-size: 18px; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner h4 {
        width: 100%;
        padding: 20px 20px 0;
        margin: 0 0 5px;
        font-size: 25px;
        font-weight: 600;
        line-height: 32px;
        color: #05164d; }
        .workplace-section .workplace-row .workplace-card .flip-card-inner h4 strong {
          font-weight: 700; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner .prod {
        font-size: 12px;
        line-height: 17px;
        padding: 0 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: rgba(5, 22, 77, 0.8);
        font-weight: 600; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner ul {
        margin: 20px 0 0; }
        .workplace-section .workplace-row .workplace-card .flip-card-inner ul li {
          position: relative;
          padding-left: 30px;
          margin: 8px 0 0; }
          .workplace-section .workplace-row .workplace-card .flip-card-inner ul li:after {
            content: "";
            width: 100%;
            background: url(../images/card-list.svg) no-repeat;
            position: absolute;
            left: 0;
            top: 5px;
            width: 19px;
            height: 19px;
            background-size: 100%; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner .card-bottom {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 30px;
        margin: 20px 0 0; }
        .workplace-section .workplace-row .workplace-card .flip-card-inner .card-bottom:before {
          content: "";
          width: 90%;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          background: rgba(0, 0, 0, 0.3);
          opacity: 0.6;
          height: 1px; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner .is-arrow {
        display: block;
        text-decoration: underline;
        color: #5D2BFF;
        text-align: right;
        padding: 20px 20px 0;
        font-weight: 500;
        width: 100%;
        font-weight: 500; }
        .workplace-section .workplace-row .workplace-card .flip-card-inner .is-arrow:after {
          content: "";
          background: url(../menu-images/view-arrow.svg) no-repeat center;
          width: 11px;
          display: inline-block;
          height: 11px;
          margin-left: 8px;
          transition: all 0.3s ease-in-out; }
        .workplace-section .workplace-row .workplace-card .flip-card-inner .is-arrow:hover {
          text-decoration: none; }
          .workplace-section .workplace-row .workplace-card .flip-card-inner .is-arrow:hover:after {
            margin-left: 15px; }
    .workplace-section .workplace-row .workplace-card .flip-card-front,
    .workplace-section .workplace-row .workplace-card .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      padding: 30px;
      backface-visibility: hidden;
      /* Hide the back side */ }
    .workplace-section .workplace-row .workplace-card .flip-card-front {
      background-color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      color: #fff;
      text-align: left; }
      .workplace-section .workplace-row .workplace-card .flip-card-front h3 {
        color: #110302; }
      .workplace-section .workplace-row .workplace-card .flip-card-front .card-bottom:before {
        background: rgba(0, 0, 0, 0.2); }
    .workplace-section .workplace-row .workplace-card .flip-card-back {
      background-color: #fff;
      box-shadow: 0px 40px 80px 30px rgba(0, 0, 0, 0.02);
      transform: rotateY(180deg);
      /* Position back side behind */
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      color: #fff;
      text-align: left; }
      .workplace-section .workplace-row .workplace-card .flip-card-back ul li {
        color: #5e6373; }
    .workplace-section .workplace-row .workplace-card:first-child .flip-card-inner .flip-card-front {
      background: #695eee; }
      .workplace-section .workplace-row .workplace-card:first-child .flip-card-inner .flip-card-front p,
      .workplace-section .workplace-row .workplace-card:first-child .flip-card-inner .flip-card-front h3,
      .workplace-section .workplace-row .workplace-card:first-child .flip-card-inner .flip-card-front h4 {
        color: #fff; }
      .workplace-section .workplace-row .workplace-card:first-child .flip-card-inner .flip-card-front .prod {
        color: rgba(255, 255, 255, 0.8); }
      .workplace-section .workplace-row .workplace-card:first-child .flip-card-inner .flip-card-front .card-bottom:before {
        background: rgba(255, 255, 255, 0.3); }
    .workplace-section .workplace-row .workplace-card:nth-child(2) .flip-card-inner .flip-card-front {
      background: #fff; }
    .workplace-section .workplace-row .workplace-card:nth-child(2) .flip-card-inner h4 strong {
      color: #5D2BFF; }
    .workplace-section .workplace-row .workplace-card:nth-child(3) .flip-card-inner .flip-card-front {
      background: #fffbf2; }
    .workplace-section .workplace-row .workplace-card:nth-child(3) h4 strong {
      color: #f4b718; }
    .workplace-section .workplace-row .workplace-card:nth-child(4) .flip-card-inner .flip-card-front {
      background: #f5fff9; }
    .workplace-section .workplace-row .workplace-card:nth-child(4) .flip-card-inner h4 strong {
      color: #59c684; }
.workplace-section.bg-blue {
  background: #5D2BFF; }

/*Media Query Start From Here*/
@media (max-width: 980px) {
  .workplace-section .workplace-row {
    gap: 15px; }
    .workplace-section .workplace-row .workplace-card {
      flex-basis: 48%; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner h3 {
        font-size: 24px; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner p {
        font-size: 18px; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner h4 {
        font-size: 22px; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner ul {
        margin: 20px 0 0; }
        .workplace-section .workplace-row .workplace-card .flip-card-inner ul li {
          position: relative;
          padding-left: 30px;
          margin: 8px 0 0; }
          .workplace-section .workplace-row .workplace-card .flip-card-inner ul li:after {
            content: "";
            width: 100%;
            background: url(../images/card-list.svg) no-repeat;
            position: absolute;
            left: 0;
            top: 5px;
            width: 19px;
            height: 19px;
            background-size: 100%; } }
@media (max-width: 767px) {
  .workplace-section .workplace-row {
    gap: 15px; }
    .workplace-section .workplace-row .workplace-card {
      flex-basis: 100%; }
      .workplace-section .workplace-row .workplace-card .flip-card-inner p {
        font-size: 16px; }
    .workplace-section .workplace-row .flip-card-front,
    .workplace-section .workplace-row .flip-card-back {
      padding: 25px; } }
/*Media Query Ends Here*/
.allindustry-section .indstry-row .ind-left {
  flex-basis: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-right: 20px; }
  .allindustry-section .indstry-row .ind-left .ind-column {
    position: relative;
    flex: 1 1 calc(33.33% - 20px);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    height: 267px; }
    .allindustry-section .indstry-row .ind-left .ind-column.w-50 {
      width: 50%; }
    .allindustry-section .indstry-row .ind-left .ind-column .ind-image {
      width: 100%; }
      .allindustry-section .indstry-row .ind-left .ind-column .ind-image .ind-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 25px; }
      .allindustry-section .indstry-row .ind-left .ind-column .ind-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
        border-radius: 10px; }
    .allindustry-section .indstry-row .ind-left .ind-column h3 {
      color: #fff;
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      transition: transform 0.5s ease; }
      .allindustry-section .indstry-row .ind-left .ind-column h3:after {
        content: "";
        background: url(../images/indarrow.svg) no-repeat;
        width: 14px;
        background-size: 100%;
        height: 14px;
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle; }
      .allindustry-section .indstry-row .ind-left .ind-column h3:hover:after {
        margin-left: 15px; }
    .allindustry-section .indstry-row .ind-left .ind-column .ind-content {
      position: absolute;
      height: 100%;
      justify-content: flex-end;
      display: flex;
      flex-direction: column;
      background: linear-gradient(180deg, rgba(91, 38, 250, 0.9) 0%, rgba(4, 44, 89, 0.9) 100%);
      color: #fff;
      text-align: left;
      padding: 25px;
      opacity: 0;
      transform: translateY(100%);
      transition: transform 0.5s ease, opacity 0.5s ease;
      color: #fff; }
      .allindustry-section .indstry-row .ind-left .ind-column .ind-content p {
        line-height: 26px; }
      .allindustry-section .indstry-row .ind-left .ind-column .ind-content h3 {
        position: relative;
        margin-bottom: 10px; }
        .allindustry-section .indstry-row .ind-left .ind-column .ind-content h3 a {
          color: #fff; }
          .allindustry-section .indstry-row .ind-left .ind-column .ind-content h3 a:hover {
            text-decoration: underline; }
      .allindustry-section .indstry-row .ind-left .ind-column .ind-content p {
        color: #fff;
        font-weight: normal; }
    .allindustry-section .indstry-row .ind-left .ind-column:hover .ind-image img {
      transform: scale(1.1); }
    .allindustry-section .indstry-row .ind-left .ind-column:hover .ind-image h3 {
      opacity: 0; }
    .allindustry-section .indstry-row .ind-left .ind-column:hover .ind-content {
      transform: translateY(0);
      opacity: 1; }
.allindustry-section .indstry-row .ind-right {
  background: #faf8fe;
  flex-basis: 30%;
  border-radius: 10px; }
  .allindustry-section .indstry-row .ind-right img {
    display: block; }
  .allindustry-section .indstry-row .ind-right .indr-content {
    padding: 30px; }
    .allindustry-section .indstry-row .ind-right .indr-content ul li {
      position: relative;
      padding-left: 30px;
      margin: 0 0 20px;
      line-height: 22px;
      color: #2d2e31; }
      .allindustry-section .indstry-row .ind-right .indr-content ul li:before {
        content: "";
        display: inline-block;
        background: url(../images/indicon.svg) no-repeat;
        width: 22px;
        height: 22px;
        background-size: 100%;
        top: 0px;
        left: 0;
        position: absolute; }
    .allindustry-section .indstry-row .ind-right .indr-content .is-arrow {
      text-align: left;
      margin: 30px 0 0; }

/*Media Query Start From Here*/
@media (max-width: 1366px) {
  .allindustry-section .indstry-row .ind-right .indr-content {
    padding: 25px; } }
@media (max-width: 980px) {
  .allindustry-section .indstry-row .ind-left {
    flex-basis: 100%;
    gap: 15px;
    padding-right: 15px; }
  .allindustry-section .indstry-row .ind-right {
    margin: 30px 0 0;
    flex-basis: 100%; }
    .allindustry-section .indstry-row .ind-right img {
      display: none; }
    .allindustry-section .indstry-row .ind-right .indr-content {
      padding: 25px; }
      .allindustry-section .indstry-row .ind-right .indr-content ul li {
        margin: 0 0 10px;
        padding-left: 28px; }
        .allindustry-section .indstry-row .ind-right .indr-content ul li:before {
          width: 19px;
          height: 19px; }
      .allindustry-section .indstry-row .ind-right .indr-content .is-arrow {
        margin: 20px 0 0; } }
@media (max-width: 767px) {
  .allindustry-section .indstry-row .ind-left {
    padding-right: 0; }
    .allindustry-section .indstry-row .ind-left .ind-column {
      flex: 100%; } }
/*Media Query Ends Here*/
.time-tracker {
  position: relative; }
  .time-tracker .trackRow {
    justify-content: space-between; }
    .time-tracker .trackRow .trackImg {
      width: 50%; }
      .time-tracker .trackRow .trackImg img {
        border-radius: 20px; }
    .time-tracker .trackRow .trackContent {
      width: 40%; }
      .time-tracker .trackRow .trackContent .row {
        padding: 0 0 25px;
        margin: 0 0 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .time-tracker .trackRow .trackContent .row:last-child {
          border-bottom: 0;
          padding: 0; }
        .time-tracker .trackRow .trackContent .row p {
          font-weight: normal; }
        .time-tracker .trackRow .trackContent .row h3 {
          text-transform: capitalize;
          padding-left: 44px;
          position: relative; }
          .time-tracker .trackRow .trackContent .row h3:before {
            content: "";
            background: url(../images/time-tra.svg) no-repeat;
            width: 30px;
            background-size: 100%;
            height: 30px;
            position: absolute;
            left: 0;
            top: 0; }
        .time-tracker .trackRow .trackContent .row ul {
          padding: 0;
          margin: 10px 0 0; }
          .time-tracker .trackRow .trackContent .row ul li {
            position: relative;
            padding-left: 28px;
            margin: 8px 0 0;
            line-height: 22px; }
            .time-tracker .trackRow .trackContent .row ul li:before {
              content: "";
              display: inline-block;
              background: url(../images/list-circle.svg) no-repeat;
              width: 18px;
              height: 18px;
              top: 2px;
              left: 0;
              position: absolute; }

/*Media Query Start From Here*/
@media (max-width: 767px) {
  .time-tracker .trackRow .trackImg {
    width: 100%; }
  .time-tracker .trackRow .trackContent {
    width: 100%;
    margin: 30px 0 0; }
    .time-tracker .trackRow .trackContent .row {
      padding: 0 0 20px;
      margin: 0 0 20px; }
      .time-tracker .trackRow .trackContent .row h3 {
        padding-left: 35px; }
        .time-tracker .trackRow .trackContent .row h3:before {
          width: 22px;
          height: 22px;
          top: 5px; } }
/*Media Query Ends Here*/
.compare-projects .compare-tabs {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .compare-projects .compare-tabs .tbbtn {
    background-color: #f4f4f4;
    border: 1px solid rgba(0, 35, 75, 0.1);
    color: rgba(0, 35, 75, 0.8);
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 15px;
    margin: 0 8px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease; }
    .compare-projects .compare-tabs .tbbtn:hover {
      border-color: #624de3;
      color: #5D2BFF;
      background: rgba(98, 77, 227, 0.08); }
.compare-projects .features-container {
  max-width: max-content;
  margin: 0 auto;
  overflow: auto;
  border: 1px solid rgba(0, 35, 75, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #5d2bff99;
  border-radius: 10px; }
  .compare-projects .features-container .compare-column {
    text-align: center;
    border-left: 1px solid rgba(103, 84, 226, 0.15); }
    .compare-projects .features-container .compare-column.fst-elemnt {
      border: none; }
    .compare-projects .features-container .compare-column.heading {
      background-color: #f4f4f4;
      font-weight: bold;
      text-align: center; }
    .compare-projects .features-container .compare-column .tool-col {
      flex: 1;
      text-align: center;
      border-bottom: 1px solid rgba(103, 84, 226, 0.15);
      padding: 15px;
      text-align: left;
      font-weight: 500;
      color: #00234b;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: column;
      min-height: 87px;
      justify-content: center; }
      .compare-projects .features-container .compare-column .tool-col:nth-child(2n) {
        background: #f1efff; }
      .compare-projects .features-container .compare-column .tool-col.comphead {
        font-size: 18px;
        color: rgba(0, 35, 75, 0.6); }
      .compare-projects .features-container .compare-column .tool-col.comp-logo {
        min-height: 111px; }
        .compare-projects .features-container .compare-column .tool-col.comp-logo img {
          display: block;
          margin: 0 auto; }
        .compare-projects .features-container .compare-column .tool-col.comp-logo .price {
          background: #f7f7f7;
          color: #05164dcc;
          border: 1.5px solid #efefef;
          text-align: center;
          padding: 8px 10px;
          width: 85px;
          font-weight: 500;
          line-height: 1;
          font-size: 12px;
          border-radius: 10px;
          justify-content: center;
          text-transform: uppercase;
          margin: 10px 0 0;
          display: flex; }
          .compare-projects .features-container .compare-column .tool-col.comp-logo .price.active {
            background: #5D2BFF;
            color: #fff;
            border-color: #5D2BFF; }
      .compare-projects .features-container .compare-column .tool-col:last-child {
        border-bottom: 0;
        background: #f4f2ff; }
      .compare-projects .features-container .compare-column .tool-col.comprice {
        min-height: 145px;
        font-weight: 600;
        padding: 15px 10px;
        justify-content: flex-start; }
        .compare-projects .features-container .compare-column .tool-col.comprice.best-price {
          position: relative; }
          .compare-projects .features-container .compare-column .tool-col.comprice.best-price:before {
            content: "";
            background: url(../images/best-value.svg) no-repeat;
            background-size: 100%;
            width: 108px;
            height: 34px;
            position: absolute;
            top: 13px;
            left: 0;
            right: 0;
            margin: 0 auto; }
        .compare-projects .features-container .compare-column .tool-col.comprice .btn {
          color: #05164d;
          text-align: center;
          font-weight: 500;
          display: block;
          width: 70px;
          padding: 5px 10px;
          border-radius: 5px;
          margin: 18px 0 0; }
        .compare-projects .features-container .compare-column .tool-col.comprice .ft-cta {
          padding: 8px 10px;
          font-size: 12px;
          background: #5d2bff;
          border-radius: 5px;
          color: #fff;
          line-height: 1;
          margin: 10px 0 0;
          font-weight: 500; }
          .compare-projects .features-container .compare-column .tool-col.comprice .ft-cta:hover {
            background: #051441;
            border-color: #051441;
            color: #fff; }
        .compare-projects .features-container .compare-column .tool-col.comprice .small-font {
          color: #05164d;
          font-weight: 400;
          font-size: 12px;
          line-height: 16px;
          display: block;
          margin: 0;
          width: 100%;
          text-align: center; }
        .compare-projects .features-container .compare-column .tool-col.comprice .knowmre {
          text-decoration: underline;
          color: #5D2BFF;
          font-size: 14px;
          margin: 10px 0 0;
          line-height: 18px; }
          .compare-projects .features-container .compare-column .tool-col.comprice .knowmre:hover {
            color: #05164d;
            text-decoration: none; }
      .compare-projects .features-container .compare-column .tool-col i {
        width: 22px;
        height: 22px;
        margin: 0 auto; }
        .compare-projects .features-container .compare-column .tool-col i.check-icon {
          background: url(../images/table-check.svg) no-repeat;
          background-size: 100%; }
        .compare-projects .features-container .compare-column .tool-col i.cross-icon {
          background: url(../images/table-cross.svg) no-repeat;
          background-size: 100%; }
    .compare-projects .features-container .compare-column:first-child {
      text-align: left;
      flex-direction: column;
      align-items: flex-start; }
      .compare-projects .features-container .compare-column:first-child .tool-col {
        width: 100%;
        align-items: flex-start;
        justify-content: space-around; }

.compare-projects .compare-tabs .tbbtn.active {
  border-color: #624de3;
  color: #5D2BFF;
  background: rgba(98, 77, 227, 0.08); }

/*Media Query Start From Here*/
@media (max-width: 1280px) {
  .compare-projects .features-container .compare-column .tool-col.comp-logo {
    font-size: 15px;
    min-height: 128px;
    text-align: center; } }
@media (max-width: 1024px) {
  .compare-projects {
    overflow: hidden; }
    .compare-projects .compare-tabs .tbbtn {
      padding: 8px 12px;
      margin: 0 5px 10px; }
    .compare-projects .features-container {
      width: 100%;
      margin: 0 auto;
      overflow: auto;
      display: flex;
      justify-content: left;
      width: 100%;
      -webkit-overflow-scrolling: touch; }
      .compare-projects .features-container .compare-column {
        min-width: 150px; }
        .compare-projects .features-container .compare-column .tool-col {
          min-height: 115px; }
        .compare-projects .features-container .compare-column.elemnt {
          min-width: 200px; }
        .compare-projects .features-container .compare-column .comphead.comphead {
          font-size: 16px; } }
@media (max-width: 767px) {
  .compare-projects .features-container .compare-column .tool-col {
    min-height: 80px; } }
/*Media Query Ends Here*/
.ws-pricing {
  margin: 0;
  padding-top: 0;
  text-transform: capitalize; }
  .ws-pricing .tab-nav {
    list-style-type: none;
    flex-basis: 100%;
    position: relative; }
    .ws-pricing .tab-nav ul {
      border: 1px solid #e4e6ea;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      padding: 0;
      border-radius: 15px;
      width: 50%;
      justify-content: center;
      margin: 0 auto 30px; }
      .ws-pricing .tab-nav ul li {
        flex-basis: 20%;
        display: inline-block;
        margin: 0;
        margin: 0; }
        .ws-pricing .tab-nav ul li a {
          display: flex;
          height: 100%;
          width: 100%;
          display: flex;
          align-items: center;
          color: #617798;
          padding: 12px;
          font-weight: 500;
          position: relative;
          text-align: center;
          justify-content: center;
          border: 1px solid transparent;
          border-bottom: 2px solid transparent; }
        .ws-pricing .tab-nav ul li:hover a {
          background: #f6f5ff;
          border-radius: 0;
          color: #110302;
          border-bottom: 2px solid #5d2bff; }
        .ws-pricing .tab-nav ul li:last-child a {
          margin-right: 0;
          border-radius: 0 15px 15px 0; }
        .ws-pricing .tab-nav ul li:last-child.active a {
          border-radius: 0 15px 15px 0; }
        .ws-pricing .tab-nav ul li:nth-child(2).active a {
          border-radius: 0; }
        .ws-pricing .tab-nav ul li:nth-child(3).active a {
          border-radius: 0; }
        .ws-pricing .tab-nav ul li:nth-child(4).active a {
          border-radius: 0; }
      .ws-pricing .tab-nav ul li.active a {
        background: #5d2bff;
        border-radius: 15px 0 0 15px;
        color: #fff; }
      .ws-pricing .tab-nav ul li:first-child:hover a {
        border-radius: 15px 0 0 15px; }
    .ws-pricing .tab-nav:before {
      content: "";
      position: absolute;
      left: 38px;
      top: -22px;
      width: 270px;
      height: 38px;
      vertical-align: middle;
      background: url(../images/use-case02.svg) no-repeat; }
    .ws-pricing .tab-nav .is-arrow {
      margin-left: 10px; }
    .ws-pricing .tab-nav .tooltip-icon {
      margin-left: 5px;
      position: relative;
      cursor: pointer;
      background: url(../images/info-icon.svg) no-repeat;
      width: 12px;
      height: 12px;
      display: inline-block; }
    .ws-pricing .tab-nav .info-text {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      font-size: 11px;
      background: #464646;
      color: #fff;
      text-align: center;
      padding: 5px 10px;
      border-radius: 4px;
      top: -70%;
      left: 262px;
      transform: translateX(-50%);
      white-space: nowrap;
      transition: opacity 0.3s;
      z-index: 9; }
      .ws-pricing .tab-nav .info-text:before {
        content: "";
        position: absolute;
        left: 10px;
        bottom: -9px;
        width: 12px;
        height: 11px;
        vertical-align: middle;
        background: url(../images/polygon.svg) no-repeat; }
    .ws-pricing .tab-nav .tooltip-icon:hover + .info-text {
      visibility: visible;
      opacity: 1; }
    .ws-pricing .tab-nav ul li.active .tooltip-icon {
      background: url(../images/info-white.svg) no-repeat;
      width: 12px;
      height: 12px; }
  .ws-pricing .price-contents {
    flex-basis: 100%;
    width: 85%;
    margin: 0 auto; }
    .ws-pricing .price-contents .tab-contents {
      display: none;
      text-align: center; }
      .ws-pricing .price-contents .tab-contents .pricing-card {
        display: flex;
        background: #fff;
        border: 2px solid #5d2bff33;
        border-radius: 15px;
        overflow: hidden; }
        .ws-pricing .price-contents .tab-contents .pricing-card .card-left {
          flex-basis: 40%;
          padding: 30px;
          background: #f8f6ff;
          text-align: center;
          border-right: 1px solid #e4e6ea; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-left .pr-plan {
            text-align: left; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .pr-plan h3 {
              font-size: 25px;
              color: #2f3a5e;
              font-weight: 600;
              margin: 0 0 15px;
              line-height: 35px; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .pr-plan h4 {
              font-size: 22px;
              font-weight: 600;
              color: #2f3a5e;
              margin: 0 0 20px;
              padding: 0 0 20px;
              border-bottom: 2px solid #e7edf6;
              display: none; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .pr-plan .total {
              background: #fff;
              color: #5d2bff;
              border: 1px solid #5d2bff;
              text-align: center;
              padding: 6px 10px;
              min-width: 160px;
              text-transform: uppercase;
              font-weight: 600;
              font-size: 12px;
              border-radius: 10px;
              justify-content: center;
              margin: 0 0 15px;
              display: inline-block;
              line-height: normal;
              line-height: initial; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .pr-plan p {
              font-weight: 400;
              color: rgba(5, 22, 77, 0.6);
              margin: 0 0 20px; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan {
            font-size: 42px;
            color: #2f3a5e;
            font-weight: 700;
            padding: 20px 0;
            border-top: 2px solid #e7edf6;
            display: flex;
            align-items: baseline;
            text-align: center;
            justify-content: center; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan .card-plan {
              border-top: 0;
              margin: 0; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan span {
              display: inline-block; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan .wph {
              line-height: 1; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan .max-price {
              font-size: 20px;
              color: rgba(47, 58, 94, 0.6);
              display: inline-block;
              text-decoration: line-through;
              font-weight: 400;
              margin-left: 5px; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan .prio {
              color: rgba(47, 58, 94, 0.6);
              font-weight: 400;
              font-size: 14px;
              margin-left: 5px;
              line-height: 22px; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-left .price_btn {
            color: #fff;
            background-color: #27c26c;
            white-space: nowrap;
            text-transform: capitalize;
            padding: 17px 20px;
            text-decoration: none;
            transition: 0.3s ease;
            display: inline-block;
            width: 230px;
            border: 1px solid #27c26c;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            border-radius: 100px;
            margin: 20px auto 12px; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .price_btn:hover {
              background: #051441;
              color: #fff;
              border-color: #051441; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-left .price-accordion {
            margin: 20px 0 0;
            padding: 10px 20px 0 0;
            justify-content: flex-start;
            border: 0;
            border-top: 1px solid #e4e6ea;
            min-height: auto;
            border-radius: 0;
            font-weight: 600;
            color: #5d2bff;
            background: transparent;
            cursor: pointer;
            display: none;
            position: relative;
            width: 100%;
            text-align: left;
            font-size: 15px; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .price-accordion:after {
              content: "";
              display: inline-block;
              background: url(../images/arrowpr.svg) 0 0 no-repeat;
              background-size: auto;
              background-size: 100%;
              width: 14px;
              height: 17px;
              right: 14px;
              position: absolute;
              top: 9px;
              transform: rotateX(180deg); }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-left .price-accordion .icon {
              width: 16px;
              height: 16px;
              color: #253053;
              top: 20px;
              right: 22px; }
        .ws-pricing .price-contents .tab-contents .pricing-card .card-right {
          flex-basis: 60%;
          padding: 30px;
          text-align: left; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-right h3 {
            font-size: 19px;
            color: #2f3a5e;
            font-weight: 600;
            line-height: 25px;
            margin: 0 0 25px; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-right .plan-include {
            margin: 0;
            padding: 0;
            border: 0;
            width: 100%;
            gap: 30px;
            display: flex; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-right .plan-include ul {
              columns: initial; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-right .plan-include.column-two ul {
              width: 50%; }
        .ws-pricing .price-contents .tab-contents .pricing-card.att-pricing .card-left .card-plan {
          justify-content: left;
          border-bottom: 2px solid #e7edf6;
          border-top: 0;
          padding-top: 0; }
        .ws-pricing .price-contents .tab-contents .pricing-card.time-pricing .card-left .card-plan {
          justify-content: left;
          border-bottom: 2px solid #e7edf6;
          border-top: 0;
          padding-top: 0; }
        .ws-pricing .price-contents .tab-contents .pricing-card .price-slider {
          margin: 20px 0 0;
          position: relative; }
          .ws-pricing .price-contents .tab-contents .pricing-card .price-slider.margin-0 {
            margin: 0; }
          .ws-pricing .price-contents .tab-contents .pricing-card .price-slider label {
            display: block;
            font-weight: 500;
            margin-bottom: 10px;
            font-size: 14px;
            color: rgba(5, 22, 77, 0.5);
            text-align: left; }
            .ws-pricing .price-contents .tab-contents .pricing-card .price-slider label span {
              font-weight: 600;
              color: #5D2BFF; }
          .ws-pricing .price-contents .tab-contents .pricing-card .price-slider input[type="range"] {
            appearance: none;
            background: transparent;
            width: 100%;
            border-radius: 100px;
            height: 6px; }
            .ws-pricing .price-contents .tab-contents .pricing-card .price-slider input[type="range"]::-webkit-slider-runnable-track {
              height: 6px;
              background: transparent;
              border-radius: 4px; }
            .ws-pricing .price-contents .tab-contents .pricing-card .price-slider input[type="range"]::-moz-range-track {
              height: 6px;
              background: transparent;
              border-radius: 4px; }
          .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .pricingRange::-webkit-slider-thumb {
            -webkit-appearance: none;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
            margin-top: -6px;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
          .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .pricingRange::-moz-range-thumb {
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #fff;
            cursor: pointer;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
          .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels {
            display: flex;
            justify-content: space-between;
            margin: 15px 0 30px;
            position: relative; }
            .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels .label {
              color: #05164d;
              position: relative;
              cursor: pointer;
              font-size: 12px;
              font-weight: 500;
              position: absolute;
              left: 0;
              transform: translateX(-50%); }
              .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels .label:nth-child(1) {
                left: 2%; }
              .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels .label:nth-child(2) {
                left: 20.5%; }
              .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels .label:nth-child(3) {
                left: 40%; }
              .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels .label:nth-child(4) {
                left: 59%; }
              .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels .label:nth-child(5) {
                left: 78%; }
              .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels .label:nth-child(6) {
                left: 97%; }
              .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels .label:before {
                content: "";
                width: 2%;
                height: 6px;
                background: #05164d;
                position: absolute;
                top: -2px;
                left: 0;
                right: 0;
                margin: 0 auto; }
              .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels .label:hover .tooltip {
                opacity: 1;
                transform: translateY(-8px);
                pointer-events: auto; }
              .ws-pricing .price-contents .tab-contents .pricing-card .price-slider .slider-labels .label .tooltip {
                position: absolute;
                bottom: 130%;
                left: 50%;
                transform: translateX(-50%) translateY(0);
                background: #222;
                color: #fff;
                padding: 4px 8px;
                border-radius: 4px;
                font-size: 0.75rem;
                opacity: 0;
                white-space: nowrap;
                pointer-events: none;
                transition: all 0.2s ease;
                z-index: 10; }
      .ws-pricing .price-contents .tab-contents .price-flex {
        display: flex;
        justify-content: center;
        margin: 40px 0 0; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column {
          text-align: left;
          padding: 0 10px; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column.flex-3 {
            flex-basis: 45%; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column.flex-2 {
            flex-basis: 48%; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box {
            position: relative;
            box-sizing: border-box;
            width: 100%;
            border: 1px solid #e4e6ea;
            padding: 20px 25px;
            border-radius: 25px;
            margin-right: -1px;
            margin-bottom: 32px;
            color: #4a4c55;
            box-shadow: 0px 4px 40px 30px #0000000d;
            display: flex;
            flex-direction: column;
            height: 100%; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan {
              width: 100%;
              margin: 0 0 20px;
              position: relative; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan h3 {
                font-size: 25px;
                color: #2f3a5e;
                font-weight: 600;
                margin: 0 0 15px;
                line-height: 35px; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan .op0 {
                opacity: 0;
                display: block; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan .total {
                background: #fff;
                color: #5d2bff;
                border: 1px solid #5d2bff;
                text-align: center;
                padding: 6px 10px;
                min-width: 160px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 12px;
                border-radius: 10px;
                justify-content: center;
                margin: 0 0 15px;
                display: inline-block;
                line-height: normal;
                line-height: initial; }
                .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan .total.nodata {
                  opacity: 0;
                  background: transparent; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan p {
                font-weight: 500;
                color: rgba(5, 22, 77, 0.6);
                min-height: 70px; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan.ini-height p {
                min-height: initial; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan .b-anu {
                font-size: 14px;
                font-weight: 600;
                line-height: 20px;
                color: rgba(5, 22, 77, 0.7); }
                .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan .b-anu strong {
                  color: #5d2bff; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan {
              font-size: 42px;
              color: #2f3a5e;
              font-weight: 700;
              padding: 20px 0;
              border-top: 2px solid #e7edf6;
              display: flex;
              align-items: end;
              text-align: center;
              justify-content: center; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan span {
                display: block; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .wph {
                line-height: 1; }
                .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .wph .max-price {
                  font-size: 20px;
                  color: rgba(47, 58, 94, 0.6);
                  display: inline-block;
                  text-decoration: line-through;
                  font-weight: 400; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .max-price {
                font-size: 20px;
                color: rgba(47, 58, 94, 0.6);
                display: inline-block;
                text-decoration: line-through;
                font-weight: 400;
                margin-left: 5px; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .prio {
                color: rgba(47, 58, 94, 0.6);
                font-weight: 400;
                font-size: 14px;
                margin-left: 5px;
                line-height: 22px; }
                .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .prio.smtext {
                  font-size: 14px; }
                  .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .prio.smtext strong {
                    color: #5d2bff;
                    font-weight: 600; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price_btn {
              color: #fff;
              background-color: #27c26c;
              white-space: nowrap;
              text-transform: capitalize;
              padding: 17px 20px;
              text-decoration: none;
              transition: 0.3s ease;
              display: inline-block;
              width: 230px;
              border: 1px solid #27c26c;
              text-align: center;
              font-size: 18px;
              font-weight: 600;
              border-radius: 100px;
              margin: 0 auto 10px; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price_btn:hover {
                background: #051441;
                color: #fff;
                border-color: #051441; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price_btn.green-btn {
                color: #27c26c;
                border-color: #27c26c;
                background: transparent; }
                .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price_btn.green-btn:hover {
                  background: #051441;
                  color: #fff;
                  border-color: #051441; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper {
              flex: 1; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options {
                display: flex;
                flex-direction: column;
                height: 100%; }
                .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options h4 {
                  font-size: 18px;
                  color: #5d2bff;
                  font-weight: 600;
                  line-height: 25px;
                  margin: 0 0 25px;
                  margin-top: 30px; }
                .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list {
                  flex: 1;
                  display: flex;
                  flex-direction: column; }
                  .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option {
                    color: #4a4c55;
                    margin: 0 0 20px;
                    position: relative;
                    padding: 0 0 0 15px; }
                    .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option:last-child {
                      margin: 0; }
                    .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option .tooltipp {
                      position: relative;
                      display: inline-block;
                      width: 20px;
                      height: 20px; }
                      .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option .tooltipp .info-box {
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        width: 100%;
                        height: 100%;
                        cursor: pointer; }
                        .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option .tooltipp .info-box::after {
                          content: "";
                          clear: both;
                          display: block;
                          background: url(../images/info_icon.svg) no-repeat;
                          background-size: 100%;
                          width: 15px;
                          height: 15px;
                          position: absolute;
                          top: 0;
                          right: 0; }
                      .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option .tooltipp .tooltiptext {
                        visibility: hidden;
                        position: absolute;
                        width: 270px;
                        background-color: #000;
                        color: #fff !important;
                        text-align: left;
                        padding: 10px;
                        border-radius: 6px;
                        z-index: 999999;
                        transition: opacity 0.6s;
                        font-size: 11px !important;
                        line-height: 17px !important;
                        text-transform: none !important; }
                      .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option .tooltipp .tooltip-right {
                        top: 30px;
                        left: -115px; }
                        .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option .tooltipp .tooltip-right::after {
                          content: "";
                          position: absolute;
                          top: -9px;
                          left: 46%;
                          border-width: 5px;
                          border-style: solid;
                          transform: rotate(90deg);
                          border-color: transparent #555 transparent transparent; }
                      .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option .tooltipp:hover .tooltiptext {
                        visibility: visible; }
                    .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option.m0 {
                      margin: 0; }
                    .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .option:before {
                      content: "";
                      width: 5px;
                      height: 5px;
                      background: #4a4c55;
                      border-radius: 100%;
                      position: absolute;
                      left: 0;
                      top: 8px; }
                  .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .support-options {
                    border-top: 2px solid #e7edf6;
                    padding: 30px 0;
                    margin-top: auto; }
                    .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .support-options h4 {
                      margin: 0; }
                    .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .support-options p {
                      color: #4a4c55;
                      margin: 20px 0 0; }
                      .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .option-list .support-options p strong {
                        font-weight: 500; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column:first-child {
            margin-right: -30px; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column:nth-child(2) {
            margin-top: -35px;
            margin-bottom: -35px; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column:nth-child(2) .price-box {
              background: #f8f6ff;
              border-color: #5d2bff;
              border-width: 2px;
              position: relative; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column:nth-child(2) .price-box .pr-plan h3 {
                padding: 34px 0 0; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column:nth-child(2) .price-box .price-wrapper .price-options .option-list .support-options {
                margin-top: 197px; }
              .ws-pricing .price-contents .tab-contents .price-flex .price-column:nth-child(2) .price-box:before {
                content: "";
                background: url(../images/band.svg) no-repeat;
                background-size: 100%;
                position: absolute;
                width: 143px;
                height: 123px;
                right: -5px;
                top: -7px; }
      .ws-pricing .price-contents .tab-contents .tryit {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        display: block;
        color: #2f3a5e;
        text-align: center; }
        .ws-pricing .price-contents .tab-contents .tryit a {
          color: #2f3a5e;
          font-weight: 600;
          text-decoration: underline; }
          .ws-pricing .price-contents .tab-contents .tryit a:hover {
            color: #5D2BFF; }
      .ws-pricing .price-contents .tab-contents .plan-include {
        padding: 30px;
        border: 1px solid #e4e6ea;
        border-radius: 15px;
        margin: 80px 6% 0;
        text-align: left; }
        .ws-pricing .price-contents .tab-contents .plan-include h3 {
          font-size: 19px;
          color: #2f3a5e;
          font-weight: 600;
          line-height: 25px;
          margin: 0 0 25px; }
        .ws-pricing .price-contents .tab-contents .plan-include ul {
          columns: 2;
          list-style: none;
          padding: 0; }
          .ws-pricing .price-contents .tab-contents .plan-include ul li {
            color: #4a4c55;
            margin: 0 0 15px;
            position: relative;
            padding: 0 0 0 15px;
            line-height: 28px;
            font-size: 16px;
            font-weight: 400; }
            .ws-pricing .price-contents .tab-contents .plan-include ul li::before {
              content: "";
              width: 5px;
              height: 5px;
              background: #4a4c55;
              border-radius: 100%;
              position: absolute;
              left: 0;
              top: 11px; }
    .ws-pricing .price-contents .tab-contents.active {
      display: block; }

.ws-pricing
.price-contents
.tab-contents.custom-pln
.pricing-card
.card-left
.card-plan {
  display: none; }

.ws-pricing
.price-contents
.tab-contents.custom-pln
.pricing-card
.card-left
.card-plan
.pr-plan
h4 {
  display: block; }

.ws-pricing .price-contents .tab-contents.custom-pln .tryit {
  display: none; }

.tab-contents h4.for-custom {
  display: none; }

.tab-contents.custom-pln h4.for-custom {
  display: block !important; }

.ps-monthly
.ws-pricing
.price-contents
.tab-contents
.price-flex
.price-column
.price-box
.card-plan
.max-price {
  display: none; }

.ws-pricing
.price-contents
.tab-contents
.price-flex
.price-column
.price-box
.card-plan
.max-price {
  display: inline-block; }

@media (max-width: 1440px) {
  .ws-pricing .tab-nav ul {
    width: 60%; }
  .ws-pricing .tab-nav:before {
    left: -15px;
    top: -40px; }
  .ws-pricing .tab-nav .info-text {
    left: 271px; } }
@media (max-width: 1280px) {
  .ws-pricing {
    margin: 30px 0 0; }
    .ws-pricing .tab-nav ul {
      width: 70%; }
      .ws-pricing .tab-nav ul li a {
        padding: 10px; }
    .ws-pricing .tab-nav .info-text {
      left: 10%;
      top: -100%; }
      .ws-pricing .tab-nav .info-text:before {
        left: auto;
        right: 53px; }
    .ws-pricing .price-contents {
      width: 90%; } }
@media (max-width: 1024px) {
  .ws-pricing .tab-nav ul {
    width: 100%;
    flex-wrap: wrap; }
    .ws-pricing .tab-nav ul li a {
      height: 55px; }
  .ws-pricing .tab-nav .info-text {
    left: 0%;
    top: -100%; }
    .ws-pricing .tab-nav .info-text:before {
      left: auto;
      right: 40px; }
  .ws-pricing .price-contents {
    width: 100%; }
    .ws-pricing .price-contents .tab-contents .pricing-card .card-left {
      padding: 25px; }
      .ws-pricing .price-contents .tab-contents .pricing-card .card-left .pr-plan h3 {
        font-size: 22px;
        line-height: 1.3; }
      .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan {
        font-size: 35px; }
        .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan .prio {
          font-size: 13px;
          margin-left: 3px; }
        .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan .max-price {
          font-size: 18px; }
      .ws-pricing .price-contents .tab-contents .pricing-card .card-left .price_btn {
        padding: 12px 15px;
        width: 200px; }
    .ws-pricing .price-contents .tab-contents .pricing-card .card-right {
      padding: 25px; }
      .ws-pricing .price-contents .tab-contents .pricing-card .card-right h3 {
        font-size: 18px;
        margin: 0 0 20px; }
    .ws-pricing .price-contents .tab-contents .pricing-card.every-card .card-right .plan-include {
      flex-wrap: wrap;
      gap: 0; }
      .ws-pricing .price-contents .tab-contents .pricing-card.every-card .card-right .plan-include ul {
        width: 50%;
        padding-right: 20px; }
    .ws-pricing .price-contents .tab-contents .price-flex {
      flex-wrap: wrap;
      align-items: flex-start; }
      .ws-pricing .price-contents .tab-contents .price-flex .price-column {
        flex-basis: 50%;
        margin: 0 0 30px;
        padding: 0 15px; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column.flex-3 {
          flex-basis: 50%; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column.flex-2 {
          flex-basis: 50%; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column:nth-child(2) {
          margin-top: -30px;
          margin-bottom: 0; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column:nth-child(2) .price-box .pr-plan h3 {
            padding: 30px 0 0; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column:nth-child(2) .price-box .price-wrapper .price-options .option-list .support-options {
            margin-top: 20px; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column:nth-child(3) {
          margin: 30px 0 0; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box {
          padding: 30px 15px; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan h3 {
            font-size: 22px;
            line-height: 1.3; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan p {
            min-height: 85px; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan {
            font-size: 35px; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .prio {
              font-size: 13px;
              margin-left: 3px; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .max-price {
              font-size: 18px; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price_btn {
            padding: 12px 15px;
            width: 200px; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options {
            display: none; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper .price-options .support-options {
              margin-top: 20px; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper.is-visible .price-options {
            display: block; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price-wrapper.is-visible .price-accordion:after {
            transform: rotateX(0);
            top: 18px; }
    .ws-pricing .price-contents .tab-contents .plan-include {
      padding: 25px;
      width: 100%;
      margin: 40px auto 0; } }
@media (max-width: 767px) {
  .ws-pricing {
    padding-top: 20px; }
    .ws-pricing .tab-nav ul {
      width: 100%;
      flex-wrap: wrap; }
      .ws-pricing .tab-nav ul li {
        flex-basis: 100%;
        padding-left: 0; }
        .ws-pricing .tab-nav ul li a {
          height: initial; }
        .ws-pricing .tab-nav ul li.active a {
          border-radius: 10px 10px 0 0; }
        .ws-pricing .tab-nav ul li:nth-child(2).active a, .ws-pricing .tab-nav ul li:nth-child(2).hover a, .ws-pricing .tab-nav ul li:nth-child(3).active a, .ws-pricing .tab-nav ul li:nth-child(3).hover a, .ws-pricing .tab-nav ul li:nth-child(4).active a, .ws-pricing .tab-nav ul li:nth-child(4).hover a {
          border-radius: 0 !important; }
        .ws-pricing .tab-nav ul li:nth-child(5).active a, .ws-pricing .tab-nav ul li:nth-child(5).hover a {
          border-radius: 0 0 10px 10px; }
    .ws-pricing .tab-nav .info-text {
      left: 140px;
      top: -80%; }
      .ws-pricing .tab-nav .info-text:before {
        right: 80px; }
    .ws-pricing .price-contents .tab-contents .pricing-card {
      flex-wrap: wrap; }
      .ws-pricing .price-contents .tab-contents .pricing-card .card-left {
        flex-basis: 100%; }
        .ws-pricing .price-contents .tab-contents .pricing-card .card-left .pr-plan {
          width: 100%;
          margin: 0 0 20px; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-left .pr-plan p {
            min-height: initial; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-left .pr-plan h3 br {
            display: none; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-left .pr-plan .pr-icon {
            right: 0;
            position: initial;
            margin: 0 0 10px;
            display: block; }
        .ws-pricing .price-contents .tab-contents .pricing-card .card-left .price_btn {
          margin: 20px auto 12px;
          font-size: 17px; }
        .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan {
          padding: 20px 0;
          margin: 0;
          font-size: 35px; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan .wph {
            line-height: 1; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-left .card-plan .max-price {
            font-size: 22px; }
        .ws-pricing .price-contents .tab-contents .pricing-card .card-left .price-accordion {
          display: block; }
      .ws-pricing .price-contents .tab-contents .pricing-card .card-right {
        flex-basis: 100%;
        display: none; }
        .ws-pricing .price-contents .tab-contents .pricing-card .card-right .plan-include {
          flex-wrap: wrap;
          gap: 0; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-right .plan-include.column-two ul {
            width: 100%;
            padding: 0; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-right .plan-include.column-two ul li {
              font-size: 14px;
              line-height: 24px;
              margin: 0 0 10px; }
              .ws-pricing .price-contents .tab-contents .pricing-card .card-right .plan-include.column-two ul li:before {
                top: 9px; }
          .ws-pricing .price-contents .tab-contents .pricing-card .card-right .plan-include ul {
            width: 100%;
            padding: 0; }
            .ws-pricing .price-contents .tab-contents .pricing-card .card-right .plan-include ul li {
              font-size: 14px;
              line-height: 24px;
              margin: 0 0 10px; }
              .ws-pricing .price-contents .tab-contents .pricing-card .card-right .plan-include ul li:before {
                top: 9px; }
      .ws-pricing .price-contents .tab-contents .pricing-card.every-card .card-right .plan-include ul {
        width: 100%;
        padding: 0; }
      .ws-pricing .price-contents .tab-contents .pricing-card.is-visible .card-left .price-accordion:after {
        transform: rotateX(0);
        top: 18px; }
      .ws-pricing .price-contents .tab-contents .pricing-card.is-visible .card-right {
        display: block; }
    .ws-pricing .price-contents .tab-contents .price-flex {
      flex-wrap: wrap;
      margin: 20px 0 0; }
      .ws-pricing .price-contents .tab-contents .price-flex .price-column {
        flex-basis: 100%;
        margin: 0 0 30px;
        padding: 0; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column.flex-2 {
          flex-basis: 100%; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column.flex-3 {
          flex-basis: 100%; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box {
          padding: 25px 20px;
          margin: 0; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan {
            width: 100%;
            margin: 0 0 20px; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan p {
              min-height: initial; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan h3 br {
              display: none; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .pr-plan .pr-icon {
              right: 0;
              position: initial;
              margin: 0 0 10px;
              display: block; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .price_btn {
            margin: 20px auto 12px;
            font-size: 17px; }
          .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan {
            padding: 20px 0 0;
            margin: 0;
            font-size: 35px; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .wph {
              line-height: 1; }
            .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .max-price {
              font-size: 22px; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column:first-child {
          margin-right: 0; }
        .ws-pricing .price-contents .tab-contents .price-flex .price-column:nth-child(2) {
          margin: 0 0 30px; }
    .ws-pricing .price-contents .tab-contents .tryit {
      margin: 0 0 20px; }
    .ws-pricing .price-contents .tab-contents .plan-include {
      margin: 10px auto 0; }
      .ws-pricing .price-contents .tab-contents .plan-include h3 {
        font-size: 18px; }
      .ws-pricing .price-contents .tab-contents .plan-include ul {
        width: 100%;
        padding: 0;
        columns: 1; }
        .ws-pricing .price-contents .tab-contents .plan-include ul li {
          font-size: 14px;
          line-height: 24px; }
          .ws-pricing .price-contents .tab-contents .plan-include ul li:before {
            top: 9px; } }
.cmn-pricing {
  background: #fff; }
  .cmn-pricing .inner-wrap h1, .cmn-pricing .inner-wrap h2 {
    color: #110302;
    font-size: 40px;
    line-height: 54px; }
  .cmn-pricing .inner-wrap p {
    color: #5e6373; }
    .cmn-pricing .inner-wrap p:nth-of-type(1) {
      font-weight: 500; }
    .cmn-pricing .inner-wrap p .no-hidden {
      display: inline-block;
      transition: all 0.3s ease-in-out;
      position: relative; }
      .cmn-pricing .inner-wrap p .no-hidden:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 124px;
        height: 4px;
        vertical-align: middle;
        background: url(../images/underline.svg) no-repeat; }
    .cmn-pricing .inner-wrap p .conbtn {
      display: inline-block;
      padding: 0 5px;
      color: #5e6373;
      font-weight: 600;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      position: relative; }
      .cmn-pricing .inner-wrap p .conbtn span {
        position: relative;
        z-index: 9;
        border-bottom: 1px dashed #5e6373; }
      .cmn-pricing .inner-wrap p .conbtn:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 189px;
        height: 28px;
        vertical-align: middle;
        background: url(../images/prshape.png) no-repeat; }
      .cmn-pricing .inner-wrap p .conbtn:hover {
        color: #110302; }
  .cmn-pricing .inner-wrap .actionBtn {
    margin: 30px 0 0; }
    .cmn-pricing .inner-wrap .actionBtn .primary_btn2 {
      color: #fff;
      border-color: #051441;
      background: #051441; }
      .cmn-pricing .inner-wrap .actionBtn .primary_btn2:hover {
        background: #4231ac;
        border-color: #4231ac; }

.cmn-pricing.no-af-bg:after {
  background: none;
  display: none; }

.cmn-pricing.no-af-bg {
  padding: 120px 0 30px; }

#pre-loader {
  text-align: center;
  font-weight: 500; }

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

.free-price {
  text-transform: capitalize;
  padding-top: 0; }
  .free-price .fdflex {
    display: flex;
    border: 1px solid #dfdcff;
    border-radius: 15px;
    align-items: center; }
    .free-price .fdflex .colLeft {
      flex-basis: 25%;
      padding: 50px 40px;
      background: rgba(228, 228, 228, 0.2);
      border-right: 1px solid #dfdcff;
      border-radius: 15px 0 0 15px; }
      .free-price .fdflex .colLeft .pr-plan h3 {
        font-size: 22px;
        color: #2f3a5e;
        font-weight: 600;
        margin: 0 0 5px;
        line-height: 1.2; }
      .free-price .fdflex .colLeft .pr-plan span {
        display: block; }
      .free-price .fdflex .colLeft .pr-plan .card-plan {
        font-size: 42px;
        color: #2f3a5e;
        font-weight: 600;
        margin: 0 0 20px; }
        .free-price .fdflex .colLeft .pr-plan .card-plan .free-zero {
          line-height: 58px;
          margin: 0 0 5px; }
        .free-price .fdflex .colLeft .pr-plan .card-plan .prio {
          color: rgba(47, 58, 94, 0.6);
          font-weight: 600;
          font-size: 16px; }
      .free-price .fdflex .colLeft .pr-plan .total {
        background: #fff;
        border: 1px solid #5D2BFF1a;
        color: rgba(5, 22, 77, 0.7);
        padding: 6px 8px;
        min-width: 150px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        border-radius: 6px;
        margin: 0 0 30px; }
      .free-price .fdflex .colLeft .pr-plan .b-anu {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        color: rgba(5, 22, 77, 0.7); }
        .free-price .fdflex .colLeft .pr-plan .b-anu strong {
          color: #5D2BFF; }
    .free-price .fdflex .colRit {
      flex-basis: 75%;
      padding: 40px 60px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .free-price .fdflex .colRit .cont {
        flex-basis: 60%; }
        .free-price .fdflex .colRit .cont ul {
          display: flex;
          margin: 0;
          padding: 0;
          justify-content: space-between;
          flex-wrap: wrap; }
          .free-price .fdflex .colRit .cont ul li {
            color: #4a4c55;
            flex-basis: 48%;
            margin: 0 0 15px;
            position: relative;
            padding: 0 0 0 15px; }
            .free-price .fdflex .colRit .cont ul li:before {
              content: "";
              width: 5px;
              height: 5px;
              background: #4a4c55;
              border-radius: 100%;
              position: absolute;
              left: 0;
              top: 8px; }
      .free-price .fdflex .colRit .btn .price_btn {
        color: #fff;
        background-color: #5D2BFF;
        white-space: nowrap;
        text-transform: capitalize;
        padding: 17px 20px;
        text-decoration: none;
        transition: 0.3s ease;
        display: inline-block;
        min-width: 300px;
        border: 1px solid #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        border-radius: 100px;
        margin: 0 0 25px; }
        .free-price .fdflex .colRit .btn .price_btn:hover {
          background: #051441;
          color: #fff;
          border-color: #051441; }

.comparison-outer {
  position: relative; }
  .comparison-outer .plan-btn {
    margin: auto;
    max-width: fit-content;
    display: block;
    padding: 16px 40px 16px 20px;
    margin-bottom: 100px;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid rgba(5, 22, 77, 0.2);
    color: #05164d;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    cursor: pointer; }
    .comparison-outer .plan-btn:before {
      content: "";
      display: inline-block;
      background: url(../images/arrowpr.svg) 0 0 no-repeat;
      background-size: 100%;
      width: 14px;
      height: 17px;
      right: 14px;
      position: absolute;
      top: 16px;
      transform: rotateX(180deg); }
    .comparison-outer .plan-btn.rotate:before {
      top: 25px;
      transform: rotateX(0); }
  .comparison-outer:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 30px;
    background: #e7edf6;
    z-index: -1; }

.comparison-panel {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  display: none; }
  .comparison-panel.toggle {
    display: block;
    z-index: 9; }
  .comparison-panel .comp-table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0; }
    .comparison-panel .comp-table tr th {
      position: relative;
      z-index: 999;
      background-color: #fff;
      color: #253053;
      font-size: 15px;
      font-weight: 600;
      padding: 0 2px; }
      .comparison-panel .comp-table tr th .plan-label {
        display: block;
        color: #2f3a5e;
        margin-bottom: 15px;
        min-height: 40px; }
      .comparison-panel .comp-table tr th .button {
        color: #5D2BFF;
        background-color: #ffffff;
        white-space: nowrap;
        text-transform: capitalize;
        padding: 13px 20px;
        text-decoration: none;
        transition: 0.3s ease;
        display: inline-block;
        border: 1px solid #5D2BFF;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        border-radius: 100px;
        margin: 0 0 10px;
        min-width: 150px; }
        .comparison-panel .comp-table tr th .button.higlit {
          background: #5D2BFF;
          color: #fff; }
          .comparison-panel .comp-table tr th .button.higlit:hover {
            background: #051441;
            color: #fff;
            border-color: #051441; }
        .comparison-panel .comp-table tr th .button:hover {
          background: #5D2BFF;
          color: #fff; }
  .comparison-panel .comp-row {
    margin: 40px 0; }
    .comparison-panel .comp-row h4 {
      font-size: 22px;
      font-weight: 500;
      margin: 0 0 25px; }
    .comparison-panel .comp-row .comp-tablerow {
      table-layout: fixed;
      width: 100%;
      border-spacing: 0; }
      .comparison-panel .comp-row .comp-tablerow tr td {
        padding: 20px 12px;
        font-size: 15px;
        text-align: center;
        text-transform: capitalize; }
        .comparison-panel .comp-row .comp-tablerow tr td:first-child {
          text-align: left;
          color: #4a4c55;
          padding: 20px 6px; }
        .comparison-panel .comp-row .comp-tablerow tr td .chkicon {
          background: url(../images/check-mark.svg) no-repeat;
          display: block;
          width: 21px;
          height: 20px;
          margin: 0 auto; }
      .comparison-panel .comp-row .comp-tablerow tr:nth-child(odd) td {
        background-color: #f8f5ff; }

.comp-table-sticky.sticky {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  z-index: 999;
  display: flex;
  justify-content: center; }

.comp-table-sticky.sticky .comp-table {
  width: 1240px; }

.comp-table-sticky.sticky.btomfixed {
  bottom: 100px;
  top: auto;
  position: absolute; }

.option-data {
  background: #fcfbfe; }
  .option-data .addons-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .option-data .addons-row .addond-col {
      flex-basis: 33.33%;
      padding: 0 12px;
      margin: 0 0 24px;
      min-height: initial; }
      .option-data .addons-row .addond-col .add-box {
        border: 1px solid #e4e6ea;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        height: 100%; }
        .option-data .addons-row .addond-col .add-box .topDiv {
          padding: 20px;
          text-align: center;
          background: #fff;
          border-radius: 20px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .option-data .addons-row .addond-col .add-box .topDiv .icon {
            width: 40px; }
          .option-data .addons-row .addond-col .add-box .topDiv .tcon {
            width: calc(100% - 50px);
            text-align: left; }
            .option-data .addons-row .addond-col .add-box .topDiv .tcon h4 {
              margin: 0; }
            .option-data .addons-row .addond-col .add-box .topDiv .tcon .price {
              font-weight: 500; }
            .option-data .addons-row .addond-col .add-box .topDiv .tcon .unit {
              font-size: 14px; }
        .option-data .addons-row .addond-col .add-box .bottomDiv {
          background: #f4efff;
          border-radius: 0 0 15px 15px;
          padding: 20px;
          height: 100%; }
          .option-data .addons-row .addond-col .add-box .bottomDiv ul {
            margin: 0;
            padding: 0; }
            .option-data .addons-row .addond-col .add-box .bottomDiv ul li {
              margin: 0 0 15px;
              padding-left: 25px;
              position: relative; }
              .option-data .addons-row .addond-col .add-box .bottomDiv ul li:before {
                content: "";
                background: url(../images/chek-li.png) no-repeat;
                position: absolute;
                left: 0;
                top: 4px;
                width: 17px;
                height: 17px;
                margin: 0 auto; }
            .option-data .addons-row .addond-col .add-box .bottomDiv ul ul {
              padding: 0 0 0 25px; }
              .option-data .addons-row .addond-col .add-box .bottomDiv ul ul li {
                position: relative;
                padding: 0 0 0 15px; }
                .option-data .addons-row .addond-col .add-box .bottomDiv ul ul li:before {
                  content: "";
                  width: 5px;
                  height: 5px;
                  background: #4a4c55;
                  border-radius: 100%;
                  position: absolute;
                  left: 0;
                  top: 8px; }

.all-partners {
  background-color: #f7f6f9; }
  .all-partners .part-row {
    grid-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(6, 1fr);
    display: grid; }
    .all-partners .part-row .part-col {
      text-align: center;
      border-radius: 10px;
      border: 1px solid #eadfff;
      background: #fff;
      padding: 17px 30px; }
      .all-partners .part-row .part-col .img-wrap {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .all-partners .part-row .part-col .img-wrap img {
          display: block; }
      .all-partners .part-row .part-col .star {
        background: url(../images/part-star.png) no-repeat center;
        width: 91px;
        margin: 0 auto;
        height: 16px;
        transition: all 0.3s ease-in-out;
        display: block; }

/*Video Popup Style from here*/
.blogvideo-popup {
  width: 100%; }

.blogvideo-popup .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.8); }

.blogvideo-popup .popup-wrapper .popWrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.blogvideo-popup .popup-wrapper .popWrap .popup-content {
  width: 70%;
  height: 90vh;
  box-shadow: 0px 10px 50px rgba(68, 97, 215, 0.1);
  background: #fff;
  padding: 0;
  text-align: center;
  position: relative; }

.blogvideo-popup .videoIframe {
  width: 100%;
  height: 100%;
  border: 0; }

.blogvideo-popup .closeicon, .blogvideo-popup .cl-iframe-closeicon {
  background: url(../images/cross-img.png) no-repeat;
  right: -34px;
  top: 3px;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-size: 25px;
  cursor: pointer;
  position: absolute; }

.ps-monthly .ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .max-price {
  display: none; }

.ws-pricing .price-contents .tab-contents .price-flex .price-column .price-box .card-plan .max-price {
  display: inline-block; }

.comparison-panel .comp-row .comp-tablerow tr td:nth-child(3) {
  display: none; }

.wsp-project .comparison-outer, .wsp-time .comparison-outer, .wsp-attendance .comparison-outer {
  display: none; }

.wsp-project .option-data, .wsp-time .option-data {
  display: none; }

.wsp-attendance .option-data .addons-row .addond-col:nth-child(2) {
  display: none; }

@media (max-width: 1420px) {
  .option-data .addons-row .addond-col .add-box .topDiv .tcon h4 {
    font-size: 18px; }

  .blogvideo-popup .popup-wrapper .popWrap .popup-content {
    width: 60%; } }
@media (max-width: 1280px) {
  .free-price .fdflex .colLeft {
    padding: 30px;
    min-height: 237px; }
    .free-price .fdflex .colLeft .pr-plan h3 {
      font-size: 18px; }
    .free-price .fdflex .colLeft .pr-plan .card-plan {
      font-size: 38px;
      margin: 0 0 15px; }
      .free-price .fdflex .colLeft .pr-plan .card-plan .prio {
        font-size: 12px; }
    .free-price .fdflex .colLeft .pr-plan .total {
      padding: 4px 8px;
      font-size: 12px;
      margin: 0 0 15px; }
    .free-price .fdflex .colLeft .pr-plan .b-anu {
      font-size: 12px;
      line-height: 18px; }
  .free-price .fdflex .colRit {
    padding: 30px 60px; }
    .free-price .fdflex .colRit .cont ul li {
      font-size: 15px;
      margin: 0 0 15px; }
    .free-price .fdflex .colRit .btn .price_btn {
      padding: 14px 20px;
      min-width: 250px;
      font-size: 16px;
      margin: 0 0 20px; }

  .comparison-outer .plan-btn {
    font-size: 16px;
    margin-bottom: 60px; }

  .option-data .addons-row .addond-col {
    padding: 0 10px;
    margin: 0 0 20px; }
    .option-data .addons-row .addond-col .add-box .topDiv .tcon h4 {
      font-size: 18px; }
    .option-data .addons-row .addond-col .add-box .topDiv .tcon .price {
      font-size: 15px; }
    .option-data .addons-row .addond-col .add-box .topDiv .tcon .unit {
      font-size: 12px; }
    .option-data .addons-row .addond-col .add-box .bottomDiv ul li {
      font-size: 15px;
      margin: 0 0 10px; }
      .option-data .addons-row .addond-col .add-box .bottomDiv ul li:before {
        background-size: 100%;
        top: 6px;
        width: 13px;
        height: 13px; }

  .all-partners .part-row {
    grid-template-columns: repeat(4, 1fr); }
    .all-partners .part-row .part-col {
      padding: 15px 20px; }

  .blogvideo-popup .popup-wrapper .popWrap .popup-content {
    width: 60%;
    height: 80%; } }
@media (max-width: 1024px) {
  .cmn-pricing .inner-wrap h1, .cmn-pricing .inner-wrap h2 {
    font-size: 30px;
    line-height: 40px; }

  .free-price .fdflex .colLeft {
    flex-basis: 30%;
    padding: 25px;
    min-height: 324px; }
  .free-price .fdflex .colRit {
    flex-basis: 70%;
    padding: 25px 40px; }
    .free-price .fdflex .colRit .cont ul li {
      font-size: 15px;
      margin: 0 0 15px;
      flex-basis: 100%; }
    .free-price .fdflex .colRit .btn .price_btn {
      padding: 14px 20px;
      min-width: 200px;
      font-size: 16px;
      margin: 0 0 20px; }

  .comparison-panel {
    padding-top: 0; }
    .comparison-panel .comp-table tr th {
      font-size: 12px; }
      .comparison-panel .comp-table tr th .button {
        padding: 11px 15px;
        font-size: 13px;
        min-width: auto; }
    .comparison-panel .comp-row {
      margin: 50px 0; }
      .comparison-panel .comp-row h4 {
        font-size: 22px;
        font-weight: 500;
        margin: 0 0 25px; }
      .comparison-panel .comp-row .comp-tablerow {
        table-layout: fixed;
        width: 100%;
        border-spacing: 0; }
        .comparison-panel .comp-row .comp-tablerow tr td {
          padding: 20px 12px;
          font-size: 14px;
          text-align: center; }
          .comparison-panel .comp-row .comp-tablerow tr td:first-child {
            padding: 20px 6px; }
          .comparison-panel .comp-row .comp-tablerow tr td:first-child {
            text-align: left;
            color: #4a4c55; }
          .comparison-panel .comp-row .comp-tablerow tr td .chkicon {
            background: url(../images/check-mark.svg) no-repeat;
            display: block;
            width: 21px;
            height: 20px;
            margin: 0 auto; }
        .comparison-panel .comp-row .comp-tablerow tr:nth-child(odd) td {
          background-color: #f8f5ff; }

  .comp-table-sticky.sticky {
    top: 68px; }

  .comp-table-sticky.sticky .comp-table {
    width: 90%; }

  .option-data .addons-row .addond-col {
    flex-basis: 33.33%;
    padding: 0 10px;
    margin: 0 0 20px; }
    .option-data .addons-row .addond-col .add-box .topDiv {
      flex-wrap: wrap; }
      .option-data .addons-row .addond-col .add-box .topDiv .icon {
        width: 100%; }
      .option-data .addons-row .addond-col .add-box .topDiv .tcon {
        width: 100%;
        text-align: center; }

  .blogvideo-popup .popup-wrapper .popWrap .popup-content {
    width: 90%;
    height: 80%;
    background: none;
    box-shadow: none; }

  .blogvideo-popup .closeicon, .blogvideo-popup .cl-iframe-closeicon {
    background-size: 20px; } }
@media (max-width: 767px) {
  .cmn-pricing.no-af-bg {
    padding: 60px 0 30px; }

  .free-price .fdflex {
    flex-wrap: wrap; }
    .free-price .fdflex .colLeft {
      flex-basis: 100%;
      padding: 20px;
      min-height: initial; }
      .free-price .fdflex .colLeft .pr-plan .card-plan {
        font-size: 35px; }
    .free-price .fdflex .colRit {
      flex-basis: 100%;
      flex-wrap: wrap;
      padding: 20px; }
      .free-price .fdflex .colRit .cont {
        flex-basis: 100%; }
        .free-price .fdflex .colRit .cont ul li {
          font-size: 15px;
          margin: 0 0 15px;
          flex-basis: 100%; }
      .free-price .fdflex .colRit .btn {
        margin: 20px 0 0;
        width: 100%;
        text-align: center; }
        .free-price .fdflex .colRit .btn .price_btn {
          padding: 12px 20px;
          min-width: 250px;
          font-size: 14px;
          margin: 0; }

  .comparison-outer,
  .comparison-panel {
    display: none; }

  .option-data .addons-row .addond-col {
    flex-basis: 100%;
    min-height: initial; }

  .all-partners {
    padding-bottom: 80px; }
    .all-partners .part-row {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 4px; }
      .all-partners .part-row .part-col {
        padding: 10px 10px; }
        .all-partners .part-row .part-col .star {
          background-size: 100%;
          width: 80px; }

  .blogvideo-popup .closeicon, .blogvideo-popup .cl-iframe-closeicon {
    right: 0;
    top: -32px; } }
@media (max-width: 479px) {
  .blogvideo-popup .popup-wrapper .popWrap .popup-content {
    height: 400px;
    box-shadow: none;
    background: transparent; } }
.step-section .step-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0; }
  .step-section .step-row .step-left {
    width: 50%; }
  .step-section .step-row .step-content {
    width: 45%;
    counter-reset: hsds-ordered-list; }
    .step-section .step-row .step-content .row {
      padding-bottom: 40px;
      padding-left: 40px;
      padding-top: 0;
      position: relative;
      border-left: 1px solid rgba(37, 48, 83, 0.3); }
      .step-section .step-row .step-content .row h5 {
        margin: 0; }
      .step-section .step-row .step-content .row h3 {
        text-transform: capitalize; }
      .step-section .step-row .step-content .row ul {
        margin: 15px 0 0;
        padding: 0; }
        .step-section .step-row .step-content .row ul li {
          color: #5e6373;
          padding-left: 30px;
          position: relative; }
          .step-section .step-row .step-content .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; }
      .step-section .step-row .step-content .row:before {
        font-size: 16px;
        text-align: center;
        color: #5D2BFF;
        content: counter(hsds-ordered-list);
        counter-increment: hsds-ordered-list;
        display: block;
        font-weight: 500;
        position: absolute;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 100%;
        left: -16px;
        top: 0;
        border: 1px solid #cac9cc;
        background: #fff; }
      .step-section .step-row .step-content .row:last-child {
        border-left: 0;
        padding-bottom: 0; }
    .step-section .step-row .step-content a {
      color: #5D2BFF; }
      .step-section .step-row .step-content a:hover {
        text-decoration: underline;
        color: #05164d; }

/*Media Query Start From Here*/
@media (max-width: 767px) {
  .step-section .step-row .step-left {
    width: 100%;
    text-align: center; }
    .step-section .step-row .step-left img {
      margin: 0 auto; }
  .step-section .step-row .step-content {
    width: 100%;
    margin: 30px 0 0; }
    .step-section .step-row .step-content .row {
      padding-bottom: 30px;
      padding-left: 30px; }
      .step-section .step-row .step-content .row:before {
        width: 30px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        left: -13px; }
    .step-section .step-row .step-content a {
      color: #5D2BFF; }
      .step-section .step-row .step-content a:hover {
        text-decoration: underline;
        color: #05164d; } }
/*Media Query Ends Here*/
.faqsRow .flex_row .column {
  width: 100%;
  margin: 0; }
  .faqsRow .flex_row .column .faq-accordion-item-outer {
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 30px 40px 30px 0;
    position: relative;
    border-top: 1px solid rgba(103, 84, 226, 0.15); }
    .faqsRow .flex_row .column .faq-accordion-item-outer:first-child {
      margin: 0; }
    .faqsRow .flex_row .column .faq-accordion-item-outer h3 {
      position: relative;
      cursor: pointer;
      padding-right: 30px;
      display: block;
      margin-bottom: 0;
      margin-top: 0;
      color: #110302; }
      .faqsRow .flex_row .column .faq-accordion-item-outer h3::before {
        content: "";
        display: inline-block;
        background: url(../images/plus.svg) no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: 3px; }
    .faqsRow .flex_row .column .faq-accordion-item-outer .faq-accordion-content {
      display: none;
      padding-right: 30px; }
      .faqsRow .flex_row .column .faq-accordion-item-outer .faq-accordion-content p {
        margin: 20px 0 0; }
      .faqsRow .flex_row .column .faq-accordion-item-outer .faq-accordion-content ul,
      .faqsRow .flex_row .column .faq-accordion-item-outer .faq-accordion-content ol {
        padding: 0;
        margin: 20px 0 0; }
        .faqsRow .flex_row .column .faq-accordion-item-outer .faq-accordion-content ul li,
        .faqsRow .flex_row .column .faq-accordion-item-outer .faq-accordion-content ol li {
          font-weight: 500;
          margin: 0 0 15px;
          padding-left: 32px;
          position: relative; }
          .faqsRow .flex_row .column .faq-accordion-item-outer .faq-accordion-content ul li:before,
          .faqsRow .flex_row .column .faq-accordion-item-outer .faq-accordion-content ol li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            background: url(../images/listing.svg) no-repeat;
            width: 22px;
            height: 22px;
            background-size: 100%; }
    .faqsRow .flex_row .column .faq-accordion-item-outer.open .faq-accordion-content {
      display: block; }
    .faqsRow .flex_row .column .faq-accordion-item-outer.open h3 {
      position: relative; }
      .faqsRow .flex_row .column .faq-accordion-item-outer.open h3::before {
        background: url(../images/minus.svg) no-repeat; }

/*Media Query Start From Here*/
@media (max-width: 767px) {
  .faqsRow .flex_row .column .faq-accordion-item-outer {
    padding: 20px 0 20px 0; }
    .faqsRow .flex_row .column .faq-accordion-item-outer h3 {
      line-height: 24px;
      padding-right: 25px;
      font-size: 17px; }
      .faqsRow .flex_row .column .faq-accordion-item-outer h3:before {
        width: 15px;
        height: 15px;
        background-size: 100%;
        top: 5px; }
    .faqsRow .flex_row .column .faq-accordion-item-outer.open .faq-accordion-content {
      padding-right: 0; }
      .faqsRow .flex_row .column .faq-accordion-item-outer.open .faq-accordion-content p {
        margin: 15px 0 0; }
      .faqsRow .flex_row .column .faq-accordion-item-outer.open .faq-accordion-content ul li {
        padding-left: 25px; }
        .faqsRow .flex_row .column .faq-accordion-item-outer.open .faq-accordion-content ul li:before {
          width: 18px;
          height: 18px; } }
.useful-resources-blog-section .flex_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px; }
  .useful-resources-blog-section .flex_row .blog-box .blog-link {
    background: #fff;
    color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: block;
    height: 100%; }
    .useful-resources-blog-section .flex_row .blog-box .blog-link .thumb {
      transition: all 0.3s ease-in-out;
      display: block;
      overflow: hidden; }
      .useful-resources-blog-section .flex_row .blog-box .blog-link .thumb img {
        transition: all .3s ease-in-out;
        width: 100%;
        height: 220px;
        object-fit: cover; }
      .useful-resources-blog-section .flex_row .blog-box .blog-link .thumb:hover img {
        transform: scale(1.2); }
    .useful-resources-blog-section .flex_row .blog-box .blog-link .blog-title {
      padding: 20px; }
      .useful-resources-blog-section .flex_row .blog-box .blog-link .blog-title h3 {
        font-size: 20px;
        min-height: 83px; }
      .useful-resources-blog-section .flex_row .blog-box .blog-link .blog-title .is-arrow {
        margin: 10px 0 0; }
    .useful-resources-blog-section .flex_row .blog-box .blog-link:hover .blog-title h3 {
      color: #5D2BFF; }

/*Media Query Start From Here*/
@media (max-width: 767px) {
  .useful-resources-blog-section .flex_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px; }
    .useful-resources-blog-section .flex_row .blog-box .blog-link .thumb img {
      height: 200px; }
    .useful-resources-blog-section .flex_row .blog-box .blog-link .blog-title {
      padding: 15px; }
      .useful-resources-blog-section .flex_row .blog-box .blog-link .blog-title h3 {
        font-size: 18px;
        line-height: 28px;
        min-height: initial; } }
.userguide .buyers-guide-section .buyers-guide {
  overflow: hidden;
  position: relative;
  flex-wrap: wrap; }
  .userguide .buyers-guide-section .buyers-guide .buyers-guide-question {
    float: left;
    margin-right: 50px;
    width: 340px;
    background-color: #fff;
    margin-top: 0; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-question .question-list {
      padding: 0;
      overflow: auto;
      border-right: 1px solid #ededed; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-question .question-list li {
        position: relative; }
        .userguide .buyers-guide-section .buyers-guide .buyers-guide-question .question-list li a {
          color: #2d2d2d;
          font-weight: 500;
          text-decoration: none;
          padding: 10px;
          display: block; }
          .userguide .buyers-guide-section .buyers-guide .buyers-guide-question .question-list li a.active {
            background: #f5f3fe; }
            .userguide .buyers-guide-section .buyers-guide .buyers-guide-question .question-list li a.active:after {
              content: "";
              width: 5px;
              height: 100%;
              background: #5D2BFF;
              border-radius: 100px;
              position: absolute;
              top: 0;
              right: 0; }
          .userguide .buyers-guide-section .buyers-guide .buyers-guide-question .question-list li a.hover {
            background: #f5f3fe; }
  .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part {
    width: calc(100% - 390px);
    float: right; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer {
      border-bottom: 1px solid #ededed;
      padding: 0 0 20px;
      margin-top: -50px; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer h3 {
        margin-bottom: 0;
        padding-top: 80px;
        padding-bottom: 20px; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer .alignleft {
        margin: 0px 40px 40px 0; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer .alignright {
        margin: 0px 40px 40px 0; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer img {
        margin: 40px 0; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer:last-child {
        border-bottom: none;
        margin-bottom: 0; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part ul.listype strong {
      color: #5e6373;
      font-weight: 600; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part ul.listype strong li {
        margin: 0 0 18px; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part p strong {
      color: #5e6373;
      font-weight: 600; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .guide-answer h3 {
      padding: 10px 0 12px;
      margin: 0 !important; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .guide-answer h4 {
      padding: 0 0 5px;
      line-height: 26px;
      margin: 0 !important; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .guide-answer ul {
      padding-left: 20px;
      margin-top: 0;
      margin-bottom: 20px; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .guide-answer ul li {
        list-style: disc !important;
        color: #5e6373;
        margin: 0 0 5px; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .guide-answer ol {
      padding-left: 0; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .guide-answer strong {
      color: #333333; }
.userguide .buyers-guide-question.sticky {
  position: fixed;
  top: 80px; }
.userguide .buyers-guide-question.sticky.btomfixed {
  bottom: 100px;
  top: auto;
  position: absolute; }
.userguide .company-listing .pagination-block,
.userguide .software-listing .pagination-block {
  padding: 5px 0 15px; }
.userguide .buyers-guide-answer a {
  color: #5D2BFF; }
.userguide .guide-answer a:hover {
  color: #2d2d2d; }

@media (max-width: 979px) {
  .userguide .buyers-guide-section .buyers-guide {
    flex-wrap: wrap; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-question {
      width: 100%;
      margin-right: 0; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-question .question-list {
        border: 1px solid #ededed; }
    .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part {
      width: 100%;
      float: right; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer {
        padding: 0 0 15px;
        margin-top: 0; }
        .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer h3 {
          padding-top: 30px;
          padding-bottom: 20px; }
        .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer .alignleft {
          margin: 0px 20px 20px 0; }
        .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer .alignright {
          margin: 0px 20px 20px 0; }
        .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part .buyers-guide-answer img {
          margin: 25px 0; }
      .userguide .buyers-guide-section .buyers-guide .buyers-guide-answer-part ul.listype strong li {
        margin: 0 0 15px; } }
.glider {
  margin: 0 auto;
  position: relative;
  transform: translateZ(0);
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  .glider::-webkit-scrollbar {
    opacity: 0;
    height: 0; }
  .glider::-moz-scrollbar {
    opacity: 0;
    height: 0; }

.glider-contain {
  margin: 0 auto;
  position: relative;
  width: 100%; }

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1; }

.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px; }
  .glider-dot:focus {
    background: #ddd; }
  .glider-dot:hover {
    background: #ddd; }

.glider-next {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 30px;
  text-decoration: none;
  left: -10px;
  top: 35%;
  cursor: pointer;
  color: #212121;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  right: -10px;
  left: auto;
  background: url(../images/button-icons-sprite.png) -53px -80px no-repeat;
  width: 10px;
  height: 20px; }

.glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 30px;
  text-decoration: none;
  left: -10px;
  top: 35%;
  cursor: pointer;
  color: #212121;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  background: url(../images/button-icons-sprite.png) -53px -80px no-repeat;
  width: 10px;
  height: 20px;
  transform: rotate(180deg); }

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab; }
  .glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none;
    width: 100%; }

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px; }
  .glider-slide img {
    max-width: 100%; }

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .2;
  cursor: default; }

.glider-hide {
  opacity: 0; }

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0; }

.glider-dot.active {
  background: #a89cc8; }

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }
.testimonial-section .testimonial-slider {
  position: relative;
  width: 52%; }
  .testimonial-section .testimonial-slider::-webkit-scrollbar {
    height: 8px; }
  .testimonial-section .testimonial-slider::-webkit-scrollbar-thumb {
    background: #bfb5ff;
    border-radius: 10px; }
  .testimonial-section .testimonial-slider::-webkit-scrollbar-track {
    background: transparent; }
  .testimonial-section .testimonial-slider .content-box {
    margin-top: 80px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    text-align: center; }
    .testimonial-section .testimonial-slider .content-box .inner-box {
      text-align: center;
      width: 100%;
      position: relative; }
      .testimonial-section .testimonial-slider .content-box .inner-box p {
        font-size: 20px;
        line-height: 34px;
        color: rgba(17, 3, 2, 0.9); }
      .testimonial-section .testimonial-slider .content-box .inner-box img {
        width: 77px;
        height: 77px;
        display: block;
        border-radius: 100%;
        object-fit: cover;
        margin: 0 auto 20px; }
      .testimonial-section .testimonial-slider .content-box .inner-box h5 {
        font-size: 20px;
        color: rgba(17, 3, 2, 0.9);
        font-weight: 500;
        margin: 0; }
      .testimonial-section .testimonial-slider .content-box .inner-box .designtn {
        font-size: 14px;
        color: #5e6373;
        font-weight: 500; }
      .testimonial-section .testimonial-slider .content-box .inner-box:before {
        content: "";
        background: url(../images/dble-quote.png) 0 0 no-repeat;
        background-size: 100%;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        left: 0; }
  .testimonial-section .testimonial-slider .test-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .testimonial-section .testimonial-slider .test-button .glider-dots {
      align-items: center; }
      .testimonial-section .testimonial-slider .test-button .glider-dots .glider-dot {
        display: inline-block;
        background: #bfb5ff;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 2px; }
        .testimonial-section .testimonial-slider .test-button .glider-dots .glider-dot.active {
          background: #5D2BFF;
          width: 16px;
          height: 16px; }
    .testimonial-section .testimonial-slider .test-button .test-prev,
    .testimonial-section .testimonial-slider .test-button .test-next {
      background: #fff url(../images/testarrow.svg) 0 0 no-repeat;
      background-size: 100%;
      width: 28px;
      height: 19px;
      border-radius: 0;
      z-index: 9;
      opacity: 1;
      background-position: center;
      top: auto;
      left: 0;
      transform: rotate(0);
      font-size: 0;
      cursor: pointer;
      position: absolute;
      border: 0;
      background-color: transparent; }
      .testimonial-section .testimonial-slider .test-button .test-prev.test-next,
      .testimonial-section .testimonial-slider .test-button .test-next.test-next {
        left: auto;
        right: 0;
        transform: rotate(180deg); }
    .testimonial-section .testimonial-slider .test-button .test-prev.disabled {
      cursor: auto; }

/*Media Query Start From Here*/
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider {
    position: relative;
    width: 100%; }
    .testimonial-section .testimonial-slider .content-box {
      margin-top: 50px; }
      .testimonial-section .testimonial-slider .content-box .inner-box p {
        font-size: 18px;
        line-height: 30px; }
      .testimonial-section .testimonial-slider .content-box .inner-box h5 {
        font-size: 18px; }
    .testimonial-section .testimonial-slider .test-button {
      width: 100%; } }
/*Media Query Ends Here*/
.top-rated {
  position: relative; }
  .top-rated .top-section h2 strong {
    color: #5D2BFF; }
  .top-rated .award-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    .top-rated .award-grid .award-column {
      background: #fff; }
      .top-rated .award-grid .award-column .rate-desp {
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex-wrap: wrap; }
        .top-rated .award-grid .award-column .rate-desp .rate-box {
          box-shadow: 0px 4px 44px 0px rgba(4, 26, 51, 0.09);
          padding: 30px;
          border: 0.4px solid rgba(114, 92, 249, 0.19);
          border-radius: 10px; }
          .top-rated .award-grid .award-column .rate-desp .rate-box img {
            margin: 0 0 10px;
            display: block; }
          .top-rated .award-grid .award-column .rate-desp .rate-box p {
            color: #110302e5;
            opacity: 0.9; }
          .top-rated .award-grid .award-column .rate-desp .rate-box .is-arrow {
            margin: 30px 0 0; }
      .top-rated .award-grid .award-column .award-logo {
        box-shadow: 0px 4px 44px 0px rgba(4, 26, 51, 0.09);
        padding: 30px;
        border: 0.4px solid rgba(114, 92, 249, 0.19);
        border-radius: 10px;
        text-align: center; }
        .top-rated .award-grid .award-column .award-logo h3 {
          line-height: 40px; }
          .top-rated .award-grid .award-column .award-logo h3 strong {
            color: #5D2BFF; }
        .top-rated .award-grid .award-column .award-logo .award-row {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: wrap;
          gap: 12px;
          margin: 30px 0 0; }
          .top-rated .award-grid .award-column .award-logo .award-row .award-col {
            text-align: center;
            flex-basis: 30%;
            border-radius: 10px;
            border: 1px solid #ede4ff;
            background: #fff;
            padding: 11px 25px; }
            .top-rated .award-grid .award-column .award-logo .award-row .award-col .img-wrap {
              height: 25px;
              display: flex;
              align-items: center;
              justify-content: center; }
              .top-rated .award-grid .award-column .award-logo .award-row .award-col .img-wrap img {
                display: block;
                margin: 0 0 12px; }
            .top-rated .award-grid .award-column .award-logo .award-row .award-col .star {
              background: url(../images/star-top.svg) no-repeat center;
              width: 91px;
              margin: 0 auto;
              height: 16px;
              transition: all 0.3s ease-in-out;
              display: block; }
            .top-rated .award-grid .award-column .award-logo .award-row .award-col:hover {
              border: 2px solid #5D2BFF; }
        .top-rated .award-grid .award-column .award-logo .is-arrow {
          text-align: center; }

/*Media Query Start From Here*/
@media (max-width: 1024px) {
  .top-rated .award-grid .award-column .rate-desp .rate-box {
    padding: 34px 20px; }
  .top-rated .award-grid .award-column .award-logo {
    padding: 20px; }
    .top-rated .award-grid .award-column .award-logo .award-row {
      justify-content: center;
      gap: 15px; }
      .top-rated .award-grid .award-column .award-logo .award-row .award-col {
        flex-basis: 45%; }
        .top-rated .award-grid .award-column .award-logo .award-row .award-col .star {
          width: 70px;
          background-size: contain; }
    .top-rated .award-grid .award-column .award-logo .is-arrow {
      display: none; } }
@media (max-width: 767px) {
  .top-rated .award-grid {
    grid-template-columns: repeat(1, 1fr); }
    .top-rated .award-grid .award-column {
      min-height: initial; }
      .top-rated .award-grid .award-column .rate-desp .rate-box {
        padding: 20px; }
        .top-rated .award-grid .award-column .rate-desp .rate-box img {
          margin: 0 0 10px;
          display: block; }
        .top-rated .award-grid .award-column .rate-desp .rate-box .is-arrow {
          margin: 20px 0 0; }
      .top-rated .award-grid .award-column .award-logo {
        padding: 20px;
        text-align: center; }
        .top-rated .award-grid .award-column .award-logo h3 {
          line-height: 33px; }
        .top-rated .award-grid .award-column .award-logo .award-row {
          gap: 13px;
          margin: 25px 0 0; }
          .top-rated .award-grid .award-column .award-logo .award-row .award-col {
            padding: 15px; }
            .top-rated .award-grid .award-column .award-logo .award-row .award-col .img-wrap img {
              margin: 0 0 10px; } }
@media (max-width: 479px) {
  .top-rated .award-grid .award-column .award-logo .award-row {
    justify-content: center;
    gap: 15px; }
    .top-rated .award-grid .award-column .award-logo .award-row .award-col {
      flex-basis: 46%; }
      .top-rated .award-grid .award-column .award-logo .award-row .award-col .star {
        width: 70px;
        background-size: contain; }
  .top-rated .award-grid .award-column .award-logo .is-arrow {
    display: none; } }
/*Media Query Ends Here*/
.start-journey {
  background: linear-gradient(180deg, #5D2BFF 0%, #251686 100%);
  position: relative; }
  .start-journey .ws-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9; }
    .start-journey .ws-flex .jour-col {
      flex-basis: 100%;
      text-align: center; }
      .start-journey .ws-flex .jour-col .top-section {
        margin: 0 !important;
        padding: 0 !important; }
        .start-journey .ws-flex .jour-col .top-section h2 span {
          display: inline-flex;
          position: relative; }
          .start-journey .ws-flex .jour-col .top-section h2 span:after {
            content: "";
            position: absolute;
            left: 20px;
            bottom: -20px;
            width: 263px;
            height: 11px;
            background-size: 100%;
            background: url(../images/shape-green.svg) no-repeat; }
      .start-journey .ws-flex .jour-col .actionBtn {
        margin: 40px 0 0;
        justify-content: center;
        display: flex; }
        @media screen and (max-width: 575px) {
          .start-journey .ws-flex .jour-col .actionBtn {
            flex-wrap: wrap;
            margin: 30px 0 0;
            align-items: flex-start; } }
        .start-journey .ws-flex .jour-col .actionBtn div {
          margin: 0 23px 0 0; }
          @media screen and (max-width: 1024px) {
            .start-journey .ws-flex .jour-col .actionBtn div {
              margin: 0 10px; } }
          @media screen and (max-width: 575px) {
            .start-journey .ws-flex .jour-col .actionBtn div {
              margin: 0 auto 5px;
              width: 48%; } }
          .start-journey .ws-flex .jour-col .actionBtn div:last-child {
            margin: 0; }
        .start-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) {
            .start-journey .ws-flex .jour-col .actionBtn a {
              margin: 0 0 10px 0; } }
        .start-journey .ws-flex .jour-col .actionBtn a.primary_btn1 {
          background: #fff;
          color: #171227;
          border: 1px solid #ffffff;
          padding: 14px 30px;
          position: relative; }
          .start-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;
            background: url(../images/button-arw.png) no-repeat; }
            @media screen and (max-width: 575px) {
              .start-journey .ws-flex .jour-col .actionBtn a.primary_btn1:after {
                margin-left: 5px; } }
          .start-journey .ws-flex .jour-col .actionBtn a.primary_btn1:hover {
            background: #051441;
            color: #fff;
            border-color: #051441; }
            .start-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) {
            .start-journey .ws-flex .jour-col .actionBtn a.primary_btn1 {
              padding: 6px 10px;
              font-size: 12px; } }
        .start-journey .ws-flex .jour-col .actionBtn a.primary_btn2 {
          border: 1px solid #ffffff;
          cursor: pointer;
          color: #fff;
          padding: 14px 30px; }
          .start-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; }
            @media screen and (max-width: 575px) {
              .start-journey .ws-flex .jour-col .actionBtn a.primary_btn2:after {
                margin-left: 5px; } }
          .start-journey .ws-flex .jour-col .actionBtn a.primary_btn2:hover {
            background: #051441;
            color: #fff;
            border-color: #051441; }
          @media screen and (max-width: 575px) {
            .start-journey .ws-flex .jour-col .actionBtn a.primary_btn2 {
              padding: 6px 10px;
              font-size: 12px; } }
        .start-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) {
            .start-journey .ws-flex .jour-col .actionBtn small {
              font-size: 11px;
              line-height: 14px; }
              .start-journey .ws-flex .jour-col .actionBtn small br {
                display: none; } }
          @media screen and (max-width: 575px) {
            .start-journey .ws-flex .jour-col .actionBtn small {
              text-align: center;
              padding: 0 10px; } }

.bg-blue .top-section h2, .bg-blue .top-section p {
  color: #fff; }

@media (max-width: 979px) {
  .start-journey .ws-flex {
    flex-wrap: wrap; }
    .start-journey .ws-flex .jour-col {
      flex-basis: 100%;
      text-align: center; } }
@media (max-width: 479px) {
  .start-journey .ws-flex .jour-col .top-section h2 span img {
    width: 165px;
    height: 20px; }
  .start-journey .ws-flex .jour-col .top-section h2 span:after {
    bottom: -14px;
    width: 120px;
    height: 11px; }

  .start-journey .ws-flex .jour-col .actionBtn a {
    min-width: auto; } }
.sealed-security {
  background: #faf8fe; }
  .sealed-security .solution-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Explicitly set 3 columns */
    gap: 20px; }
    .sealed-security .solution-grid .solution-card {
      padding: 25px;
      border-radius: 15px;
      border: 1px solid #6754E226;
      transition: all 0.3s ease-in-out;
      color: #5e6373;
      transition: transform 0.3s ease; }
      .sealed-security .solution-grid .solution-card img {
        margin: 0 0 10px;
        display: block; }
      .sealed-security .solution-grid .solution-card h3 {
        color: #110302;
        letter-spacing: 1.4px;
        font-size: 14px;
        margin: 0 0 5px; }
      .sealed-security .solution-grid .solution-card ul {
        margin: 20px 0 0; }
        .sealed-security .solution-grid .solution-card ul li {
          font-weight: 500;
          margin: 0 0 15px;
          padding-left: 32px;
          position: relative; }
          .sealed-security .solution-grid .solution-card ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            background: url(../images/listing.svg) no-repeat;
            width: 22px;
            height: 22px;
            background-size: 100%; }

/*Media Query Start From Here*/
@media (max-width: 979px) {
  .sealed-security .solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; } }
@media (max-width: 767px) {
  .sealed-security .solution-grid {
    grid-template-columns: repeat(1, 1fr); } }
.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; }
    .footer .footer-middle .flex-5 {
      flex-basis: auto;
      padding-right: 40px;
      display: flex;
      flex-direction: column;
      min-height: 470px; }
      .footer .footer-middle .flex-5:last-child {
        padding-right: 0; }
    .footer .footer-middle h4 {
      font-size: 18px;
      margin: 0 0 5px;
      color: #ffffff;
      font-weight: 500;
      letter-spacing: 0.5px; }
    .footer .footer-middle ul {
      margin: 0;
      padding: 2px 0 0 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;
          opacity: 0.8; }
          .footer .footer-middle ul li a:hover {
            opacity: 1; }
      .footer .footer-middle ul.info {
        margin: 20px 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-middle ul.spc {
        margin: 0 0 20px; }
    .footer .footer-middle .social-box {
      margin: 90px 0 0; }
      .footer .footer-middle .social-box h3 {
        font-size: 15px;
        line-height: 24px;
        color: #b9b9b9;
        font-weight: 400;
        margin: 0 0 10px; }
      .footer .footer-middle .social-box .dis-flex a {
        margin-right: 10px; }
        .footer .footer-middle .social-box .dis-flex a:hover {
          opacity: 0.6; }
      .footer .footer-middle .social-box.social-m {
        margin: 75px 0 0; }
  .footer .footer-bottom {
    padding: 40px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    justify-content: space-between;
    gap: 20px;
    align-items: center; }
    .footer .footer-bottom .flex-3 {
      flex-basis: 30%;
      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 {
      flex-basis: auto; }
      .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 img {
            filter: grayscale(1); }
          .footer .footer-bottom .logo-box .dis-flex a:hover img {
            filter: grayscale(0); }
    .footer .footer-bottom .copyright {
      flex-basis: auto; }
    .footer .footer-bottom .seals {
      flex-basis: auto;
      display: flex;
      align-items: center; }
      .footer .footer-bottom .seals a {
        display: inline-block;
        margin: 0 5px;
        cursor: default; }
  .footer .footer-copyright {
    background: #020c2f;
    margin: 40px 0 0;
    text-align: center;
    padding: 10px 0; }
    .footer .footer-copyright .cop {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12px;
      color: #fff;
      line-height: 1; }
      .footer .footer-copyright .cop .copy-left {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-basis: 60%; }
        .footer .footer-copyright .cop .copy-left p {
          margin: 0;
          font-size: 12px;
          color: #fff;
          font-weight: 400; }
        .footer .footer-copyright .cop .copy-left ul {
          display: flex;
          padding: 0;
          margin: 0; }
          .footer .footer-copyright .cop .copy-left ul li.hide {
            margin: 0 10px; }
          .footer .footer-copyright .cop .copy-left ul li a {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            text-decoration: underline; }
            .footer .footer-copyright .cop .copy-left ul li a:hover {
              text-decoration: none;
              opacity: 0.8; }
      .footer .footer-copyright .cop .footer-rating {
        color: #b9b9b9;
        font-size: 14px;
        display: flex;
        gap: 15px;
        flex-basis: 40%;
        justify-content: flex-end;
        align-items: center; }
        .footer .footer-copyright .cop .footer-rating .star-outer {
          min-width: 115px; }
        .footer .footer-copyright .cop .footer-rating .star-outer a {
          font-size: 14px;
          color: #b9b9b9;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
        .footer .footer-copyright .cop .footer-rating .star-inner {
          display: block;
          margin: 0 0 10px; }
        .footer .footer-copyright .cop .footer-rating a:hover {
          color: #fff;
          opacity: 0.8; }
        .footer .footer-copyright .cop .footer-rating .star-icon {
          background: url(../footer-images/footer-icons.png) 0 0 no-repeat;
          width: 18px;
          height: 15px;
          display: inline-block; }
        .footer .footer-copyright .cop .footer-rating .rate-us {
          border: 1px solid #ffb81d;
          border-radius: 6px;
          padding: 12px 20px;
          display: inline-block;
          color: #ffb81d;
          min-width: 124px;
          margin-right: 15px;
          transition: all 0.3s ease-in-out; }

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .footer .footer-middle .flex-5 {
    padding-right: 25px; }
  .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: 14px; }
  .footer .footer-bottom .footer-rating {
    font-size: 14px; }
  .footer .footer-copyright .cop .footer-rating .rate-us {
    padding: 12px 10px;
    min-width: 110px; } }
@media (max-width: 1280px) {
  .footer .footer-bottom .logo-box {
    flex-basis: 34%; } }
@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);
      min-height: initial;
      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-middle .social-box {
      margin: 40px 0 0; }
      .footer .footer-middle .social-box.social-m {
        margin: 40px 0 0; }
  .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: 100%;
      text-align: center; }
    .footer .footer-bottom .logo-box,
    .footer .footer-bottom .copyright {
      flex-basis: 100%;
      text-align: center; }
      .footer .footer-bottom .logo-box .dis-flex,
      .footer .footer-bottom .copyright .dis-flex {
        gap: 10px;
        justify-content: center; }
    .footer .footer-bottom .copyright {
      margin: 20px 0 0; }
    .footer .footer-bottom .seals {
      flex-basis: 100%;
      justify-content: center;
      margin: 20px 0; }
  .footer .footer-copyright {
    padding: 20px 0; }
    .footer .footer-copyright .cop {
      flex-wrap: wrap; }
      .footer .footer-copyright .cop .copy-left {
        flex-basis: 100%;
        justify-content: center;
        gap: 10px; }
        .footer .footer-copyright .cop .copy-left ul {
          flex-wrap: wrap; }
          .footer .footer-copyright .cop .copy-left ul li:first-child {
            display: none; }
      .footer .footer-copyright .cop .footer-rating {
        flex-basis: 100%;
        font-size: 13px;
        flex-wrap: wrap;
        justify-content: 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: 15px;
      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: 52%; }
      .footer .footer-middle .flex-5:last-child {
        flex-basis: 100%;
        flex-basis: 100%;
        display: flex;
        flex-direction: row; }
        .footer .footer-middle .flex-5:last-child div {
          flex-basis: 50%; }
    .footer .footer-middle ul li {
      margin: 8px 0 0;
      font-size: 13px;
      line-height: 24px; }
    .footer .footer-middle ul.info li a:before {
      top: 5px; }
    .footer .footer-middle .social-box {
      margin: 25px 0 0; }
      .footer .footer-middle .social-box .dis-flex a {
        margin-right: 5px; }
        .footer .footer-middle .social-box .dis-flex a img {
          width: 25px;
          height: 25px; }
      .footer .footer-middle .social-box.social-m {
        margin: 25px 0 0; }
  .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 .footer-rating {
      margin: 20px 0 0;
      font-size: 11px;
      line-height: 1.4; }
      .footer .footer-bottom .footer-rating .rate-us {
        padding: 5px 10px; }
      .footer .footer-bottom .footer-rating .client-outer {
        margin: 20px 0;
        display: block; }
    .footer .footer-bottom h3 {
      font-weight: 500; } }
/*Media Query Ends Here*/
.header-two {
  background: transparent; }

/*banner scetion */
.banner-section {
  width: 100%;
  padding: 120px 0 260px;
  background: #5D2BFF;
  position: relative;
  overflow: hidden; }
  .banner-section:after {
    content: "";
    width: 100%;
    background: url(../images/ftbtm-shape.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: -170px;
    height: 270px;
    background-size: 100% 100%; }
    @media screen and (max-width: 575px) {
      .banner-section:after {
        display: none; } }
  .banner-section:before {
    content: "";
    position: absolute;
    width: 347px;
    height: 870px;
    bottom: 0;
    background: url(../images/shapeft1.webp) no-repeat;
    left: 0;
    background-size: 100%; }
    @media screen and (max-width: 575px) {
      .banner-section:before {
        display: none; } }
  .banner-section .container {
    position: initial;
    position: relative; }
  .banner-section .home-section {
    position: relative; }
    .banner-section .home-section .flex_row {
      align-items: flex-start; }
      .banner-section .home-section .flex_row .column-content {
        color: #fff;
        width: 50%;
        position: relative;
        margin-top: 30px; }
        .banner-section .home-section .flex_row .column-content h4 {
          font-size: 25px;
          background: #d3ccfd;
          padding: 10px 20px;
          color: #5624f6;
          max-width: 360px;
          text-align: center;
          display: block;
          line-height: 1.2;
          margin: 0 0 20px; }
        .banner-section .home-section .flex_row .column-content h1 {
          color: #fff;
          margin: 0 0 20px;
          font-size: 60px;
          line-height: 80px; }
        .banner-section .home-section .flex_row .column-content p {
          color: #fff;
          font-size: 18px;
          line-height: 29px;
          margin: 0 0 30px;
          font-weight: 500; }
          .banner-section .home-section .flex_row .column-content p a {
            color: #fff;
            text-decoration: underline; }
            .banner-section .home-section .flex_row .column-content p a:hover {
              text-decoration: none; }
        .banner-section .home-section .flex_row .column-content ul {
          padding: 0; }
          .banner-section .home-section .flex_row .column-content ul li {
            color: #fff;
            font-size: 18px;
            line-height: 29px;
            padding-left: 30px;
            position: relative;
            margin: 0 0 12px; }
            .banner-section .home-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 .home-section .flex_row .column-content ul li:after {
                  background-size: 100%;
                  width: 14px;
                  height: 14px; } }
        .banner-section .home-section .flex_row .column-content .actionBtn {
          margin: 40px 0 30px;
          display: flex;
          align-items: center;
          text-align: center; }
          @media screen and (max-width: 575px) {
            .banner-section .home-section .flex_row .column-content .actionBtn {
              flex-wrap: wrap;
              margin-top: 30px 0;
              align-items: flex-start; } }
          .banner-section .home-section .flex_row .column-content .actionBtn div {
            margin: 0 23px 0 0; }
            @media screen and (max-width: 1024px) {
              .banner-section .home-section .flex_row .column-content .actionBtn div {
                margin: 0 10px; } }
            @media screen and (max-width: 575px) {
              .banner-section .home-section .flex_row .column-content .actionBtn div {
                margin: 0 auto 15px;
                width: 48%; } }
            .banner-section .home-section .flex_row .column-content .actionBtn div:last-child {
              margin: 0; }
          .banner-section .home-section .flex_row .column-content .actionBtn a {
            min-width: 210px;
            display: block !important;
            margin: 0 0 8px 0;
            border-radius: 30px;
            font-weight: 500; }
            @media screen and (max-width: 1024px) {
              .banner-section .home-section .flex_row .column-content .actionBtn a {
                margin: 0 0 10px 0; } }
          .banner-section .home-section .flex_row .column-content .actionBtn a.primary_btn1 {
            background: #fff;
            color: #171227;
            border: 1px solid #ffffff;
            padding: 14px 30px;
            position: relative; }
            .banner-section .home-section .flex_row .column-content .actionBtn a.primary_btn1:after {
              content: "";
              display: inline-block;
              width: 24px;
              height: 24px;
              margin-left: 10px;
              background-size: 24px !important;
              vertical-align: middle;
              background: url(../images/button-arw.png) no-repeat; }
            .banner-section .home-section .flex_row .column-content .actionBtn a.primary_btn1:hover {
              background: #051441;
              color: #fff;
              border-color: #051441; }
              .banner-section .home-section .flex_row .column-content .actionBtn a.primary_btn1:hover:after {
                background: url(../images/button-arwhover.png) no-repeat; }
            @media screen and (max-width: 575px) {
              .banner-section .home-section .flex_row .column-content .actionBtn a.primary_btn1 {
                padding: 10px 10px 8px !important;
                font-size: 14px !important; } }
          .banner-section .home-section .flex_row .column-content .actionBtn a.primary_btn2 {
            border: 1px solid #ffffff;
            cursor: pointer;
            color: #fff;
            padding: 14px 30px; }
            .banner-section .home-section .flex_row .column-content .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; }
            .banner-section .home-section .flex_row .column-content .actionBtn a.primary_btn2:hover {
              background: #051441;
              color: #fff;
              border-color: #051441; }
            @media screen and (max-width: 575px) {
              .banner-section .home-section .flex_row .column-content .actionBtn a.primary_btn2 {
                padding: 10px 10px 8px !important;
                font-size: 14px !important; } }
          .banner-section .home-section .flex_row .column-content .actionBtn small {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #f1efff;
            line-height: 18px;
            font-weight: 500; }
            @media screen and (max-width: 1024px) {
              .banner-section .home-section .flex_row .column-content .actionBtn small {
                font-size: 11px;
                line-height: 14px; }
                .banner-section .home-section .flex_row .column-content .actionBtn small br {
                  display: none; } }
            @media screen and (max-width: 575px) {
              .banner-section .home-section .flex_row .column-content .actionBtn small {
                text-align: center;
                padding: 0 10px; } }
        .banner-section .home-section .flex_row .column-content .av-device {
          margin: 0 0 40px; }
          .banner-section .home-section .flex_row .column-content .av-device:before {
            background: #5b26fa; }
          .banner-section .home-section .flex_row .column-content .av-device:after {
            background: #5b26fa; }
        .banner-section .home-section .flex_row .column-content .partwrap {
          width: 100%;
          position: relative;
          display: flex;
          gap: 10px;
          max-width: 465px; }
          .banner-section .home-section .flex_row .column-content .partwrap .part-col {
            flex-basis: 25%;
            text-align: center;
            padding: 10px 9px;
            border-radius: 9px;
            border: 1px solid #3f0dd3;
            background: #3f0dd3; }
            .banner-section .home-section .flex_row .column-content .partwrap .part-col .part-logo {
              width: 80px;
              height: 20px;
              display: block;
              position: relative;
              margin: 0 auto 8px;
              background-position: center;
              vertical-align: middle; }
              .banner-section .home-section .flex_row .column-content .partwrap .part-col .part-logo.part-logo1 {
                background: url(../images/ftb-logo01.svg) no-repeat; }
              .banner-section .home-section .flex_row .column-content .partwrap .part-col .part-logo.part-logo2 {
                background: url(../images/ftb-logo02.svg) no-repeat; }
              .banner-section .home-section .flex_row .column-content .partwrap .part-col .part-logo.part-logo3 {
                background: url(../images/ftb-logo03.svg) no-repeat; }
              .banner-section .home-section .flex_row .column-content .partwrap .part-col .part-logo.part-logo4 {
                background: url(../images/ftb-logo04.svg) no-repeat;
                width: 19px; }
            .banner-section .home-section .flex_row .column-content .partwrap .part-col p {
              font-size: 12px;
              color: #897ecc;
              margin: 0 0 5px;
              font-weight: 600;
              line-height: 1; }
            .banner-section .home-section .flex_row .column-content .partwrap .part-col .star-icon {
              display: block;
              line-height: 8px;
              opacity: 1; }
            .banner-section .home-section .flex_row .column-content .partwrap .part-col:hover .star-icon {
              opacity: 1; }
            .banner-section .home-section .flex_row .column-content .partwrap .part-col:hover p {
              color: #bdb3f9; }
    .banner-section .home-section .videoSc {
      width: 700px;
      position: absolute;
      right: 0;
      top: -35px;
      z-index: 9; }
      .banner-section .home-section .videoSc .inner {
        position: relative;
        overflow: hidden;
        pointer-events: none;
        height: 100%; }
        .banner-section .home-section .videoSc .inner .playsc {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 85px;
          height: 85px;
          border-radius: 50%;
          margin: -43px 0 0 -43px;
          transition: 0.4s ease-in-out; }
          .banner-section .home-section .videoSc .inner .playsc::before {
            content: "";
            position: absolute;
            top: -13px;
            left: -12px;
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background: rgba(105, 94, 238, 0.2);
            transition: 0.4s ease-in-out; }
          .banner-section .home-section .videoSc .inner .playsc .playicon {
            width: 100%;
            height: 100%;
            background: url(../images/ftplay.svg) center center/contain no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
            z-index: 1;
            transition: 0.4s ease-in-out; }
          .banner-section .home-section .videoSc .inner .playsc:hover .playicon {
            background: url(../images/playhover.svg) center center/contain no-repeat; }
          .banner-section .home-section .videoSc .inner .playsc:hover:before {
            background: rgba(0, 0, 0, 0.09);
            opacity: 1; }
      .banner-section .home-section .videoSc .contbox2 {
        width: 100%;
        position: relative;
        background: transparent;
        overflow: hidden; }
      .banner-section .home-section .videoSc .topVideo {
        width: 100%; }
        .banner-section .home-section .videoSc .topVideo .videoWrapper {
          min-height: 710px;
          padding-bottom: initial; }
          @media screen and (max-width: 575px) {
            .banner-section .home-section .videoSc .topVideo .videoWrapper {
              min-height: 280px; } }
          .banner-section .home-section .videoSc .topVideo .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 99;
            border: 0; }
        .banner-section .home-section .videoSc .topVideo button {
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 99;
          top: 0;
          left: 0;
          font-size: 0;
          border: none;
          outline: 0; }
      .banner-section .home-section .videoSc .srp-1 .videoPoster {
        background-size: cover;
        background-position: center;
        background-color: transparent;
        background-size: 100%;
        background-repeat: no-repeat; }
      .banner-section .home-section .videoSc:hover .inner {
        pointer-events: auto;
        opacity: 1; }
      .banner-section .home-section .videoSc .popup-wrapper {
        display: none;
        position: fixed;
        z-index: 999;
        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-section .home-section .videoSc .popWrap {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
      .banner-section .home-section .videoSc .popup-content {
        background-color: #fefefe;
        margin: auto;
        height: 542px;
        width: 60%;
        position: relative; }
      .banner-section .home-section .videoSc .close {
        background: url("../images/cross-icon.png") no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
        float: right;
        z-index: 999;
        position: absolute;
        right: -36px;
        top: 0;
        border-radius: 100%; }
      .banner-section .home-section .videoSc .close:hover,
      .banner-section .home-section .videoSc .close:focus {
        opacity: 0.5;
        cursor: pointer; }
      .banner-section .home-section .videoSc .popWrap {
        margin-top: 30px; }
    .banner-section .home-section .videoWrapperActive iframe {
      z-index: 999 !important; }
    .banner-section .home-section:after {
      content: "";
      width: 959px;
      background: url(../images/ftside.webp) no-repeat;
      position: absolute;
      right: -150px;
      top: -152px;
      height: 980px;
      background-size: 100% 100%; }
      @media screen and (max-width: 575px) {
        .banner-section .home-section:after {
          display: none; } }

.av-device {
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  position: relative; }
  .av-device span {
    margin-right: 5px; }
  .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: 17px; }
    .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: #a06ed1;
    margin-right: 22px; }
  .av-device:after {
    content: "";
    width: 53px;
    height: 1px;
    background: #a06ed1;
    margin-left: 22px; }

/* For Banner Popup*/
.vbtn {
  position: absolute;
  top: 40%;
  left: 180px;
  right: 0;
  margin: 0 auto;
  width: 120px;
  z-index: 999;
  height: 120px;
  border: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer; }

.videoPopup {
  position: relative; }

.pricing-wrapper {
  padding-top: 0; }

.cmn-pricing {
  background: #faf8fe; }

/*Popup Section End*/
/*banner end*/
.bold-head {
  font-weight: 600;
  display: flex; }

.all-partners {
  background: #fff; }

.mid-cta {
  background: #5D2BFF;
  position: relative;
  overflow: hidden; }
  .mid-cta:before {
    content: "";
    background: url(../images/cta-shape01.webp) no-repeat;
    background-size: 100% 100%;
    width: 66px;
    height: 288px;
    position: absolute;
    left: 0;
    top: 0; }
  .mid-cta:after {
    content: "";
    background: url(../images/cta-shape02.webp) no-repeat;
    background-size: 100% 100%;
    width: 353px;
    height: 288px;
    position: absolute;
    right: 0;
    top: 0; }
  .mid-cta .dis-flex {
    align-items: center;
    position: relative;
    z-index: 99; }
    .mid-cta .dis-flex .flex-2 .top-section {
      text-align: left;
      padding: 0; }
      .mid-cta .dis-flex .flex-2 .top-section h2 {
        color: #fff; }
      .mid-cta .dis-flex .flex-2 .top-section p {
        color: #fff; }
    .mid-cta .dis-flex .flex-2 .button-common .cmn-democta .ctbtn {
      color: #5D2BFF;
      background: #fff;
      border-color: #5D2BFF; }
      .mid-cta .dis-flex .flex-2 .button-common .cmn-democta .ctbtn.bgtrans {
        color: #fff;
        background: transparent;
        border: 1px solid #fff;
        padding: 15px 30px;
        text-decoration: none;
        min-width: 213px; }
        .mid-cta .dis-flex .flex-2 .button-common .cmn-democta .ctbtn.bgtrans:hover {
          background: #05164d;
          border-color: #05164d;
          color: #ffffff; }
      .mid-cta .dis-flex .flex-2 .button-common .cmn-democta .ctbtn:hover {
        background: #05164d;
        border-color: #05164d;
        color: #ffffff; }
    .mid-cta .dis-flex .flex-2 .button-common .cmn-democta .nccr {
      color: #fff; }
    .mid-cta .dis-flex .flex-2 .button-common .devide {
      color: #fff;
      opacity: 0.5; }
      .mid-cta .dis-flex .flex-2 .button-common .devide:before {
        background: #fff;
        opacity: 0.5; }
      .mid-cta .dis-flex .flex-2 .button-common .devide:after {
        background: #fff;
        opacity: 0.5; }

/*Step Section Start From Here*/
@media (max-width: 1600px) {
  .banner-section .home-section .videoSc {
    width: 640px;
    top: -35px; }
    .banner-section .home-section .videoSc .topVideo .videoWrapper {
      min-height: 650px; } }
@media (max-width: 1440px) {
  .banner-section .home-section .videoSc {
    width: 600px;
    top: -35px; }
    .banner-section .home-section .videoSc .popup-content {
      height: 450px;
      width: 900px; }
  .banner-section .home-section .flex_row .column-content h1 {
    font-size: 56px;
    line-height: 78px; }
  .banner-section .home-section:after {
    width: 820px; } }
@media (max-width: 1280px) {
  .banner-section {
    padding: 100px 0 200px; }
    .banner-section .home-section .flex_row .column-content h1 {
      font-size: 44px;
      line-height: 65px; }
    .banner-section .home-section .flex_row .column-content .actionBtn {
      margin: 30px 0; }
    .banner-section .home-section .flex_row .column-content .av-device {
      margin: 0 0 30px; }
    .banner-section .home-section .videoSc {
      width: 570px; }
      .banner-section .home-section .videoSc .topVideo .videoWrapper {
        min-height: 600px; }
      .banner-section .home-section .videoSc .popup-content {
        width: 60%;
        height: 400px; }
      .banner-section .home-section .videoSc .inner .playsc {
        width: 70px;
        height: 70px; }
        .banner-section .home-section .videoSc .inner .playsc:before {
          width: 95px;
          height: 95px; }
    .banner-section:after {
      bottom: -150px;
      height: 262px; } }
@media (max-width: 1140px) {
  .banner-section .home-section .flex_row .column-content {
    width: 50%;
    margin-top: 0; }
    .banner-section .home-section .flex_row .column-content .actionBtn a.primary_btn1 {
      padding: 14px 15px;
      font-size: 16px; }
    .banner-section .home-section .flex_row .column-content .actionBtn a.primary_btn2 {
      padding: 14px 15px;
      font-size: 16px; }
  .banner-section .home-section .videoSc {
    width: 468px; }
    .banner-section .home-section .videoSc .topVideo .videoWrapper {
      min-height: 480px; }
  .banner-section .home-section:after {
    width: 632px;
    right: -106px;
    top: -97px;
    height: 675px; }

  .av-device {
    padding: 0 5px; }

  .margin-t-80 {
    margin-top: 50px; } }
@media (max-width: 979px) {
  .banner-section {
    padding: 100px 0 150px; }
    .banner-section .home-section .flex_row .column-content {
      width: 100%;
      text-align: center; }
      .banner-section .home-section .flex_row .column-content h1 {
        font-size: 40px;
        line-height: 50px; }
      .banner-section .home-section .flex_row .column-content h4 {
        margin: 0 auto 20px;
        font-size: 22px; }
      .banner-section .home-section .flex_row .column-content .actionBtn {
        justify-content: center; }
      .banner-section .home-section .flex_row .column-content .partwrap {
        max-width: 100%; }
    .banner-section .home-section .videoSc {
      width: 425px;
      text-align: center;
      margin: 30px auto 0;
      position: initial; }
      .banner-section .home-section .videoSc .popup-content {
        height: 450px;
        width: 90%; }
      .banner-section .home-section .videoSc .topVideo .videoWrapper {
        min-height: 430px; }
      .banner-section .home-section .videoSc .inner .playsc {
        width: 60px;
        height: 60px; }
        .banner-section .home-section .videoSc .inner .playsc:before {
          width: 80px;
          height: 80px;
          top: -11px;
          left: -10px; }
    .banner-section .home-section:after {
      display: none; }
    .banner-section:before {
      display: none; }
    .banner-section:after {
      bottom: -117px;
      height: 214px;
      background-size: contain; }

  .popWrap {
    margin-top: 0; }

  .mid-cta:before {
    display: none; }
  .mid-cta:after {
    display: none; }
  .mid-cta .dis-flex .flex-2 .top-section {
    text-align: center;
    padding: 0; }
  .mid-cta .dis-flex .flex-2 .button-common {
    margin-top: 40px; } }
@media (max-width: 767px) {
  .banner-section {
    padding: 100px 0 50px; }
    .banner-section .home-section .flex_row .column-content h1 {
      font-size: 38px;
      line-height: 48px; }
    .banner-section .home-section .flex_row .column-content p {
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 20px; }
    .banner-section .home-section .flex_row .column-content ul li {
      font-size: 16px;
      line-height: 26px;
      padding-left: 25px;
      margin: 0 0 10px; }
    .banner-section .home-section .flex_row .column-content .actionBtn {
      margin: 25px 0 10px; }
      .banner-section .home-section .flex_row .column-content .actionBtn a {
        min-width: auto; }
    .banner-section .home-section .flex_row .column-content .partwrap {
      gap: 6px;
      flex-wrap: wrap;
      margin: 20px 0 0; }
      .banner-section .home-section .flex_row .column-content .partwrap .part-col {
        flex-basis: 47%; }
    .banner-section .home-section .flex_row .column-content .av-device {
      margin: 15px 0;
      padding: 0; }
      .banner-section .home-section .flex_row .column-content .av-device:before {
        display: none; }
      .banner-section .home-section .flex_row .column-content .av-device:after {
        display: none; }
      .banner-section .home-section .flex_row .column-content .av-device span {
        font-size: 15px; }
      .banner-section .home-section .flex_row .column-content .av-device i {
        margin-left: 12px; }
    .banner-section .home-section .videoSc {
      width: 425px;
      text-align: center;
      margin: 30px auto 0;
      position: initial; }
      .banner-section .home-section .videoSc .topVideo .videoWrapper {
        min-height: 430px; }
      .banner-section .home-section .videoSc .popWrap {
        margin-top: 0; }
      .banner-section .home-section .videoSc .inner .playsc {
        width: 60px;
        height: 60px; }
        .banner-section .home-section .videoSc .inner .playsc:before {
          width: 80px;
          height: 80px;
          top: -11px;
          left: -10px; }
    .banner-section .home-section:after {
      display: none; }
    .banner-section:before {
      display: none; }

  .mid-cta .dis-flex .flex-2 .button-common .cmn-democta .ctbtn {
    padding: 12px 15px;
    min-width: 140px;
    font-size: 14px; }
    .mid-cta .dis-flex .flex-2 .button-common .cmn-democta .ctbtn.bgtrans {
      padding: 12px 15px;
      min-width: 140px;
      font-size: 14px; }
      .mid-cta .dis-flex .flex-2 .button-common .cmn-democta .ctbtn.bgtrans:hover {
        background: #05164d;
        border-color: #05164d;
        color: #ffffff; } }
@media (max-width: 479px) {
  .banner-section .home-section .videoSc {
    padding-left: 20px;
    width: 100%; }
    .banner-section .home-section .videoSc .topVideo .videoWrapper {
      min-height: 430px; }
    .banner-section .home-section .videoSc .close {
      right: -1px;
      top: -30px; } }

/*# sourceMappingURL=feature-detail-min.css.map */
