@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Light.eot');
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Black.eot');
  src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Black.woff2') format('woff2'), url('../fonts/ProximaNova-Black.woff') format('woff'), url('../fonts/ProximaNova-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-ExtraBold.eot');
  src: url('../fonts/ProximaNova-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-ExtraBold.woff2') format('woff2'), url('../fonts/ProximaNova-ExtraBold.woff') format('woff'), url('../fonts/ProximaNova-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> font
=> anim
=> transform
=> border radius
=> flex
=> ellipsis
=> image
=> box-shadow

-------------------------------------------------------------------*/
/*==========================================================================
=> font
==========================================================================*/
/*==========================================================================
=> anim
==========================================================================*/
/*==========================================================================
=> transform
==========================================================================*/
/*==========================================================================
=> border radius
==========================================================================*/
/*==========================================================================
=> flex
==========================================================================*/
/*==========================================================================
=> ellipsis
==========================================================================*/
/*==========================================================================
=> image
==========================================================================*/
/*==========================================================================
=> box-shadow
==========================================================================*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

=> Color
=> Common
=> Fonts
=> Custom Grid
=> Global Styles
=> buttons
=> Form Elements
=> Radio Small
=> Checkbox Small
=> Tooltip
=> Modal
=> Accordion

-------------------------------------------------------------------*/
html,
body {
  font-family: 'Proxima Nova';
  font-weight: 400;
}
/*==========================================================================
=> Color
==========================================================================*/
:root {
  /* COLOR CODE */
  --primary: #004BD1;
  --primary1: #4b5a96;
  --primary2: #8796be;
  --primary3: #c3cbde;
  --primary4: #eaecf2;
  --primary5: #f3f6ff;
  --secondary: #004BD1;
  --secondary1: #f5af69;
  --secondary2: #fac88c;
  --secondary3: #fadcbe;
  --secondary4: #fef5ec;
  --base: #262a38;
  --base1: #515560;
  --base2: #a8aaaf;
  --base3: #d4d4d7;
  --base4: #e9eaeb;
  --rose: #f47068;
  --cyan: #19a7ce;
  --mint: #abc4aa;
  --black: #000;
  --white: #fff;
  /* button */
  --button-font: 700;
  --button-fill: var(--primary);
  --button-line: #30223b;
  /* button end */
  /* FONTS */
  --fs56: 56px;
  --fs54: 54px;
  --fs48: 48px;
  --fs40: 40px;
  --fs32: 32px;
  --fs30: 30px;
  --fs24: 24px;
  --fs22: 22px;
  --fs20: 20px;
  --fs18: 18px;
  --fs16: 16px;
  --fs14: 14px;
  --fs12: 12px;
  --young: 'Proxima Nova';
  --outfit: 'Proxima Nova';
  --spaceinnerSec: 80px;
}
/*==========================================================================
=> Common
==========================================================================*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.variable {
  margin-bottom: 30px;
}
.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}
.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}
/*==========================================================================
=> Fonts
==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-bottom: 0;
}
/*==========================================================================
=> Custom Grid
==========================================================================*/
/* Grid */
.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.f-col {
  padding: 0 15px;
}
.f-10 .f-col {
  width: 10%;
}
.f-9 .f-col {
  width: 11.11111111%;
}
.f-8 .f-col {
  width: 12.5%;
}
.f-7 .f-col {
  width: 14.28571429%;
}
.f-6 .f-col {
  width: 16.66666667%;
}
.f-5 .f-col {
  width: 20%;
}
.f-4 .f-col {
  width: 25%;
}
.f-3 .f-col {
  width: 33.33333333%;
}
.f-2 .f-col {
  width: 50%;
}
.f-1 .f-col {
  width: 100%;
}
/* Width */
.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}
.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}
.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}
.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}
.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}
.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}
.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}
.w66 {
  width: 66%;
  padding-left: 15px;
  padding-right: 15px;
}
.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}
.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin */
.mb-100 {
  margin-bottom: 100px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0px;
}
@media all and (max-width: 1440px) {
  .w-1440-40 {
    width: 40%;
  }
  .w-1440-60 {
    width: 60%;
  }
}
@media all and (max-width: 1200px) {
  .f-1200-10 .f-col {
    width: 10%;
  }
  .f-1200-9 .f-col {
    width: 11.11111111%;
  }
  .f-1200-8 .f-col {
    width: 12.5%;
  }
  .f-1200-7 .f-col {
    width: 14.28571429%;
  }
  .f-1200-6 .f-col {
    width: 16.66666667%;
  }
  .f-1200-5 .f-col {
    width: 20%;
  }
  .f-1200-4 .f-col {
    width: 25%;
  }
  .f-1200-3 .f-col {
    width: 33.33333333%;
  }
  .f-1200-2 .f-col {
    width: 50%;
  }
  .f-1200-1 .f-col {
    width: 100%;
  }
  .w-1200-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-1200-33 {
    width: 33%;
  }
  .w-1200-16 {
    width: 16.666666%;
  }
  .mb-1200-100 {
    margin-bottom: 100px;
  }
  .mb-1200-95 {
    margin-bottom: 95px;
  }
  .mb-1200-90 {
    margin-bottom: 90px;
  }
  .mb-1200-85 {
    margin-bottom: 85px;
  }
  .mb-1200-80 {
    margin-bottom: 80px;
  }
  .mb-1200-75 {
    margin-bottom: 75px;
  }
  .mb-1200-70 {
    margin-bottom: 70px;
  }
  .mb-1200-65 {
    margin-bottom: 65px;
  }
  .mb-1200-60 {
    margin-bottom: 60px;
  }
  .mb-1200-55 {
    margin-bottom: 55px;
  }
  .mb-1200-50 {
    margin-bottom: 50px;
  }
  .mb-1200-45 {
    margin-bottom: 45px;
  }
  .mb-1200-40 {
    margin-bottom: 40px;
  }
  .mb-1200-35 {
    margin-bottom: 35px;
  }
  .mb-1200-30 {
    margin-bottom: 30px;
  }
  .mb-1200-25 {
    margin-bottom: 25px;
  }
  .mb-1200-20 {
    margin-bottom: 20px;
  }
  .mb-1200-15 {
    margin-bottom: 15px;
  }
  .mb-1200-10 {
    margin-bottom: 10px;
  }
  .mb-1200-5 {
    margin-bottom: 5px;
  }
  .mb-1200-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 990px) {
  .f-990-10 .f-col {
    width: 10%;
  }
  .f-990-9 .f-col {
    width: 11.11111111%;
  }
  .f-990-8 .f-col {
    width: 12.5%;
  }
  .f-990-7 .f-col {
    width: 14.28571429%;
  }
  .f-990-6 .f-col {
    width: 16.66666667%;
  }
  .f-990-5 .f-col {
    width: 20%;
  }
  .f-990-4 .f-col {
    width: 25%;
  }
  .f-990-3 .f-col {
    width: 33.33333333%;
  }
  .f-990-2 .f-col {
    width: 50%;
  }
  .f-990-1 .f-col {
    width: 100%;
  }
  .w-990-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-990-33 {
    width: 33%;
  }
  .w-990-16 {
    width: 16.666666%;
  }
  .mb-990-100 {
    margin-bottom: 100px;
  }
  .mb-990-95 {
    margin-bottom: 95px;
  }
  .mb-990-90 {
    margin-bottom: 90px;
  }
  .mb-990-85 {
    margin-bottom: 85px;
  }
  .mb-990-80 {
    margin-bottom: 80px;
  }
  .mb-990-75 {
    margin-bottom: 75px;
  }
  .mb-990-70 {
    margin-bottom: 70px;
  }
  .mb-990-65 {
    margin-bottom: 65px;
  }
  .mb-990-60 {
    margin-bottom: 60px;
  }
  .mb-990-55 {
    margin-bottom: 55px;
  }
  .mb-990-50 {
    margin-bottom: 50px;
  }
  .mb-990-45 {
    margin-bottom: 45px;
  }
  .mb-990-40 {
    margin-bottom: 40px;
  }
  .mb-990-35 {
    margin-bottom: 35px;
  }
  .mb-990-30 {
    margin-bottom: 30px;
  }
  .mb-990-25 {
    margin-bottom: 25px;
  }
  .mb-990-20 {
    margin-bottom: 20px;
  }
  .mb-990-15 {
    margin-bottom: 15px;
  }
  .mb-990-10 {
    margin-bottom: 10px;
  }
  .mb-990-5 {
    margin-bottom: 5px;
  }
  .mb-990-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 768px) {
  .f-768-10 .f-col {
    width: 10%;
  }
  .f-768-9 .f-col {
    width: 11.11111111%;
  }
  .f-768-8 .f-col {
    width: 12.5%;
  }
  .f-768-7 .f-col {
    width: 14.28571429%;
  }
  .f-768-6 .f-col {
    width: 16.66666667%;
  }
  .f-768-5 .f-col {
    width: 20%;
  }
  .f-768-4 .f-col {
    width: 25%;
  }
  .f-768-3 .f-col {
    width: 33.33333333%;
  }
  .f-768-2 .f-col {
    width: 50%;
  }
  .f-768-1 .f-col {
    width: 100%;
  }
  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-768-33 {
    width: 33%;
  }
  .w-768-16 {
    width: 16.666666%;
  }
  .mb-768-100 {
    margin-bottom: 100px;
  }
  .mb-768-95 {
    margin-bottom: 95px;
  }
  .mb-768-90 {
    margin-bottom: 90px;
  }
  .mb-768-85 {
    margin-bottom: 85px;
  }
  .mb-768-80 {
    margin-bottom: 80px;
  }
  .mb-768-75 {
    margin-bottom: 75px;
  }
  .mb-768-70 {
    margin-bottom: 70px;
  }
  .mb-768-65 {
    margin-bottom: 65px;
  }
  .mb-768-60 {
    margin-bottom: 60px;
  }
  .mb-768-55 {
    margin-bottom: 55px;
  }
  .mb-768-50 {
    margin-bottom: 50px;
  }
  .mb-768-45 {
    margin-bottom: 45px;
  }
  .mb-768-40 {
    margin-bottom: 40px;
  }
  .mb-768-35 {
    margin-bottom: 35px;
  }
  .mb-768-30 {
    margin-bottom: 30px;
  }
  .mb-768-25 {
    margin-bottom: 25px;
  }
  .mb-768-20 {
    margin-bottom: 20px;
  }
  .mb-768-15 {
    margin-bottom: 15px;
  }
  .mb-768-10 {
    margin-bottom: 10px;
  }
  .mb-768-5 {
    margin-bottom: 5px;
  }
  .mb-768-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  .f-640-10 .f-col {
    width: 10%;
  }
  .f-640-9 .f-col {
    width: 11.11111111%;
  }
  .f-640-8 .f-col {
    width: 12.5%;
  }
  .f-640-7 .f-col {
    width: 14.28571429%;
  }
  .f-640-6 .f-col {
    width: 16.66666667%;
  }
  .f-640-5 .f-col {
    width: 20%;
  }
  .f-640-4 .f-col {
    width: 25%;
  }
  .f-640-3 .f-col {
    width: 33.33333333%;
  }
  .f-640-2 .f-col {
    width: 50%;
  }
  .f-640-1 .f-col {
    width: 100%;
  }
  .w-640-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-640-33 {
    width: 33%;
  }
  .w-640-16 {
    width: 16.666666%;
  }
  .mb-640-100 {
    margin-bottom: 100px;
  }
  .mb-640-95 {
    margin-bottom: 95px;
  }
  .mb-640-90 {
    margin-bottom: 90px;
  }
  .mb-640-85 {
    margin-bottom: 85px;
  }
  .mb-640-80 {
    margin-bottom: 80px;
  }
  .mb-640-75 {
    margin-bottom: 75px;
  }
  .mb-640-70 {
    margin-bottom: 70px;
  }
  .mb-640-65 {
    margin-bottom: 65px;
  }
  .mb-640-60 {
    margin-bottom: 60px;
  }
  .mb-640-55 {
    margin-bottom: 55px;
  }
  .mb-640-50 {
    margin-bottom: 50px;
  }
  .mb-640-45 {
    margin-bottom: 45px;
  }
  .mb-640-40 {
    margin-bottom: 40px;
  }
  .mb-640-35 {
    margin-bottom: 35px;
  }
  .mb-640-30 {
    margin-bottom: 30px;
  }
  .mb-640-25 {
    margin-bottom: 25px;
  }
  .mb-640-20 {
    margin-bottom: 20px;
  }
  .mb-640-15 {
    margin-bottom: 15px;
  }
  .mb-640-10 {
    margin-bottom: 10px;
  }
  .mb-640-5 {
    margin-bottom: 5px;
  }
  .mb-640-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 480px) {
  .f-480-10 .f-col {
    width: 10%;
  }
  .f-480-9 .f-col {
    width: 11.11111111%;
  }
  .f-480-8 .f-col {
    width: 12.5%;
  }
  .f-480-7 .f-col {
    width: 14.28571429%;
  }
  .f-480-6 .f-col {
    width: 16.66666667%;
  }
  .f-480-5 .f-col {
    width: 20%;
  }
  .f-480-4 .f-col {
    width: 25%;
  }
  .f-480-3 .f-col {
    width: 33.33333333%;
  }
  .f-480-2 .f-col {
    width: 50%;
  }
  .f-480-1 .f-col {
    width: 100%;
  }
  .w-480-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-480-33 {
    width: 33%;
  }
  .w-480-16 {
    width: 16.666666%;
  }
  .mb-480-100 {
    margin-bottom: 100px;
  }
  .mb-480-95 {
    margin-bottom: 95px;
  }
  .mb-480-90 {
    margin-bottom: 90px;
  }
  .mb-480-85 {
    margin-bottom: 85px;
  }
  .mb-480-80 {
    margin-bottom: 80px;
  }
  .mb-480-75 {
    margin-bottom: 75px;
  }
  .mb-480-70 {
    margin-bottom: 70px;
  }
  .mb-480-65 {
    margin-bottom: 65px;
  }
  .mb-480-60 {
    margin-bottom: 60px;
  }
  .mb-480-55 {
    margin-bottom: 55px;
  }
  .mb-480-50 {
    margin-bottom: 50px;
  }
  .mb-480-45 {
    margin-bottom: 45px;
  }
  .mb-480-40 {
    margin-bottom: 40px;
  }
  .mb-480-35 {
    margin-bottom: 35px;
  }
  .mb-480-30 {
    margin-bottom: 30px;
  }
  .mb-480-25 {
    margin-bottom: 25px;
  }
  .mb-480-20 {
    margin-bottom: 20px;
  }
  .mb-480-15 {
    margin-bottom: 15px;
  }
  .mb-480-10 {
    margin-bottom: 10px;
  }
  .mb-480-5 {
    margin-bottom: 5px;
  }
  .mb-480-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 400px) {
  .f-400-10 .f-col {
    width: 10%;
  }
  .f-400-9 .f-col {
    width: 11.11111111%;
  }
  .f-400-8 .f-col {
    width: 12.5%;
  }
  .f-400-7 .f-col {
    width: 14.28571429%;
  }
  .f-400-6 .f-col {
    width: 16.66666667%;
  }
  .f-400-5 .f-col {
    width: 20%;
  }
  .f-400-4 .f-col {
    width: 25%;
  }
  .f-400-3 .f-col {
    width: 33.33333333%;
  }
  .f-400-2 .f-col {
    width: 50%;
  }
  .f-400-1 .f-col {
    width: 100%;
  }
  .w-400-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-400-33 {
    width: 33%;
  }
  .w-400-16 {
    width: 16.666666%;
  }
  .mb-400-100 {
    margin-bottom: 100px;
  }
  .mb-400-95 {
    margin-bottom: 95px;
  }
  .mb-400-90 {
    margin-bottom: 90px;
  }
  .mb-400-85 {
    margin-bottom: 85px;
  }
  .mb-400-80 {
    margin-bottom: 80px;
  }
  .mb-400-75 {
    margin-bottom: 75px;
  }
  .mb-400-70 {
    margin-bottom: 70px;
  }
  .mb-400-65 {
    margin-bottom: 65px;
  }
  .mb-400-60 {
    margin-bottom: 60px;
  }
  .mb-400-55 {
    margin-bottom: 55px;
  }
  .mb-400-50 {
    margin-bottom: 50px;
  }
  .mb-400-45 {
    margin-bottom: 45px;
  }
  .mb-400-40 {
    margin-bottom: 40px;
  }
  .mb-400-35 {
    margin-bottom: 35px;
  }
  .mb-400-30 {
    margin-bottom: 30px;
  }
  .mb-400-25 {
    margin-bottom: 25px;
  }
  .mb-400-20 {
    margin-bottom: 20px;
  }
  .mb-400-15 {
    margin-bottom: 15px;
  }
  .mb-400-10 {
    margin-bottom: 10px;
  }
  .mb-400-5 {
    margin-bottom: 5px;
  }
  .mb-400-0 {
    margin-bottom: 0px;
  }
}
/*==========================================================================
=> Global Styles
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}
/*==========================================================================
=> buttons
========================================================================== */
.button {
  background: var(--primary);
  border: none;
  outline: none;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 16px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button:hover {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.button.line {
  background: #fff;
  border: 1px solid var(--primary4);
  color: var(--primary);
}
.button.line:hover {
  background: var(--primary4);
  border: 1px solid var(--primary4);
  color: var(--primary);
}
.button.link {
  background: transparent;
  color: var(--primary);
  border: 0;
  font-weight: 500;
  font-size: var(--fs16);
  letter-spacing: 0.16px;
}
.button.link:hover {
  color: var(--secondary);
}
.button.trans {
  display: inline-flex;
  gap: 8px;
  background: transparent;
  border: 0px solid var(--primary);
  color: #fff;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
.button--block {
  width: 100%;
}
.button svg {
  position: relative;
  top: 0;
}
.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button .phone {
  margin-right: 5px;
}
.link {
  display: flex;
  padding: 16px 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.link.pl0 {
  padding-left: 0;
}
/*==========================================================================
=> Form Elements
========================================================================== */
.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.element-section .ehdn1 {
  margin-bottom: 30px;
}
.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.form-grp,
.form-textarea-group {
  display: flex;
  height: 82px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  border-radius: 10px;
  border: 1px solid var(--primary4, #eaecf2);
  background: #FFF;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
}
.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}
.var-chart {
  position: absolute;
  bottom: 20px;
}
.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}
.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}
.whatsapp {
  margin-right: 0;
}
.form-field {
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 400;
  line-height: 1.31;
  border: 0;
  border-bottom: 1px solid var(--input-border);
  width: 100%;
  z-index: 2;
  position: relative;
  background: transparent;
  color: var(--black);
  outline: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-field:focus,
.form-field.field--not-empty {
  border: 0;
}
.form-label {
  color: var(--primary, #004bd1);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}
.form-radio-grp {
  position: relative;
  margin-bottom: 20px;
  padding: 16px 0px;
  border-bottom: 1px solid var(--primary4, #eaecf2);
}
.form-radio-label {
  color: var(--primary, #004bd1);
  font-family: var(--outfit);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}
/* Password View */
.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 30px;
}
.form-grp.int-padr input {
  padding-right: 30px;
}
.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: var(--fs22);
  cursor: pointer;
  z-index: 9;
}
.form-grp.disabled-field {
  background: #f5f5f5;
}
.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}
.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
/* Password View end */
/* date Picker */
.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: var(--fs22);
  color: #a7b3c4;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat calc(100% - 5px) center / 10px;
  -webkit-appearance: none;
}
.daterangepicker {
  border: 0;
  color: #425061;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  -moz-box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  box-shadow: 1px 9px 21px rgba(53, 143, 207, 0.2);
  padding: 10px;
  z-index: 10000;
}
.daterangepicker td.start-date {
  border-radius: 50% 0 0 50%;
}
.daterangepicker td.end-date {
  border-radius: 0 50% 50% 0;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #a7b3c4;
  border: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.daterangepicker .calendar-table .next span:hover,
.daterangepicker .calendar-table .prev span:hover {
  color: #3592cf;
}
.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
  border: 1px solid #a7b3c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
}
.daterangepicker .calendar-table .next span:hover:before,
.daterangepicker .calendar-table .prev span:hover:before {
  border: 1px solid #3490cf;
}
.daterangepicker .calendar-table .next span:before {
  content: "\e918";
  font-family: "icomoon" !important;
}
.daterangepicker .calendar-table .prev span:before {
  content: "\e912";
  font-family: "icomoon" !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px;
}
.daterangepicker .btn-primary {
  font-family: "medium";
  border-color: transparent;
  background: #1baac4;
  color: #fff;
  box-shadow: none !important;
}
.daterangepicker:before {
  border-bottom: 0;
}
.daterangepicker .calendar-table th {
  font-family: "bold";
  font-size: 14px;
  color: #000000;
}
.daterangepicker th.month {
  font-family: "medium";
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
}
.daterangepicker td.in-range {
  background-color: #3592cf;
  color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3592cf;
}
.daterangepicker .calendar-table td {
  font-family: "regular";
  font-size: 14px;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: rgba(167, 179, 196, 0.5);
}
.daterangepicker th.available:hover {
  background-color: transparent;
}
.daterangepicker.show-calendar .drp-buttons {
  border-top: 0;
}
.daterangepicker.show-calendar .drp-buttons .drp-selected,
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
  display: none;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 0;
  width: 100%;
  padding: 6px 8px;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1baac4;
}
/* date Picker end */
/* Select */
.select-field {
  background: url("../img/menu-drop.svg") no-repeat calc(100% - 20px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-field option {
  color: #9fa4a9;
}
.select-field option:checked,
.select-field option:hover {
  background: #7cb2f6;
  color: #fff;
}
/* // Select */
/* Placeholder */
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: var(--base2, #a8aaaf);
}
input::-webkit-input-placeholder {
  color: var(--base2, #a8aaaf);
}
label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}
/*==========================================================================
=> Radio Small
========================================================================== */
.radio-box {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.radio-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.radio-box label {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
}
.radio-box label:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--primary);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.radio-box input:checked ~ label::before {
  border: 7px solid var(--primary);
}
.radio-box label.error {
  display: none !important;
}
.radio-box input.error ~ label {
  color: #ff2323;
}
.radio-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Radio Box */
/*==========================================================================
=> Checkbox Small
========================================================================== */
.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.checkbox-box input {
  position: absolute;
  width: 0;
  opacity: 0;
}
.checkbox-box input.only-chkbox {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  left: 1px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.checkbox-box .chk-label {
  font-size: 16px;
  color: #30223b;
  line-height: 1.5;
  margin: 0;
  padding: 5px;
  padding-left: 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid var(--primary);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.checkbox-box .chk-label:after {
  content: "";
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
}
.checkbox-box input:checked ~ .chk-label::after {
  font-family: "icomoon" !important;
  content: "\e92d";
  color: var(--primary);
  font-size: 12px;
}
.checkbox-box label.error {
  display: none !important;
}
.checkbox-box input.error ~ .chk-label {
  color: #ff2323;
}
.checkbox-box input.error ~ .chk-label:before {
  border: 1px solid #ff2323;
}
/* // Checkbox */
/* checkbox 2 */
.checkbox-box.chk-rd .chk-label:before {
  border-radius: 100%;
}
.checkbox-box input:checked ~ .chk-label::before {
  background: var(--primary);
}
.checkbox-box input:checked ~ .chk-label::after {
  color: #ffffff;
}
/* checkbox 2 end */
/* checkbox 3 */
.checkbox-box.check-three {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.checkbox-box.check-three label {
  border: 1px solid #e7e9ec;
  text-align: center;
  border-radius: 8px;
  padding: 25px 50px;
  max-width: 255px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.checkbox-box.check-three label i {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
  color: #8594af;
}
.checkbox-box.check-three label span {
  border-radius: 8px;
  font-size: 18px;
  color: #8594af;
}
.checkbox-box.check-three label:before {
  border-radius: 100%;
  border: 1px solid var(--primary);
}
.checkbox-box.check-three label:before,
.checkbox-box.check-three label:after {
  left: inherit;
  right: 15px;
  top: 15px;
}
.checkbox-box.check-three input:checked ~ .chk-label {
  border: 1px solid var(--primary);
}
.checkbox-box.check-three input:checked ~ .chk-label span {
  font-family: 700;
  color: #30223b;
}
.checkbox-box.check-three input:checked ~ .chk-label i {
  color: var(--primary);
}
.checkbox-box.check-three input:checked ~ .chk-label .home-img {
  filter: none;
}
.checkbox-box.check-three input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  background: var(--primary);
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 3 end */
/* checkbox 4 */
.checkbox-box.chk-four {
  margin-right: 10px;
}
.checkbox-box.chk-four label {
  padding: 7px 15px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.chk-four label i {
  font-size: 18px;
  color: #8594af;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.checkbox-box.chk-four label span {
  font-family: 500;
  font-size: 14px;
  color: #000;
  margin-left: 25px;
}
.checkbox-box.chk-four label:before,
.checkbox-box.chk-four label:after {
  display: none;
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label {
  border: 1px solid var(--clr-red);
}
.checkbox-box.chk-four.chk-err input:checked ~ .chk-label i {
  color: var(--clr-red);
}
.checkbox-box.chk-four input:checked ~ .chk-label {
  border: 1px solid var(--clr-grn);
}
.checkbox-box.chk-four input:checked ~ .chk-label i {
  color: var(--clr-grn);
}
/* checkbox 4 end */
/* checkbox 5 */
.checkbox-box.check-five .chk-label {
  padding: 12px 25px;
  border: 1px solid #dde3ee;
  border-radius: 8px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkbox-box.check-five .chk-label span {
  font-family: 500;
  font-size: 16px;
  color: #8594af;
}
.checkbox-box.check-five .chk-label:before {
  border-radius: 100%;
  border: none;
}
.checkbox-box.check-five .chk-label:before,
.checkbox-box.check-five .chk-label:after {
  left: inherit;
  right: -11px;
  top: -11px;
}
.checkbox-box.check-five input:checked ~ .chk-label {
  border: 1px solid var(--primary);
}
.checkbox-box.check-five input:checked ~ .chk-label span {
  color: #000000;
}
.checkbox-box.check-five input:checked ~ .chk-label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* checkbox 5 end */
/*==========================================================================
=> Tooltip
========================================================================== */
[tooltip-title] {
  position: relative;
  text-decoration: none;
}
[tooltip-title]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* top: -999; */
}
[tooltip-title]:hover::before {
  content: attr(tooltip-title);
  background-color: #222;
  border-radius: 4px;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
  color: #fff;
  opacity: 1;
  pointer-events: all;
  padding: 6px 12px;
  overflow: hidden;
  top: unset;
}
[tooltip-title]::after {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
[tooltip-title]:hover::after {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
/* Corrige bug do tooltip ficar sem baixo dos outros buttons*/
[data-placement="right"]:hover {
  position: relative;
  z-index: 1;
}
[tooltip-title]:is([data-placement="top"])::before {
  bottom: 100%;
  left: 0%;
  margin-bottom: 16px;
}
[tooltip-title]:is([data-placement="right"])::before {
  bottom: -10%;
  left: 100%;
  margin-left: 16px;
}
[tooltip-title]:is([data-placement="bottom"])::before {
  top: 100%;
  left: 0%;
  margin-top: 16px;
}
[tooltip-title]:is([data-placement="left"])::before {
  bottom: -10%;
  right: 100%;
  margin-right: 16px;
}
/* Arrow */
[tooltip-title]:is([data-placement="top"])::after {
  bottom: 100%;
  left: 20%;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
}
[tooltip-title]:is([data-placement="right"])::after {
  bottom: 20%;
  left: 100%;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
}
[tooltip-title]:is([data-placement="bottom"])::after {
  left: 20%;
  top: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}
[tooltip-title]:is([data-placement="left"])::after {
  bottom: 20%;
  right: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
}
/*==========================================================================
=> Modal
==========================================================================*/
.modal-subTitle {
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 4px;
}
.modal-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #003f59;
  border-bottom: 1px solid rgba(0, 63, 89, 0.1);
  padding-bottom: 10px;
}
.modal-para p {
  font-size: 16px;
  line-height: 1.6;
  color: #8793a2;
  margin-bottom: 8px;
}
.modal-para p:last-child {
  margin-bottom: 0;
}
.modal-cancel {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  font-size: 24px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross {
  display: flex;
  font-size: var(--fs22);
  margin: 0 auto 12px;
  margin-right: 0;
  color: #000000;
  width: fit-content;
  cursor: pointer;
}
.modal-cross i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.modal-cross:hover i {
  transform: rotate(90deg);
}
.modal-content {
  display: block;
  border: none;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.window-1440 {
  max-width: 1440px;
  padding: 0 15px;
}
.window-990 {
  max-width: 990px;
  padding: 0 15px;
}
.window-500 {
  max-width: 500px;
  padding: 0 15px;
}
.static-cont {
  margin-bottom: 32px;
}
.static-cont li {
  font-size: 14px;
  color: #233037;
  padding-left: 20px;
  margin-bottom: 6px;
  position: relative;
}
.static-cont li p {
  margin-bottom: 10px;
}
.static-cont li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background: #fd9933;
  border-radius: 50%;
  top: 7px;
}
.static-cont p {
  font-size: 14px;
  color: #233037;
  margin-bottom: 20px;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-cancel:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Swiper Slider */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet-active {
  background: var(--primary);
}
:root {
  --swiper-theme-color: #004BD1;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.element-head {
  font-size: 40px;
  font-weight: bold;
}
/* content page */
.content-hdn {
  font-weight: 700;
  font-size: 42px;
  color: #171717;
  text-align: center;
  margin-bottom: 48px;
}
.content-body {
  margin-bottom: 80px;
}
.content-body img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}
.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
  font-weight: 700;
  font-size: 26px;
  color: #171717;
  margin: 32px 0 16px;
}
.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child {
  margin-top: 0;
}
.content-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 16px;
}
.content-body ul {
  margin-bottom: 16px;
}
.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
}
.content-body ul li p,
.content-body ul li a {
  font-size: 16px;
  line-height: 1.6;
  color: #767676;
  margin-bottom: 0;
}
.content-body ul li a {
  color: #ee163d;
}
.content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  top: 8px;
  left: 0;
  background: #ee163d;
}
.content-body ul li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .content-hdn {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .content-hdn {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .content-body h1,
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body h5,
  .content-body h6 {
    font-size: 24px;
    margin: 32px 0 12px;
  }
}
/* content page end */
/* Thankyou page */
.thankyou-contain {
  height: 100dvh;
  display: flex;
  align-items: center;
}
.thankyou-card {
  text-align: center;
  margin: auto;
  max-width: 480px;
}
.thankyou-img {
  width: calc(100% - 100px);
  margin: 0 auto 32px;
}
.thankyou-hdn {
  font-size: 48px;
  color: #202135;
  margin-bottom: 18px;
}
.thankyou-para p {
  color: #455a64;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.thankyou-para p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 990px) {
  .thankyou-hdn {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 480px) {
  .thankyou-hdn {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
/* Thankyou page end */
/*==========================================================================
=> Accordion
==========================================================================*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.panel {
  display: none;
  padding: 0 18px;
  background-color: white;
}
.f-wrap {
  flex-wrap: wrap;
}
/* ===ELEMENTS==================================================== */
.link-arrow {
  font-size: 16px;
  width: 24px;
}
.pera20 {
  color: var(--black);
  font-family: var(--outfit);
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.2px;
}
.hero-content-body .pera20 {
  color: var(--base);
}
.pera18 {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.16px;
}
.pera18 p {
  margin-bottom: 40px;
}
.pera18 p:last-child {
  margin-bottom: 0;
}
.pera18.medium {
  font-weight: 500;
}
.pera18.semibold {
  font-weight: 600;
}
.pera18.bold {
  font-weight: 700;
}
.pera16 {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.16px;
}
.pera16 p {
  margin-bottom: 40px;
}
.pera16 p:last-child {
  margin-bottom: 0;
}
.pera16.semibold {
  font-weight: 600;
}
.pera16.bold {
  font-weight: 700;
}
.light {
  font-weight: 300;
}
.card-choose-title {
  color: var(--base);
  font-family: 'Proxima Nova';
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.24px;
}
.card-choose-title22 {
  color: var(--base);
  font-family: 'Proxima Nova';
  font-size: var(--fs22);
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  opacity: 0.2;
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
}
.bg-skyBlue {
  position: relative;
  background: var(--primary5);
  padding-block: var(--spaceinnerSec);
}
.bg-light {
  position: relative;
  padding-block: var(--spaceinnerSec);
  background: linear-gradient(21deg, #fff4ea 2.96%, #ffffff 83.73%);
}
.bg-light-org {
  position: relative;
  padding-block: var(--spaceinnerSec);
  background: rgba(254, 245, 236, 0.4);
}
.base-bg {
  position: relative;
  background: var(--base);
  padding-block: var(--spaceinnerSec);
}
/*================= Magnific ================== */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media all and (max-width: 1366px) {
  :root {
    /* FONTS */
    --fs56: 52px;
    --fs54: 50px;
    --fs48: 46px;
    --fs40: 36px;
    --fs32: 28px;
    --fs30: 24px;
    --fs24: 24px;
    --fs22: 22px;
    --fs20: 18px;
    --fs18: 16px;
    --fs16: 16px;
    --fs14: 14px;
    --spaceinnerSec: 80px;
  }
}
@media all and (max-width: 990px) {
  :root {
    /* FONTS */
    --fs56: 50px;
    --fs54: 48px;
    --fs40: 32px;
    --fs32: 28px;
  }
}
@media all and (max-width: 640px) {
  :root {
    /* FONTS */
    --fs56: 48px;
    --fs54: 46px;
    --fs48: 34px;
    --fs40: 30px;
    --fs32: 24px;
    --fs30: 20px;
    --fs24: 20px;
    --fs20: 16px;
    --fs18: 16px;
    --fs16: 14px;
    --spaceinnerSec: 60px;
  }
}
@media all and (max-width: 400px) {
  :root {
    /* FONTS */
    --fs56: 40px;
    --fs54: 38px;
    --fs48: 30px;
    --fs32: 22px;
    --fs30: 20px;
    --fs24: 18px;
    --fs20: 16px;
    --fs18: 16px;
    --fs16: 14px;
    --spaceinnerSec: 40px;
  }
}
@media all and (max-width: 370px) {
  :root {
    /* FONTS */
    --fs56: 32px;
    --fs54: 32px;
    --fs48: 28px;
    --fs32: 22px;
    --fs30: 20px;
    --fs24: 18px;
    --fs20: 16px;
    --fs18: 16px;
    --fs16: 14px;
    --spaceinnerSec: 40px;
  }
}
.a-center {
  align-items: center;
}
/* Search BAR */
.search-container {
  width: 100%;
  display: block;
  position: relative;
}
input#search-bar {
  width: 100%;
  height: 45px;
  padding: 0 34px;
  font-size: 1rem;
  border: 0px solid #8796be;
  border-bottom: 1px solid #8796be;
  outline: none;
  background: transparent;
}
input#search-bar::-webkit-input-placeholder {
  color: #8796be;
}
input#search-bar::-moz-placeholder {
  color: #8796be;
}
input#search-bar:-ms-placeholder {
  color: #8796be;
}
input#search-bar:focus {
  border: 0px solid #8796be;
  border-bottom: 1px solid #8796be;
  transition: 0.35s ease;
  color: var(--base);
}
input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
.search-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  left: 0px;
}
.contant-form {
  background: #F1F3F7;
}
.form-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 48px;
  border-radius: 33px;
  border: 1px solid #F4F4F4;
  background: #FFF;
}
.wpcf7 form p {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.wpcf7 form p label:last-child {
  margin-bottom: 40px;
}
.wpcf7 label {
  font-size: 14px;
  color: #262A38;
  font-weight: 600;
  width: calc(50% - 15px);
}
.wpcf7-submit {
  background: var(--primary);
  outline: 0;
  margin: 0 auto;
  width: max-content;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 16px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.wpcf7-submit:hover {
  color: var(--primary);
  background-color: #fff;
  border-color: var(--primary);
}
.wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border: 1px solid #D0D5DD;
  padding: 12px 16px;
  border-radius: 10px;
  width: 100%;
}
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap select::placeholder {
  color: #667085;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 230px;
}
.head-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
}
.menuBtn .button {
  margin-left: 30px;
  margin-right: 0px;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.main-nav > li {
  position: relative;
}
.l1-link {
  font-size: var(--fs16);
  line-height: 1.5;
  font-weight: 400;
  color: var(--black);
}
.dropdown-1 {
  display: flex;
  align-items: center;
  position: relative;
}
.list-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l2-link {
  font-size: 16px;
  line-height: 1.5;
  color: var(--primary);
  font-weight: 500;
}
.l3-link {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  font-weight: 300;
}
.l4-link {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  font-weight: 300;
}
.sms-1-icon {
  width: 24px;
  height: 24px;
}
.menu-short-2 {
  position: absolute;
  top: 0;
  padding-top: 46px;
  left: -150px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-short-2 ul {
  background: #fff;
  width: 300px;
  border: 1px solid #ccc;
  height: 470px;
  overflow-y: auto;
}
.menu-short-2 ul li {
  padding: 12px 12px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.menu-short-3 {
  position: absolute;
  top: 0;
  padding-top: 46px;
  padding-left: 10px;
  left: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-short-3 ul {
  background: #fff;
  width: 300px;
  border: 1px solid #ccc;
  height: 470px;
  overflow-y: auto;
}
.menu-short-3 ul li {
  padding: 12px 12px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.menu-big-2 {
  position: absolute;
}
.has-dropdown-1:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.has-dropdown-1:hover .active .menu-big-3,
.has-dropdown-1:hover .active .menu-big-4 {
  visibility: visible;
  z-index: 1;
}
.has-dropdown-2.active .menu-big-3 {
  opacity: 1;
}
.has-dropdown-3.active .menu-big-4 {
  opacity: 1;
}
.menu-big-2 {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 27px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-big-2-wrap {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.menu-big-2-list {
  background: #fff;
  width: 300px;
  border-right: 1px solid #ccc;
  height: 470px;
  overflow-y: auto;
  transition: all 0.3s ease;
}
.menu-big-2-list li {
  padding: 12px 12px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.menu-big-2-list li:hover {
  background: #f1f1f1;
}
.menu-big-2-list li:hover .menu-big-3 {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.menu-big-3 {
  position: absolute;
  left: 300px;
  top: 0;
  border-right: 1px solid #ccc;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-big-3 li {
  padding: 12px 12px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.menu-big-3 li:hover {
  background: #f1f1f1;
}
.menu-big-3 li:hover .menu-big-4 {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.menu-big-3-list {
  background: #fff;
  width: 300px;
  border-right: 1px solid #ccc;
  height: 470px;
  overflow-y: auto;
  transition: all 0.3s ease;
}
.menu-big-4 {
  position: absolute;
  left: 300px;
  top: 0;
  width: 300px;
  height: 470px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
}
.menu-big-4 li {
  padding: 12px 12px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.menu-big-4 li:hover {
  background: #f1f1f1;
}
.menu-big-4-list {
  background: #fff;
  width: 300px;
  height: 470px;
  overflow-y: auto;
  transition: all 0.3s ease;
}
.back-btn {
  display: none;
}
@media (max-width: 1200px) {
  .back-btn {
    display: list-item;
  }
  .back-btn img {
    display: block;
    width: 24px;
    height: 24px;
  }
  .header-right::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    z-index: -1;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
  }
  .header-right.active nav {
    right: 0;
  }
  .header-right.active::after {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  nav {
    position: fixed;
    right: -300px;
    top: 60px;
    bottom: 0;
    width: 300px;
    background: #fff;
    padding: 24px;
    padding-top: 36px;
    z-index: 2;
  }
  .dropdown-1 {
    justify-content: space-between;
  }
  .sms-1-icon {
    transform: rotate(-90deg);
    cursor: pointer;
  }
  .main-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav > li {
    width: 100%;
    padding: 12px;
  }
  .menu-short-2,
  .menu-short-3 {
    left: unset;
    position: fixed;
    right: -300px;
    top: 60px;
    bottom: 0;
    width: 300px;
    background: #fff;
    padding: 0;
  }
  .menu-short-2 ul,
  .menu-short-3 ul {
    height: 100%;
    border: 0;
  }
  .menu-big-2 {
    top: 60px;
    left: unset;
    width: 300px;
    right: -300px;
    padding-top: 0;
    transition: all .3s ease;
    bottom: 0;
  }
  .menu-big-2.active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .menu-big-2-wrap {
    position: relative;
    height: 100%;
    border: 0;
  }
  .menu-big-2-list {
    height: 100%;
  }
  .menu-big-3,
  .menu-big-4 {
    height: 100%;
    background: #fff;
  }
  .menu-big-3.active,
  .menu-big-4.active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    left: 0;
  }
}
.footer {
  padding: 60px 0px 20px;
}
.logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.logo-left {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.logo-left a {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.logo-left a:first-child img {
  height: 100%;
}
.logo-right {
  height: 60px;
}
.logo-right img {
  height: 100%;
}
@media (max-width: 640px) {
  .logo-right {
    display: none;
  }
}
.foo-title {
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: var(--black);
  font-size: 16px;
  margin-bottom: 10px;
}
.foo-menu-list a {
  font-weight: 300;
  letter-spacing: 0.16px;
  color: var(--black);
  font-size: 16px;
  padding: 5px 0;
  display: block;
}
.foo-menu-list a:hover {
  color: var(--primary);
}
.foo-society-map {
  width: 100%;
}
.foo-society-map img {
  width: 100%;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 25px;
  align-items: center;
  border-top: 1px solid var(--base3);
}
.footer-copy {
  display: flex;
  flex-direction: column;
}
.yotta-logo {
  margin-bottom: 20px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.yotta-logo img {
  height: 70px;
}
.copy-links {
  display: flex;
  color: var(--Base);
  font-family: 'Proxima Nova';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0px;
  gap: 14px;
}
.copy-links ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.copy-links ul a {
  position: relative;
  color: var(--base);
  font-weight: 300;
  padding-bottom: 5px;
  display: block;
}
.copy-links ul a:hover {
  color: var(--primary);
}
.copy-links ul a::after {
  content: "";
  position: absolute;
  height: 0;
  border-bottom: 1px solid var(--base);
  width: 100%;
  bottom: 0;
  left: 0;
}
.footer-social ul {
  display: flex;
  gap: 20px;
  font-size: 25px;
}
.footer-social ul a {
  color: var(--primary);
  padding-bottom: 0;
}
.footer-social ul a:hover {
  color: var(--base);
}
.footer-social ul a::after {
  content: none;
}
.next-stap-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nextStap {
  background: linear-gradient(0.28deg, #030d66 -10.16%, #004bd1 96.6%);
  color: #fff;
  padding-block: var(--spaceinnerSec);
}
.nextStap h6 {
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.2px;
  color: #fff;
  margin-bottom: 12px;
}
.nextStap .section-title {
  font-family: 'Proxima Nova';
  color: #fff;
}
.next-stap-btn-group {
  display: flex;
  align-items: center;
  min-width: 400px;
}
.joinTeam {
  display: none;
}
.about-footer .nextStap {
  display: none;
}
.about-footer .joinTeam {
  display: block;
}
.joinTeam {
  background: var(--secondary4);
  padding-block: var(--spaceinnerSec);
}
.joinTeam .next-stap-group {
  gap: 70px;
}
.joinTeam .section-title {
  font-family: 'Proxima Nova';
  color: var(--black);
  font-weight: 700;
}
.joinTeam .next-stap-detail {
  flex: 1;
}
.joinTeam .next-stap-detail .link {
  display: flex;
  padding: 16px 40px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px 0px;
}
@media all and (max-width: 1200px) {
  .footer-social ul {
    gap: 12px;
    font-size: 20px;
  }
  .copy-links {
    gap: 16px;
  }
  .copy-links ul {
    gap: 12px;
  }
}
@media all and (max-width: 990px) {
  .copy-links {
    flex-direction: column;
  }
  .next-stap-group {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .next-stap-btn-group {
    min-width: unset;
  }
  .joinTeam .next-stap-detail .link {
    margin-inline: auto;
    display: block;
  }
}
@media all and (max-width: 641px) {
  .foo-society-map {
    display: none;
  }
  .footer-bottom,
  .footer-copy,
  .copy-links {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-social {
    margin-top: 0;
    padding-block: 20px;
  }
  .footer-social ul {
    justify-content: center;
  }
  .copy-links ul {
    padding-block: 16px;
    border-top: 1px solid #ebf0ff;
    border-bottom: 1px solid #ebf0ff;
  }
  .foo-acc {
    margin: 0 auto;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .foo-acc__card {
    position: relative;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ebf0ff;
  }
  .acc__title {
    cursor: pointer;
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 0;
  }
  .acc__title::after {
    width: 14px;
    height: 0px;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 50%;
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
  }
  .acc__title::before {
    width: 14px;
    height: 0px;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 50%;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
  }
  .acc__title.active::after {
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
  }
  .acc__title.active::before {
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
  }
  .acc__panel {
    display: none;
    margin: 0;
    text-align: left;
  }
  .footer {
    padding: 40px 0 0;
  }
  .joinTeam .next-stap-group {
    gap: 20px;
  }
  .yotta-logo {
    justify-content: center;
  }
}
/* =========== HERO SLIDER =========== */
.hero-slider {
  width: 100%;
  height: calc(100vh - 100px);
}
.hero-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider .slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  z-index: 1;
  max-width: 600px;
}
.myHeroSlider {
  height: 100%;
}
.myHeroSlider .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.myHero2Slider {
  height: 100%;
}
.myHero2Slider .swiper-slide .container {
  position: relative;
  z-index: 1;
}
.myHero2Slider .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hero-slider-img {
  width: 424px;
}
.hero-slider-content {
  flex: 1;
}
.hero-slider-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.hero-slider-subTitle {
  font-family: var(--young);
  color: var(--black);
  font-size: var(--fs30);
  font-weight: 400;
  letter-spacing: 0.3px;
}
.hero-slider-subTitle-40 {
  color: var(--black);
  font-family: var(--young);
  font-size: var(--fs40);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}
.hero-slider-title {
  font-family: var(--outfit);
  color: var(--black);
  font-size: var(--fs56);
  font-weight: 700;
  letter-spacing: 0.56px;
}
.hero-content-body {
  padding-block: 20px 30px;
}
.hero-content-cta-group {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cat-banner-img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.cat-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side-img {
  position: relative;
}
/* =========== HERO SLIDER =========== */
/* =========== HERO BANNER   =========== */
.cat-banner-section {
  background: url(../img/hero-cat-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-block: calc(40px + 30px);
}
.hero-cat-body {
  display: flex;
  flex-direction: column;
  max-width: 680px;
  width: 100%;
}
.hero-cat-body .banner-icn {
  margin-bottom: 20px;
}
.com-banner-section {
  background: url(../img/hero-cat-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-block: calc(40px + 30px);
}
.com-banner-section .hero-cat-body {
  max-width: 680px;
  width: 100%;
}
.com-banner-section aside.w40 {
  position: relative;
}
.com-banner-section aside.w40 .side-img {
  position: absolute;
}
.com-banner-section.space-bottam {
  padding-bottom: 100px;
}
.about-banner-section {
  background-size: cover !important;
  background-position: center center !important;
  padding-block: 120px;
  text-align: center;
}
.about-banner-section .hero-slider-subTitle,
.about-banner-section .hero-slider-title {
  color: var(--white);
}
.about-banner-section .hero-content-body .pera20 {
  color: var(--primary5);
}
.about-banner-section strong {
  font-weight: 700;
}
.about-banner-section .hero-cat-body {
  margin-inline: auto;
  max-width: 900px;
}
/* =========== HERO BANNER   =========== */
/* =========== Section-Header =========== */
.section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.section-header.text-left {
  text-align: left;
  align-items: flex-start;
}
.offers-content .section-title_out {
  margin-bottom: 30px;
}
.offers-content .hero-content-cta-group {
  margin-top: 40px;
}
.section-title {
  font-family: var(--young);
  color: var(--black);
  font-size: var(--fs48);
  font-weight: 700;
  letter-spacing: 0.48px;
}
.section-title span {
  color: var(--primary2);
}
.section-title_out {
  font-family: var(--outfit);
  color: var(--black);
  font-size: var(--fs48);
  font-weight: 700;
  letter-spacing: 0.48px;
}
.section-title_out span {
  color: var(--primary2);
}
.section-title_out .small {
  font-size: var(--fs24);
  font-weight: 300;
  color: inherit;
}
.section-subHead {
  font-family: var(--young);
  color: var(--black);
  font-size: var(--fs20);
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
.section-subHead span {
  color: var(--primary2);
}
.section-subpera {
  margin-top: 12px;
  font-family: var(--outfit);
  color: var(--base);
  font-size: var(--fs16);
  font-weight: 300;
  letter-spacing: 0.16px;
  max-width: 785px;
  line-height: 28px;
  width: calc(100% - 15px);
}
.section-header .pera18 {
  max-width: 1000px;
  margin-top: 8px;
}
/* ===========  TABS =========== */
.tabs {
  width: 100%;
}
:root {
  --swiper-navigation-size: 28px;
}
.filters,
.tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
  overflow: auto;
}
.tab-nav {
  padding: 0 40px;
}
.filters ul,
#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}
.filters ul.tabSwiper,
#tabs-nav.tabSwiper {
  overflow: hidden;
}
.filters ul li,
#tabs-nav li {
  padding: 10px 15px;
  border: 1px solid var(--primary5);
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.filters ul li a,
#tabs-nav li a {
  text-decoration: none;
  color: var(--clr-blk);
  white-space: nowrap;
  font-size: var(--fs18);
}
#tabs-nav li:hover,
#tabs-nav li.active {
  background-color: var(--primary);
}
#tabs-nav li:hover a,
#tabs-nav li.active a {
  color: var(--white);
}
.filters ul li:hover,
.filters ul li.active {
  background-color: var(--primary5);
  color: var(--black);
}
/* =========== Tabs end ===========*/
/* =========== Choose Card Start ===========*/
.card-choose-box {
  display: flex;
  max-width: 450px;
  width: 100%;
  padding: 34px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  height: 100%;
  border: 1px solid var(--primary4, #f3f6ff);
}
.card-choose-box.card-excellence-box {
  text-align: center;
  background: transparent;
}
.card-choose-box.card-excellence-box .card-choose-title {
  text-align: center;
  margin-inline: auto;
}
.icon-box {
  display: flex;
  width: 100px;
  height: 100px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: rgba(245, 151, 0, 0.25);
}
.icon-box img {
  width: 100%;
}
.icon-box-excellence {
  width: 92px;
  height: 92px;
  margin-inline: auto;
}
.icon-box-excellence img {
  width: 100%;
}
.card-choose-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-choose-info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.converge-slider,
.clientsSay-slider {
  max-width: 1100px;
  margin-inline: auto;
}
.software-slider,
.converge-slider,
.clientsSay-slider,
.pioneering-slider,
.choose-slider {
  position: relative;
  padding-bottom: 55px;
}
.swiper-pagination-software,
.swiper-pagination-converge,
.swiper-pagination-clientsSay,
.swiper-pagination-pioneering,
.swiper-pagination-myChooseYntra {
  bottom: 0 !important;
}
/* =========== Choose Card End ===========*/
/* =========== Pioneering Card   ===========*/
.card-converge-box a,
.card-pioneering-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.card-converge-box a {
  height: 100%;
}
.card-pioneering-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.card-pioneering-container {
  position: absolute;
  width: calc(100% - 24px);
  bottom: 12px;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
  gap: 10px;
}
.pioneering-st {
  color: var(--primary2, #8796be);
  font-family: var(--outfit);
  font-size: var(--fs12);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.pioneering-sub-title {
  color: var(--primary2);
  font-family: var(--outfit);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.pioneering-title {
  color: var(--black);
  font-family: var(--outfit);
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.real-list {
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 18px;
}
.real-card .link {
  justify-content: flex-start;
  padding-inline: 0;
}
.pioneering-info {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* =========== Pioneering Card End ===========*/
/* =========== What Our Clients Say   ===========*/
.clientSay-container {
  display: flex;
  gap: 20px;
}
.clientSay-container .pioneering-info {
  font-size: 12px;
  text-align: left;
}
.clientSay-group {
  width: 385px;
}
.coverage-group {
  width: 385px;
  margin-right: 30px;
}
.clientSay-logo {
  width: 112px;
}
.clientSay-logo img {
  width: 100%;
  height: auto;
}
.clientSay-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 20px;
  background: var(--white);
}
.quotation-mark {
  width: 69px;
  height: auto;
  margin-top: 30px;
}
.clientSay-words {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 30px;
  max-width: 680px;
}
.client-detail {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}
.client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-discription {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: var(--base2);
}
.client-discription strong {
  color: var(--black);
}
/* =========== What Our Clients Say End ===========*/
/* =========== Coverage  ===========*/
.coverage-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.coverage-container .pioneering-info {
  font-size: 12px;
  text-align: left;
}
.coverage-title {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.32px;
}
.coverage-sub-title {
  color: var(--base2);
  font-family: var(--outfit);
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.coverage-detail {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-top: 12px;
}
.card-converge-box {
  position: relative;
  height: 100%;
}
.card-converge-icon-ele {
  position: absolute;
  bottom: -30px;
  right: -30px;
}
/* =========== What Our Clients Say End ===========*/
/* BLOG MAin */
.main-blog-hm {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
}
.main-blog-hm:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(192deg, rgba(0, 0, 0, 0) 35.39%, rgba(40, 71, 129, 0.9) 88.58%) no-repeat;
}
.side-blog-hm {
  width: 425px;
}
.main-blog-info {
  color: var(--white);
  font-style: normal;
  line-height: normal;
  position: absolute;
  bottom: 0;
  z-index: 5;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.main-blog-info .main-blogsub-title {
  font-family: var(--outfit);
  font-size: var(--fs20);
  font-weight: 500;
  letter-spacing: 0.2px;
}
.main-blog-info .main-blog-title {
  font-family: var(--young);
  font-size: var(--fs32);
  font-weight: 400;
  letter-spacing: 0.32px;
}
.main-blog-info .main-blog-dis {
  color: var(--white);
  font-family: var(--outfit);
  font-size: var(--fs16);
  font-weight: 500;
  letter-spacing: 0.16px;
}
.blog-list-hmbox {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 12px;
  border-radius: 8px;
  border-bottom: 1px solid var(--primary5);
  width: 100%;
}
.blog-img-hmbox {
  width: 92px;
  height: 92px;
  border-radius: 20px;
  overflow: hidden;
}
.blog-img-hmbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-shortinfo-hmbox {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  color: var(--base);
  font-family: var(--outfit);
  line-height: 28px;
}
.blog-title-hmbox {
  font-size: var(--fs18);
  font-weight: 500;
  letter-spacing: 0.18px;
}
.blog-dis-hmbox {
  font-size: var(--fs14);
  color: var(--base1, #515560);
  font-weight: 300;
  letter-spacing: 0.14px;
}
/* Blog main */
/* ======= APP BOX ============= */
.app-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.app-box:hover .app-box_img img {
  transform: scale(1.1);
}
.app-box:hover .app-box_title {
  color: var(--secondary);
}
.app-box_img {
  border-radius: 20px;
  height: 240px;
  overflow: hidden;
}
.app-box_img img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}
.app-box_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.app-box_subtitle {
  color: var(--primary2);
  font-family: var(--outfit);
  font-size: var(--fs14);
  font-weight: 500;
  letter-spacing: 0.14px;
}
.app-box_title {
  color: var(--primary);
  font-family: var(--outfit);
  font-size: var(--fs20);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2px;
  /* ================== */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.read_more {
  color: var(--black);
  font-family: var(--outfit);
  font-size: var(--fs14);
  font-weight: 500;
  letter-spacing: 0.14px;
  position: relative;
  max-width: fit-content;
}
.read_more:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary);
  bottom: -1px;
  left: 0;
  position: absolute;
}
/* ======= APP BOX ============= */
/* ======= source-software BOX ============= */
.source-software {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.softwarelogo-bg {
  height: 180px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  background-color: var(--white);
}
.softwarelogo-bg img {
  margin-inline: auto;
  object-fit: cover;
}
.software-title {
  color: var(--base);
  text-align: center;
  font-family: var(--outfit);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.24px;
}
/* ======= source-software BOX ============= */
/*  ======= Detail Page header ============= */
.detail-header-section {
  padding-block: 20px;
  border-top: 1px solid var(--primary5);
  border-bottom: 1px solid var(--primary5);
}
.cat-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.cat-header .icon-arrow-left {
  width: 32px;
  margin-top: 20px;
}
/*  ======= Detail Page header ============= */
/* ======= ALT SECTION =============  */
.vimi-boxes .f-row {
  gap: 100px;
  align-items: center;
  margin-inline: auto;
  width: fit-content;
  padding-block: 30px;
}
.vimi-boxes .f-row:nth-child(even) {
  flex-direction: row-reverse;
}
.vimi-boxes .f-row:last-child {
  padding-bottom: 0px;
}
.team-boxes .f-row {
  gap: 100px;
  align-items: center;
  margin-inline: auto;
  width: fit-content;
  padding-block: 30px;
}
.team-boxes .f-row:nth-child(odd) {
  flex-direction: row-reverse;
}
.team-boxes .f-row:last-child {
  padding-bottom: 0px;
}
.abt_img {
  width: 400px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  padding-inline: 15px;
}
.abt_img img {
  width: 100%;
  height: 100%;
}
.abt_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 690px;
  padding-inline: 15px;
}
.abt-title {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
.abt-subtitle {
  color: var(--base2);
  font-family: var(--outfit);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
.abt-center-img {
  width: 100%;
  min-height: 270px;
  object-fit: cover;
}
/* story-detail */
.story-container .f-col {
  padding: 60px;
}
.story-detail {
  display: flex;
  flex-direction: column;
}
.story-icon {
  width: 96px;
  height: 93px;
}
.story-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.story-title {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.24px;
  margin-block: 30px 12px;
}
.org-bg {
  background: var(--secondary4);
}
.blue-bg {
  background: var(--primary5);
}
.pista-bg {
  background: rgba(171, 196, 170, 0.2);
}
.center {
  text-align: center;
}
.plan-section {
  padding-top: 40px;
}
.color-base {
  color: var(--base);
}
.color-base1 {
  color: var(--base1);
}
.color-base2 {
  color: var(--base2);
}
.color-base3 {
  color: var(--base3);
}
.color-base4 {
  color: var(--base4);
}
.color-primary {
  color: var(--primary);
}
.color-primary1 {
  color: var(--primary1);
}
.color-primary2 {
  color: var(--primary2);
}
.color-primary3 {
  color: var(--primary3);
}
.color-primary4 {
  color: var(--primary4);
}
.white {
  color: var(--white) !important;
}
.color-secondary {
  color: var(--secondary);
}
.color-rose {
  color: var(--rose);
}
.color-secondary1 {
  color: var(--secondary1);
}
.color-secondary2 {
  color: var(--secondary2);
}
.color-secondary3 {
  color: var(--secondary3);
}
.color-secondary4 {
  color: var(--secondary4);
}
#tabs-nav .swiper-slide {
  width: auto;
}
.solution-wrap .section-header .button {
  margin-top: 40px;
}
.solution-card-wrap .f-row {
  row-gap: 40px;
}
.solution-card {
  display: flex;
  gap: 12px;
}
.sol-img {
  width: 40px;
  height: 40px;
}
.aol {
  flex: 1;
}
:root {
  --header-height: 93px;
  --header-scroll-height: 70px;
}
html,
body {
  width: 100%;
}
.container {
  max-width: calc(1440px - 120px);
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main-container {
  padding-top: var(--header-height);
}
.comm-section {
  padding: 60px 0;
  position: relative;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.t-left {
  text-align: left;
  align-items: flex-start;
}
.pioneering-sec .button {
  margin-inline: auto;
  width: fit-content;
  display: block;
}
.explore_tabs .button {
  margin-inline: auto;
  width: fit-content;
  display: block;
}
.tab-content .button {
  margin-top: 60px;
  margin-inline: auto;
  width: fit-content;
  display: block;
}
.design-elements {
  margin-bottom: 60px;
  text-align: center;
}
.blog-header {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
.blog-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tab-nav.content {
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--primary);
}
/* .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  background-color: var(--primary3);
} */
.blog-container .button {
  display: none;
}
.solutions {
  gap: 24px 0;
}
.solutions .card-choose-box {
  box-shadow: -20px 20px 50px 0px rgba(103, 128, 109, 0.08);
}
.solutions .link-arrow {
  align-self: end;
}
.solutions-slider {
  display: none;
}
.solutions-slider .card-choose-box {
  box-shadow: -20px 20px 50px 0px rgba(103, 128, 109, 0.08);
}
.solutions-slider .link-arrow {
  align-self: end;
}
.solutions-slider .swiper-slide {
  padding: 25px;
  margin-bottom: 25px;
}
.myConverge {
  padding-bottom: 30px;
}
.app-grid {
  gap: 60px 0;
}
.app-grid .grid-item {
  margin-bottom: 60px;
}
.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.btn-center {
  margin-inline: auto;
  display: block;
}
.detail_container {
  gap: 20px;
  align-items: flex-start;
}
.detail_container._rev {
  flex-direction: row-reverse;
}
.detail_navigation {
  vertical-align: top;
  position: sticky;
  top: 100px;
  z-index: 10;
  margin: 0 0 0;
  padding: 0;
  width: 25%;
  min-width: 10px;
  list-style: none;
  padding-inline: 15px;
}
.detail_navigation.form-wrap {
  width: 530px;
  border-radius: 20px;
  border: 1px solid var(--primary5, #f3f6ff);
  overflow: hidden;
  padding: 40px;
}
.detail_navigation li.init {
  display: none;
}
.detail_navigation li {
  color: var(--black);
  font-family: var(--outfit);
  font-size: var(--fs14);
  font-style: normal;
  line-height: 21px;
  letter-spacing: 0.14px;
  width: 100%;
}
.detail_navigation li a {
  color: var(--black);
  font-family: var(--outfit);
  font-size: var(--fs14);
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.14px;
  padding-block: 16px;
  border-bottom: 1px solid var(--primary4);
  width: 100%;
  display: block;
  font-weight: 400;
}
.detail_navigation li .active-section {
  font-weight: 600;
}
.detail_body {
  flex: 1;
  padding-inline: 15px;
}
.content-section {
  position: relative;
  width: 100%;
  min-height: 200px;
}
.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6,
.content-section p,
.content-section small {
  margin-inline: 0;
}
.content-section h2 {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs54);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.54px;
  margin-bottom: 16px;
}
.content-section h3 {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.54px;
  margin-bottom: 16px;
}
.content-section h4 {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.54px;
  margin-bottom: 12px;
}
.content-section h5 {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs22);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.54px;
  margin-bottom: 12px;
}
.content-section h6 {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.54px;
  margin-bottom: 6px;
}
.content-section small {
  color: var(--base1);
  font-family: var(--outfit);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.16px;
  margin-bottom: 12px;
  display: inline-block;
}
.content-section ul {
  list-style: unset;
}
.content-section p,
.content-section li {
  color: var(--base1);
  font-family: var(--outfit);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.16px;
  margin-bottom: 30px;
}
.content-section p:last-child,
.content-section li:last-child {
  margin-bottom: 40px;
}
.content-section li {
  margin-inline: 40px 20px;
  margin-bottom: auto;
}
.content-section img {
  border-radius: 20px;
  margin-bottom: 40px;
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
.com-lang {
  background: var(--secondary4);
  border-radius: 20px;
  padding: 40px;
  font-family: 'Proxima Nova';
  color: #000;
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 300;
  margin-bottom: 40px;
}
.tutorials-slider .swiper {
  overflow: visible;
}
.ic-dropdwn {
  display: none;
}
.linkinBtn {
  display: flex;
  padding: 8px 14px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #3f6a94;
  color: var(--primary5);
  font-family: var(--outfit);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14px;
  width: max-content;
  margin-top: 16px;
}
.vision-mission {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.vision-mission-bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.detimg {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  background: url(<path-to-image>) #d3d3d3 0px -1.427px / 100% 207.086% no-repeat;
  box-shadow: -20px 20px 50px 0px rgba(103, 128, 109, 0.08);
  margin-bottom: 30px;
}
.detimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.solutions-offer-section {
  overflow: hidden;
}
.solutions-offer-section.comm-section {
  padding-bottom: 60px;
}
.solutions-slider.solutions-offer-slider {
  display: block;
}
.solutions-slider.solutions-offer-slider .swiper-slide {
  padding: 0;
  margin-bottom: 0;
}
.solutions-slider.solutions-offer-slider .swiper {
  overflow: visible;
}
.card-list {
  width: 100%;
}
.card-list a {
  justify-content: space-between;
  padding-inline: 0;
  color: var(--primary, #262a38);
}
.card-list a:hover {
  color: var(--black);
}
.card-row {
  row-gap: 40px;
}
.ov-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.ov-nav li {
  position: relative;
}
.ov-nav a {
  color: var(--base2);
  text-align: left;
  padding-right: 0;
  border-left: 1px dashed #E1E1E1;
  justify-content: flex-start;
}
.ov-nav a.active {
  border-left: 1px solid var(--primary);
  color: var(--primary);
}
.ov-content {
  flex: 1;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
}
.ov-profile {
  display: flex;
  gap: 16px;
  margin-bottom: 25px;
}
.ov-img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
}
.ovd .card-title {
  color: var(--primary);
  margin-bottom: 0;
}
.blog-date {
  display: flex;
  align-items: center;
}
.blog-date .divider {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d9d9d9;
  margin: 0 9px;
}
.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img .section-title,
.bg-img .section-subpera,
.bg-img .card-choose-box,
.bg-img .card-choose-title22,
.bg-img .card-choose-info {
  color: var(--white);
}
.bg-img .card-choose-box {
  border: 0;
}
.bg-img .swiper-pagination-bullet-active {
  background: #fff;
}
.full_with_slider {
  overflow: hidden;
}
.grid_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}
.grid_section:only-child .grid_wrap {
  padding-top: 0;
}
.grid_section:not(.blue_bg):last-child .grid_wrap {
  padding-bottom: 0;
}
.img_wrap {
  width: 620px;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}
.grid_video {
  cursor: pointer;
  width: 100%;
}
.grid_video .thumbnail {
  max-width: 620px;
  height: 410px;
}
.grid_video .thumbnail.img::after {
  content: none;
}
.grid_video .video-icon {
  width: 70px;
  height: 70px;
}
.grid_right {
  padding-left: 15px;
  flex: 1;
}
.grid_right .txt_wrap {
  padding-left: 150px;
}
.grid_right .txt_wrap .hdn3_B,
.grid_right .txt_wrap .hdn6_Eb {
  margin-bottom: 10px;
}
.grid_right .txt_wrap .txt5_R {
  margin-bottom: 28px;
}
.grid_left {
  padding-right: 15px;
  flex: 1;
}
.grid_section:not(.reverse) {
  z-index: 8;
  position: relative;
}
.grid_section:not(.reverse):nth-child(odd) .grid_wrap {
  flex-direction: row-reverse;
}
.grid_section:not(.reverse):nth-child(odd) .grid_right {
  padding-right: 15px;
  padding-left: 0;
}
.grid_section:not(.reverse):nth-child(odd) .grid_right .txt_wrap {
  padding-right: 150px;
  padding-left: 0;
}
.grid_section:not(.reverse):nth-child(odd) .grid_left {
  padding-right: 0;
  padding-left: 15px;
}
.grid_section:not(.reverse):nth-child(odd) .img_wrap {
  margin-left: auto;
}
.grid_section.reverse {
  z-index: 8;
  position: relative;
  width: 100%;
}
.grid_section.reverse:nth-child(even) .grid_wrap {
  flex-direction: row-reverse;
}
.grid_section.reverse:nth-child(even) .grid_right {
  padding-right: 15px;
  padding-left: 0;
}
.grid_section.reverse:nth-child(even) .grid_right .txt_wrap {
  padding-right: 150px;
  padding-left: 0;
}
.grid_section.reverse:nth-child(even) .grid_left {
  padding-right: 0;
  padding-left: 15px;
}
.grid_section.reverse:nth-child(even) .img_wrap {
  margin-left: auto;
}
.arrow-list ul {
  margin-left: 30px;
}
.arrow-list li {
  margin-bottom: 20px;
  padding-left: 8px;
  position: relative;
}
.arrow-list li::marker {
  text-align: center !important;
}
.arrow-list li::before {
  content: '';
  background-image: url("../images/right-arrow.svg");
  position: absolute;
  left: -30px;
  top: -4px;
  width: 20px;
  height: 20px;
  display: block;
}
.arrow-list p {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--blue);
  margin-bottom: 14px;
}
.casestudy_grid:not(.reverse) .grid_left {
  flex: unset;
}
.casestudy_grid:not(.reverse):nth-child(odd) .grid_right .txt_wrap {
  padding-right: 45px;
}
.casestudy_grid .grid_right .txt_wrap {
  padding-left: 45px;
}
.casestudy_grid .img_wrap {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}
.casestudy_grid .grid_wrap {
  max-width: 850px;
  padding: 40px 16px;
}
.casestudy_grid .txt_wrap p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.casestudy_grid.reverse .grid_left {
  flex: unset;
}
.casestudy_grid.reverse:nth-child(even) .grid_right .txt_wrap {
  padding-right: 45px;
}
.grid-wrap {
  display: flex;
  align-items: flex-end;
  gap: 80px;
}
.grid-box {
  max-width: 410px;
  margin: 0 auto;
  display: flex;
  padding: 30px 24px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex: 1 0 0;
  flex-wrap: wrap;
  border-radius: 20px;
  border: 1px solid var(--primary5, #f3f6ff);
  background: #FFF;
  /* Slide Card Shadow - Light */
  box-shadow: -20px 20px 50px 0px rgba(103, 128, 109, 0.08);
}
.grid-right {
  flex: 1;
}
.grid-left {
  width: 100%;
  max-width: 680px;
}
.accordian {
  margin-top: 24px;
}
.acc-list {
  border-bottom: 1px solid var(--borderColor);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 14px;
}
.acc-list:last-child {
  border-bottom: 0;
}
.acc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.acc-header span:first-child {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--darkBlue);
}
.acc-header span:last-child {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.acc-body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--blueGray);
}
.acc-body p {
  color: #363940;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: 0;
}
.acc-body p:last-child {
  margin-bottom: 0;
}
.acc-body blockquote {
  font-size: 18px;
  color: #363940;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: 0;
}
.acc-body ul {
  padding-left: 24px;
}
.acc-body ul li {
  color: #363940;
  line-height: 2;
  margin-bottom: 16px;
  margin-top: 0;
  list-style-type: disc;
}
.acc-body ul li::marker {
  color: var(--blue);
}
.acc-body ol {
  padding-left: 24px;
}
.acc-body ol li {
  color: #363940;
  line-height: 2;
  margin-bottom: 16px;
  margin-top: 0;
  list-style-type: decimal;
}
.acc-body ol li::marker {
  color: var(--blue);
}
.acc-body h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 22px;
}
.acc-body h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
}
.acc-body h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.acc-body h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
.acc-body h6 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
.acc-list:not(.active) .ph-minus {
  display: none;
}
.acc-list:not(.active) .acc-body {
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.acc-list.active .ph-plus {
  display: none;
}
.acc-list.active .acc-body {
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  margin-bottom: 14px;
}
.looking-for-sticky {
  position: sticky;
  top: 0;
}
.looking-for-container {
  position: absolute;
  top: 0;
  height: 100%;
}
.looking-for-text {
  width: 50%;
  max-width: 552px;
  margin-left: auto;
}
.looking-for-text ol {
  list-style-type: none;
  counter-reset: li;
}
.looking-for-text li {
  margin-bottom: 40px;
  position: relative;
  border-bottom: 1px solid rgba(112, 112, 112, 0.14);
  padding-bottom: 34px;
}
.looking-for-text li:last-child {
  margin-bottom: 0;
}
.looking-for-text li:first-child {
  margin-top: 0;
}
.looking-for-text li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  font-size: 24px;
  color: #1d2e61;
  margin-right: 0.25em;
  font-weight: 600;
  position: absolute;
  left: 0;
}
.looking-for-text h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 14px;
  padding-left: 64px;
}
.looking-for-text p {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 64px;
}
.looking-for-head-wrap {
  position: sticky;
  top: 160px;
  width: 100%;
}
.looking-for-head {
  max-width: 510px;
  position: sticky;
  top: 120px;
}
.looking-for-descr {
  max-width: 400px;
  font-size: 18px;
  margin-top: 18px;
  line-height: 1.5;
}
.looking-for-descr p {
  color: #333;
  font-size: 18px;
}
.hdn3_B {
  font-size: var(--fs32);
  line-height: 1.2;
  font-weight: 700;
  color: var(--black);
}
.calculator-wrap {
  position: relative;
  padding: 95px 80px;
  height: 410px;
  border-radius: 10px;
  overflow: hidden;
}
.calculator-img {
  height: 0;
  padding-top: 33%;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.calculator-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calculator-content {
  z-index: 2;
  position: relative;
  max-width: 470px;
}
.calculator-content .hdn3_B {
  margin-bottom: 20px;
}
.calculator-content .txt5_R {
  margin-bottom: 30px;
}
.benefit-card {
  border-radius: 22px;
  border: 1px solid #E4E4E7;
  padding: 40px;
  height: 100%;
}
.benefit-card .txt3_B {
  margin-bottom: 12px;
}
.benefit-img {
  width: 60px;
  height: 60px;
  margin-bottom: 44px;
}
.benefit-img img {
  width: 100%;
  height: 100%;
  object-position: contain;
}
.benefit-wrap .f-row {
  gap: 30px 0;
}
.swiper-button {
  border: 1px solid var(--blue);
  border-radius: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  font-size: 20px;
}
.swiper-button::after {
  color: var(--blue);
  font-size: 20px;
  font-family: "Phosphor";
}
.benefitsSwiperNext,
.benefitsSwiperPrev {
  top: unset;
  bottom: 0;
}
.swiper-button.swiper-button-next::after,
.swiper-rtl .swiper-button.swiper-button-prev::after {
  content: "\f28b";
}
.swiper-button.swiper-button-prev::after,
.swiper-rtl .swiper-button.swiper-button-next::after {
  content: "\f282";
}
.benefitsSwiper {
  overflow: visible;
  padding-bottom: 110px;
}
.benefitsSwiper .swiper-slide {
  border-right: 1px solid var(--borderColor);
}
.benefitsSwiper .swiper-slide:last-child {
  border-right: 0;
}
.benefitsSwiper .swiper-button.swiper-button-next,
.benefitsSwiper .swiper-rtl .swiper-button.swiper-button-prev {
  right: 45%;
}
.benefitsSwiper .swiper-button.swiper-button-prev,
.benefitsSwiper .swiper-rtl .swiper-button.swiper-button-next {
  left: 45%;
}
.benefits-list-wrap {
  max-width: 350px;
}
.benefits-img-wrap {
  width: 50px;
  height: 50px;
  margin-bottom: 26px;
}
.benefits-img-wrap img {
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.benefit-section {
  position: relative;
}
.benefit-swiper-content {
  position: sticky;
  top: 20%;
  bottom: 0;
}
.trigger-benefit {
  position: absolute;
}
.benefit-trigger-point {
  position: relative;
  height: 100vh;
}
.client-img-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.client-left-img {
  width: 78px;
  height: 78px;
  overflow: hidden;
}
.client-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-right-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.client-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-content .pioneering-title {
  margin-bottom: 4px;
}
.client-content .client-discription {
  margin-bottom: 24px;
}
.client-card {
  padding: 30px 18px 30px 32px;
  border-radius: 22px;
  border: 1.122px solid #E4E4E7;
  background: #FFF;
  box-shadow: 0px 1.1219px 0px 0px #E4E4E7;
  width: 100%;
}
.clientLogoSwiperbg h2 {
  margin-bottom: 50px;
}
.clientLogoBtn {
  margin-top: 50px;
  text-align: center;
}
.client-logos-wrapper {
  height: 72px;
  width: auto;
}
.client-logos-wrapper img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.client-img {
  width: 58px;
  height: 58px;
  margin-right: 14px;
  border-radius: 50%;
  overflow: hidden;
}
.other-details {
  flex: 1;
}
.client-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 4px;
}
.client-position {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--blueGray);
}
.expert-card {
  background: #FFF;
  position: relative;
  padding: 20px;
  border-radius: 27px;
  overflow: hidden;
  cursor: pointer;
}
.expert-content {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expert-detail {
  position: absolute;
  background: #FFF;
  height: 100%;
  width: 100%;
  transition: 1s all ease-in-out;
}
.expert-detail .expert-content {
  margin-bottom: 42px;
}
.expert-detail .txt4_M {
  height: 70%;
  overflow: auto;
}
.expert-right {
  width: 30px;
  height: 30px;
}
.expert-right img {
  width: 100%;
  height: 100%;
}
.expert-right.cross {
  transform: rotate(45deg);
}
.expert-front {
  overflow: hidden;
  position: relative;
  border-radius: 27px;
}
.expert-front.active .expert-detail {
  transform: translateY(-100%);
}
.team-certi-sec hr {
  border-top: 1px solid #DDD;
  margin: 60px 0;
}
.expert-img {
  height: 0;
  padding-top: 95.2%;
  position: relative;
  margin-bottom: 20px;
  border-radius: 26px;
  overflow: hidden;
}
.expert-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-img img {
  width: 100%;
  height: 100%;
}
.parnter-banner-wrap .whitepaper-content {
  max-width: 760px;
}
.parnter-banner-wrap .txt4_R {
  max-width: 500px;
}
.parnter-banner-wrap .button {
  margin-bottom: 45px;
}
.parnter-banner-wrap .txt4_Sb {
  text-transform: uppercase;
  letter-spacing: 2.16px;
  margin-bottom: 40px;
}
.partner-img {
  width: 200px;
}
.vulnerable-card {
  padding: 35px 33px 25px;
  border-radius: 22px;
  background: #F9F9F9;
}
.vulnerable-card .benefit-img {
  margin-bottom: 30px;
}
.vulnerable-wrap {
  position: relative;
  z-index: 3;
}
.vulnerable-wrap .benefit-title {
  max-width: 70%;
  width: 100%;
}
.vul-sec {
  overflow: hidden;
}
.vul-sec.gray-logo::before {
  content: url(../img/gray-logo2.svg);
  left: 0;
  bottom: 70px;
  width: fit-content;
  height: fit-content;
  top: unset;
}
.vulnerable-card-wrap .f-row {
  gap: 30px 0;
}
.perimeterSwiper {
  margin-bottom: 90px;
}
.perimeterSwiper .swiper-slide {
  border-right: 1px solid var(--borderColor);
}
.perimeterSwiper .swiper-slide:last-child {
  border-right: none;
}
.swiper-button {
  border: 1px solid var(--primary);
  border-radius: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  font-size: 20px;
}
.swiper-button::after {
  color: var(--primary);
  font-size: 20px;
  font-family: "Phosphor";
}
.flex-arrow .arrow-box {
  display: flex;
  gap: 16px;
}
.clientSwiper {
  margin-top: 30px;
}
.clientSwiper .swiper-slide {
  height: auto;
  display: flex;
}
.flex-arrow {
  display: flex;
  justify-content: space-between;
}
.flex-arrow .arrow-box {
  display: flex;
  gap: 16px;
}
.flex-arrow .swiper-button-next,
.flex-arrow .swiper-button-prev {
  margin-top: 0;
  top: 0;
  position: static;
}
.arrow-box {
  position: relative;
}
.column-wrap {
  gap: 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.column-wrap h2,
.column-wrap p {
  max-width: 45%;
  width: 100%;
}
.myChooseYntra .swiper-slide {
  height: auto;
}
.wpcf7-spinner {
  display: none;
}
.pricing-table-responsive {
  margin: auto;
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
  overflow-x: auto;
}
.pricing-table {
  width: 100%;
  text-align: left;
  border-radius: 10px;
}
.pricing-table thead {
  background: #182753;
  color: #fff;
}
.pricing-table thead th {
  background: #182753;
  color: #fff;
  padding: 12px 20px;
}
.pricing-table tbody {
  background: #F3F6FF;
}
.pricing-table tbody td {
  background: #F3F6FF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: var(--base);
  padding: 12px 20px;
}
.pricing-table tr > th:nth-child(3),
.pricing-table tr > td:nth-child(3) {
  min-width: 300px;
}
.pricing-table tr > td:first-child p {
  font-weight: 400;
}
.price2-head {
  border-bottom: 0;
  padding-inline: 0;
}
.colname {
  color: var(--white);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.coldesc {
  color: var(--secondary-4, #c3cbde);
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.coldata {
  color: var(--Grey-1, #262a38);
  font-size: var(--fs18);
  font-style: normal;
  line-height: normal;
}
.ways-sec .table-container {
  overflow-x: auto;
}
.ways-sec .comm-head-wrap {
  max-width: 815px;
  margin-bottom: 20px;
}
.ways-sec table {
  border-spacing: 24px 32px;
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
.ways-sec thead {
  border-radius: 16px;
  background: #101936;
}
.ways-sec thead th {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f18);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  max-width: 210px;
  text-align: center;
}
.ways-sec thead th:nth-child(1) {
  text-align: left;
}
.ways-sec td.check {
  background: url(../images/check.svg) 50%;
  background-repeat: no-repeat;
}
.ways-sec td.cross {
  background: url(../images/cross.svg) 50%;
  background-repeat: no-repeat;
}
.ways-sec tbody {
  border-radius: 16px;
  border: 1px solid rgba(174, 174, 174, 0.2);
  background: #fff;
  color: #101936;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f16);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.ways-sec tbody td {
  color: rgba(16, 25, 54, 0.6);
  text-align: left !important;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f16);
  font-style: normal;
  font-weight: 500;
  line-height: 2.12;
  /* 212.5% */
}
.ways-sec tbody td ul > li {
  margin-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.ways-sec tbody td ul > li::before {
  content: "";
  height: 13px;
  width: 13px;
  background: url("../img/grn-check-small.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: -20px;
}
.ways-sec th,
.ways-sec td {
  padding: 12px 16px;
  text-align: left;
}
.ways-sec tbody td:nth-child(1) {
  color: #18181b;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f16);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.ways-sec tbody tr:nth-child(odd) {
  background: #fff;
}
.ways-sec tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.ways-sec .table-title {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f18);
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 30px;
}
.ways-sec .table-cap {
  color: rgba(16, 25, 54, 0.6);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
  /* 171.429% */
  letter-spacing: -0.5px;
  margin-top: 18px;
}
.plan-table-container .faq-wrap {
  width: 100%;
}
.plan-table-container .faqAcc {
  border-radius: 10px;
  background: rgba(28, 36, 76, 0.03);
  margin-bottom: 16px;
}
.plan-table-container .faqpara {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.plan-table-container .faqQus {
  padding: 20px 32px;
}
.plan-table-container .faqQus h4 {
  color: #1b2978;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
}
.plan-table-container .faqAcc.active .faqQus h4 {
  color: #1b2978;
}
.plan-table-container tbody td {
  width: 20%;
}
.plan-table-container tbody td:first-of-type {
  width: 40%;
}
.plan-table-container tbody td h4 {
  color: #252430;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f18);
  font-style: normal;
  font-weight: 800;
  line-height: 1.44;
  /* 144.444% */
  margin-bottom: 10px;
}
.plan-table-container tbody td ul > li {
  color: #5f5f69;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f16);
  font-style: normal;
  font-weight: 600;
  line-height: 1.62;
  margin-bottom: 4px;
}
.plan-table-head {
  border-radius: 30px;
  border: 1px solid #e6e9f5;
  background: #fff;
  padding: 24px 32px;
  position: sticky;
  top: calc(var(--headerHeight) + 40px);
  z-index: 2;
}
.plan-table-head ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan-table-head ul > li {
  width: 20%;
  text-align: center;
  color: #1b2978;
  leading-trim: both;
  text-edge: cap;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f18);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  /* 125% */
}
.plan-table-head ul > li:first-of-type {
  width: 40%;
  text-align: left;
}
.plan-table-head ul > li:first-child {
  font-size: var(--f24);
}
.plan-card-box {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 27px;
  position: sticky;
  bottom: 0;
  z-index: 2;
  background: white;
}
.plan-table-card {
  border-radius: 20px;
  border: 1px solid #bbbec9;
  background: #fff;
  padding: 16px 24px;
}
.plan-table-card h3 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f32);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4.8px;
  /* 140% */
  letter-spacing: -1px;
}
.plan-table-card h3 span {
  color: #333;
  leading-trim: both;
  text-edge: cap;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f16);
  font-style: normal;
  font-weight: 500;
  line-height: 2.8px;
  /* 280% */
  letter-spacing: -1px;
}
.plan-table-card-detail {
  margin-bottom: 28px;
}
.plan-table-card-detail p {
  color: #5f5f69;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.plan-table-card-wrap {
  padding: 4px;
  border-radius: 23px;
  background: #1b2978;
}
.plan-table-card-wrap h4 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 196.6%;
  /* 27.524px */
  letter-spacing: 2.38px;
  text-transform: uppercase;
  text-align: center;
}
.plan-card-new {
  padding: 24px;
  border-radius: 15px;
  border: 1px solid #e4e4e7;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.plan-card-new:hover {
  background: #101936;
  transition: all 0.3s ease-in-out;
}
.plan-card-new .button {
  width: 100%;
  border: 1px solid #000;
  color: #1b2978;
  background: white;
}
.plan-card-new .button:hover {
  background: #1b2978;
  color: #fff;
}
.plan-card-new .card-price-wrap {
  margin-bottom: 22px;
}
.plan-card-new .card-price-wrap h4 {
  color: #18181b;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f18);
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  /* 133.333% */
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.plan-card-new .card-price-wrap h3 {
  color: #0a0a0a;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f32);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
  transition: all 0.3s ease-in-out;
}
.plan-card-new .card-price-wrap h3::before {
  content: "₹";
  font-size: var(--f32);
  height: 32px;
  width: 32px;
  margin-right: 4px;
}
.plan-card-new .card-price-wrap span {
  color: #404040;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f16);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
  letter-spacing: -0.25px;
  margin-bottom: 24px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.plan-card-new:hover .card-price-wrap h3,
.plan-card-new:hover .card-price-wrap h4,
.plan-card-new:hover .card-price-wrap span {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.plan-card-new:hover .card-detail-wrap p {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.plan-card-new:hover .card-detail-wrap ul > li {
  color: #c2c2c2;
  transition: all 0.3s ease-in-out;
}
.card-detail-wrap p {
  color: #18181b;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f18);
  font-style: normal;
  font-weight: 600;
  line-height: 1.77;
  /* 177.778% */
  margin-bottom: 14px;
  transition: all 0.3s ease-in-out;
}
.card-detail-wrap ul > li {
  color: #52525b;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
  /* 128.571% */
  margin-bottom: 14px;
  position: relative;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
}
.card-detail-wrap ul > li::before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px;
  left: -24px;
  background: url("../images/list-before-check.svg");
  background-repeat: no-repeat;
}
.read-more-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
.read-more-wrap p {
  color: #191921;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f16);
  font-style: normal;
  font-weight: 500;
  line-height: 0px;
  /* 0% */
}
.read-icon-wrap {
  height: 17px;
  width: 17px;
  transform: rotate(180deg);
}
.read-icon-wrap img {
  object-fit: contain;
  vertical-align: unset;
}
.plancardSwiper .swiper-slide {
  display: flex;
  height: auto;
}
.plan-card-new-container {
  position: relative;
}
.plan-prev-btn,
.plan-next-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  height: 45px;
  width: 45px;
}
.plan-prev-btn.swiper-button-disabled,
.plan-next-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transition: all 0.4s ease-in-out;
}
.plan-next-btn {
  right: -10px;
}
.plan-prev-btn {
  left: -10px;
}
.table-tab-container {
  border-radius: 20px;
  border: 1px solid #e7e7fc;
  background: #e7eaf4;
  padding: 16px;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}
.table-detail-wrap {
  padding: 16px 16px 0 0;
  width: 100%;
  max-width: 282px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table-detail-txt {
  padding: 16px;
}
.table-detail-txt h3 {
  color: #18181b;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f18);
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  /* 133.333% */
  margin-bottom: 24px;
}
.table-detail-txt ul > li {
  color: #52525b;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  position: relative;
  margin-left: 24px;
}
.table-detail-txt ul > li:not(:last-child) {
  margin-bottom: 22px;
}
.table-detail-txt ul > li::before {
  content: "";
  height: 16px;
  width: 16px;
  background: url("../images/table-grn-check.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: -24px;
}
.table-detail-txt p {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f16);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.table-wrap {
  background: #fff;
  padding: 18px;
  width: 100%;
  border-radius: 14px;
  min-width: 650px;
}
.table-wrap table {
  width: 100%;
  border-collapse: separate;
}
.table-wrap thead th {
  color: #1b2978;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 19.256px;
  /* 137.542% */
  letter-spacing: 0.98px;
  text-transform: uppercase;
  border-top: 1px solid #e6e9f5;
  border-bottom: 1px solid #e6e9f5;
}
.table-wrap thead th:first-child {
  border-left: 1px solid #e6e9f5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.table-wrap thead th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right: 1px solid #e6e9f5;
}
.table-wrap thead th:nth-child(1) {
  text-align: left;
}
.table-wrap tbody {
  background: #fff;
  color: #101936;
  font-family: "Plus Jakarta Sans";
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.table-wrap tbody td {
  color: #5f5f69;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.85;
  /* 185.714% */
}
.table-wrap th,
.table-wrap td {
  padding: 12px 16px;
  text-align: left;
}
.table-wrap tbody td:nth-child(1) {
  color: #252430;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 185.714% */
  text-align: left;
}
.table-head {
  border-radius: 8px;
  border: 0.481px solid #e6e9f5;
  background: #fff;
}
.table-tabs-wrap {
  border-radius: 60px;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 6px;
  width: max-content;
  margin: 0 auto 28px;
}
.table-tabs-wrap ul {
  display: flex;
}
.table-tab {
  padding: 6px 40px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.table-tab p {
  color: #5f5f69;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: var(--f16);
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;
  /* 250% */
  letter-spacing: -0.32px;
  transition: all 0.3s ease-in-out;
}
.table-tab.active p {
  color: #283e81;
  transition: all 0.3s ease-in-out;
}
.table-tab.active {
  border-radius: 48.801px;
  background: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.wh-text,
.wh-text p {
  color: #FFF !important;
}
.ov-visible {
  overflow: visible;
}
.ov-hidden {
  overflow: hidden;
}
.bg-orange {
  background: #FEF5EC;
}
.relative {
  position: relative;
}
/*==========================================================================
=> Multiple Tab
==========================================================================*/
.plan-wrap .tabs {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
}
.plan-wrap .tabs li {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 0 15px 10px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.plan-wrap .tabs li.active {
  color: var(--primary);
  background: #FFF;
  border-radius: 98px;
  box-shadow: 0px 5px 20px 0px #F2EBE1;
}
.comm-tab-wrap.desk-table {
  margin: 0;
}
.comm-tab-wrap {
  width: 100%;
  margin: 40px auto;
}
.comm-tab-wrap ul.tabs {
  width: fit-content;
  margin: 0 auto;
}
.comm-tab-wrap ul.tabs li {
  text-align: center;
  position: relative;
  z-index: 3;
}
.comm-tab-wrap .tab_container {
  margin: 0 auto;
}
.tab_content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.tab_content.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.comm-tab-box {
  width: 100%;
  margin-bottom: 60px;
}
/*==========================================================================
=> Multiple Tab
==========================================================================*/
.product-hero-slider .swiper-slide {
  text-align: center;
}
.product-hero-slider .slider-container {
  max-width: 1000px;
  width: 88%;
  margin: 0 auto;
}
.product-hero-slider .hero-content-cta-group {
  justify-content: center;
}
.product-hero-slider .link {
  color: #FFF;
}
.product-hero-slider .hero-icon {
  margin-bottom: 30px;
}
.product-hero-slider .hero-slider-title {
  margin-bottom: 12px;
}
.product-hero-slider .hero-slider-subTitle {
  margin-bottom: 0px;
}
.pera18 p {
  color: var(--base);
  font-size: var(--fs18);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.18px;
}
.pera16 p {
  color: var(--base);
  font-size: var(--fs16);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.16px;
}
.card-title {
  color: var(--base);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.24px;
}
.choice-card {
  display: flex;
  gap: 34px;
  align-items: center;
  padding: 24px;
  padding-right: 0;
}
.choice-card:last-child {
  margin-bottom: 0;
}
.choice-icon {
  width: 72px;
  height: 72px;
}
.choice-content {
  flex: 1;
}
.choice-wrap {
  padding-top: 100px;
  position: relative;
}
.choice-wrap .f-row {
  align-items: center;
}
.choice-img {
  width: 490px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  max-height: 400px;
}
.choice-img img {
  width: 100%;
}
.deploy-group {
  width: 96%;
  height: 550px;
  margin: 0 auto;
}
.deploy-group .popup-youtube img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deploy-text {
  color: #FFF;
  font-family: 'Proxima Nova';
  font-size: 9vw;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.my-pagination {
  padding-bottom: 70px;
}
.my-pagination .swiper-horizontal > .swiper-pagination-bullets,
.my-pagination .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.real-img {
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.real-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.real-title {
  color: var(--base);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.24px;
  margin-bottom: 10px;
}
.faq-wrap .section-subpera {
  margin-bottom: 12px;
}
.main-tab-box .tabs,
.right-tab-box .tabs {
  border-radius: 30px;
  border: 1px solid #F59700;
  background: rgba(245, 151, 0, 0.25);
  padding: 4px;
}
.main-tab-box .tabs li,
.right-tab-box .tabs li {
  color: #000;
  font-size: var(--fs18);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.18px;
  padding: 10px 30px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.main-tab-box .tabs li.active,
.right-tab-box .tabs li.active {
  color: var(--black);
  font-weight: 600;
}
.left-tab-box {
  margin-bottom: 0;
  padding: 20px;
  padding-top: 0;
  border-bottom: 1px solid #F3F6FF;
}
.left-tab-box > .tabs {
  gap: 34px;
  justify-content: flex-start;
  margin: 0 !important;
}
.left-tab-box > .tabs li {
  border-radius: 8px;
  border: 1px solid #F3F6FF;
  background: #FFF;
  padding: 10px 15px;
  color: #262A38;
  font-weight: 500;
}
.left-tab-box > .tabs li.active {
  color: #004BD1;
  background: #F3F6FF;
}
.right-tab-box {
  position: absolute;
  top: 20px;
  right: 40px;
  padding: 2px;
  width: fit-content;
  overflow: hidden;
}
.right-tab-box .tabs li {
  padding: 4px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-tab-box .tabs li:nth-child(2) {
  padding: 4px 4px 4px 12px;
}
.right-tab-box .tabs li span {
  color: #4B5A96;
  font-size: 8px;
  font-weight: 600;
  line-height: 2.5;
  padding: 0 10px;
  background: #F3F6FF;
  border-radius: 98px;
  margin-left: 6px;
}
.plan-section table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.plan-section table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.plan-section table tr {
  border-bottom: 2px dashed #C3CBDE;
  padding: .35em;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan-section tbody tr:last-child {
  border-bottom: none;
}
.plan-section table th,
.plan-section table td {
  padding: 20px;
  text-align: center;
}
.plan-section table th > div,
.plan-section table td > div {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  gap: 20px;
}
.plan-section table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.plan-section td[data-label="price"] {
  display: flex;
  justify-content: flex-end;
}
.plan-section .table-border {
  border-radius: 20px;
  border: 1px solid #F3F6FF;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .plan-section table {
    border: 0;
  }
  .plan-section table caption {
    font-size: 1.3em;
  }
  .plan-section table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .plan-section table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .plan-section table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .plan-section table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .plan-section table td:last-child {
    border-bottom: 0;
  }
  .plan-section .tick-wrap.des-wrap {
    max-width: 300px;
  }
}
.right-tab-wrap {
  margin: 0;
}
.choice-left .section-header {
  text-align: left;
}
.deploy-swiper {
  overflow: visible;
}
.mob-table {
  display: none;
}
.package-wrap p {
  color: var(--base);
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16px;
}
.tick-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
.tick-wrap p {
  color: var(--base);
  font-size: var(--fs16);
  font-weight: 300;
  line-height: 2.3;
  letter-spacing: 0.16px;
}
.tick-wrap span {
  font-weight: 500;
}
.tick-wrap.des-wrap {
  max-width: 500px;
  text-align: left;
}
.tick-wrap.des-wrap p {
  font-size: 12px;
  line-height: 1.3;
}
.price-wrap p {
  color: #004BD1;
  font-size: var(--fs16);
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.16px;
  border-radius: 8px;
  background: #F3F6FF;
  padding: 0 16px;
}
.price-wrap span {
  font-family: 'Proxima Nova';
  font-size: 12px;
  font-weight: 600;
  line-height: 3;
  letter-spacing: 0.12px;
}
.package-mob-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.package-mob-content .tick-wrap p {
  color: #A8AAAF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.14px;
}
.package-mob-content .tick-wrap span {
  font-weight: 700;
  color: var(--base);
}
.mob-tab-row {
  padding: 20px 4px;
  border-bottom: 2px dashed #C3CBDE;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mob-tab-row:last-child {
  border-bottom: none;
}
.mob-tab-row .price-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mob-tab-row .price-wrap p {
  background: none;
}
.pkg-bottom {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.select-dropdown__button {
  padding: 10px 35px 10px 15px;
  cursor: pointer;
  width: fit-content;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #F3F6FF;
  background: #FFF;
  color: #004BD1;
  font-size: var(--fs16);
  line-height: 1.8;
  letter-spacing: 0.16px;
}
.select-dropdown__button::focus {
  outline: none;
}
.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
  position: absolute;
  z-index: 9;
}
.select-dropdown .arrow-down {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #c1c0c0;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:hover {
  background: #807d7d;
}
.filter-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #F3F6FF;
}
.filter-wrap .form-grp {
  margin-top: 0;
  margin-bottom: 12px;
}
.mob-row-wrap {
  display: none;
}
.mob-table .tab_content {
  border-radius: 20px;
  border: 1px solid #F3F6FF;
  background: #FFF;
  padding: 10px;
}
.pricing-header .swiper-slide {
  text-align: center;
  align-items: flex-start;
}
.pricing-header .hero-slider-bg {
  max-height: 720px;
}
.pricing-header .hero-content-cta-group {
  justify-content: center;
}
.pricing-tabs-section {
  margin-top: -45vh;
  position: relative;
  z-index: 9;
}
.price {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}
.price .slash {
  margin-right: 10px;
}
.price p {
  padding-right: 20px;
  flex: 1;
}
.slash {
  text-decoration: line-through;
}
.news-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px 70px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 60px;
}
.news-logo img {
  height: 30px;
  width: auto;
  object-fit: contain;
}
.list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.blogimg {
  width: 300px;
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
}
.blogimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-content {
  flex: 1;
}
.blog-list {
  flex: 1;
}
.blog-list .pera18 {
  margin-bottom: 20px;
}
.blog-section .filters ul {
  flex-wrap: wrap;
  overflow: hidden;
}
.blog-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--primary5, #f3f6ff);
}
.blog-box:first-child {
  margin-top: 20px;
}
.blog-box .app-box_title {
  margin-bottom: 4px;
}
.blog-box .blog-dis-hmbox {
  margin-bottom: 10px;
}
.blog-box .pioneering-info {
  -webkit-line-clamp: 4;
  margin-bottom: 10px;
}
.life-imgs {
  display: flex;
  height: 500px;
  overflow: hidden;
}
.ticImg {
  flex: 1;
  height: 100%;
}
.ticImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.life2 img {
  height: 50%;
}
.team-slider .clientSay-info {
  border-radius: 8px;
  border: 1px solid var(--primary5, #f3f6ff);
  box-shadow: 0px 4px 100px 0px #F3F6FF;
}
.team-slider .quotation-mark {
  margin-top: 0;
  padding: 10px;
}
.team-slider .clientSay-words,
.team-slider .client-detail {
  margin-top: 20px;
}
.team-slider .clientSay-words {
  font-weight: 400;
  max-width: unset;
}
.myTeamSay {
  overflow: visible;
}
.job-box {
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: -20px 20px 50px 0px #e4eaff;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.job-box:hover {
  background-color: var(--primary);
}
.job-box:hover .pioneering-st,
.job-box:hover .card-choose-title22,
.job-box:hover .pioneering-sub-title {
  color: var(--white);
}
.job-box:hover .button.link {
  color: var(--white);
}
.job-box:hover .button.link svg path {
  fill: var(--white);
}
.team-section {
  overflow: hidden;
}
.partner-slider {
  width: 100%;
  height: 100vh;
}
.partner-slider .hero-slider-bg {
  width: 100%;
  height: 70%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.partner-slider .product-hero-slider {
  height: 100%;
}
.offers-slider {
  width: 100%;
  height: 100vh;
  max-height: 650px;
}
.grid-wrap {
  display: flex;
  align-items: flex-end;
  gap: 80px;
}
.grid-box {
  max-width: 410px;
  margin: 0 auto;
  display: flex;
  padding: 30px 24px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex: 1 0 0;
  flex-wrap: wrap;
  border-radius: 20px;
  border: 1px solid var(--primary5, #f3f6ff);
  background: #FFF;
  /* Slide Card Shadow - Light */
  box-shadow: -20px 20px 50px 0px rgba(103, 128, 109, 0.08);
}
.grid-right {
  flex: 1;
}
.grid-left {
  width: 100%;
  max-width: 680px;
}
.design-elem {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  top: -43px;
  justify-content: space-between;
}
.prod-video .vision-mission-bg {
  top: 45vh;
}
.card-num {
  display: flex;
  width: 64px;
  height: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: var(--primary5, #f3f6ff);
  margin-bottom: 12px;
  color: var(--primary1, #4b5a96);
  font-family: var(--outfit);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.24px;
}
.partner-form {
  max-width: 875px;
  margin: 0 auto;
}
.part-sec.comm-section {
  padding: 60px 0;
}
.img-curves {
  width: 100%;
  height: 350px;
}
.img-curves img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wptb-table-container {
  width: 100%;
}
/* ACCORDIAN ============================= */
.acc-container {
  width: 100%;
}
.acc-container .button {
  margin: 20px 0;
}
.acc-container .acc {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.acc {
  width: calc(100% - 10px);
  margin-bottom: 0px;
  position: relative;
}
.acc-head {
  /*   background-color: #fff; */
  padding: 16px 64px 16px 0;
  position: relative;
  cursor: pointer;
  /*   border: 1px solid #000; */
  transition: all 0.5s ease-in-out;
}
.acc-head .com-b-title {
  margin-left: 0;
  transition: all 0.5s ease-in-out;
}
.acc-head {
  display: flex;
}
.acc-head .sign {
  position: absolute;
  top: 50%;
  right: 0px;
  background-color: transparent;
  transition: all 0.3s;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.acc-head .sign::before,
.acc-head .sign::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: all 0.3s;
}
.acc-head .sign::before {
  right: 30px;
  width: 2px;
  height: 20px;
  margin-top: -10px;
}
.acc-head .sign::after {
  right: 21px;
  width: 20px;
  height: 2px;
  margin-top: -2px;
}
.acc-content {
  padding: 0px 0px 16px 0px;
  padding-left: calc(60px + 24px);
  /*  border: 1px solid #000; */
  border-top: 0;
  display: none;
  background: var(--white);
}
.acc.active .acc-head {
  border-bottom: 0;
  font-weight: 700;
}
.acc.active .acc-head .sign::before {
  transform: rotate(90deg);
}
.acc.active:hover .acc-head .com-b-title {
  margin-left: -15px;
}
.acc.active:hover .acc-head .sign {
  right: -15px;
}
.acc.active .complete-line {
  height: 1px;
  background: #004BD1;
  animation: complete 4s forwards ease;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}
@keyframes complete {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes complete {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.card-tit-header {
  flex: 1;
}
.card-tit-header h5 {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.32px;
}
.card-tit-header h6 {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.18px;
}
.acc-head {
  display: flex;
  align-items: center;
  gap: 24px;
}
.acc-container {
  max-width: 545px;
  width: 100%;
  font-size: var(--fs18);
  color: var(--black);
  font-family: var(--outfit);
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.18px;
}
.card-sec-title {
  font-family: var(--young);
  color: var(--black);
  font-size: var(--fs30);
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.acc-tit-icon {
  background: rgba(245, 151, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 10px;
  width: 60px;
}
.acc-container p,
.sidecard-content p,
.acc-container li,
.sidecard-content li {
  color: var(--base);
  font-family: var(--outfit);
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.18px;
  margin-top: 22px;
}
.acc-container p:first-child,
.sidecard-content p:first-child,
.acc-container li:first-child,
.sidecard-content li:first-child {
  margin-top: 0;
}
.explore-tabs .f-row {
  flex-direction: row-reverse;
}
.explore-tabs {
  margin-bottom: 40px;
}
@media all and (max-width: 1680px) {
  .acc-head {
    /*  padding: 36px 64px 36px 0; */
  }
  .acc-head .sign {
    height: 64px;
    width: 64px;
  }
}
@media all and (max-width: 1152px) {
  .acc-head .sign {
    height: 44px;
    width: 44px;
  }
  .acc-head .sign::before {
    right: 20px;
  }
  .acc-head .sign::after {
    right: 11px;
  }
  /*  .acc-head {
    padding: 26px 64px 26px 0;
  } */
}
@media all and (max-width: 1025px) {
  .acc.active:hover .acc-head .com-b-title {
    margin-left: 0px;
  }
  .acc.active:hover .acc-head .sign {
    right: 0px;
  }
}
@media all and (max-width: 400px) {
  .acc-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .acc-tit-icon {
    padding: 10px;
    width: 50px;
  }
  .acc-content {
    padding: 0 0 16px 0;
    padding-left: calc(50px + 16px);
  }
}
/*==========================================================================
=> Accordion
==========================================================================*/
.faq-wrap .accordion {
  background: transparent;
  cursor: pointer;
  padding: 20px 36px 20px 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  position: relative;
  color: var(--base);
  font-family: 'Proxima Nova';
  font-size: var(--fs20);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2px;
}
.faq-wrap .accordion::after {
  content: '';
  background: url('../img/down-arrow.svg');
  width: 32px;
  height: 32px;
  background-color: #FFF;
  display: inline-block;
  position: absolute;
  right: 36px;
  top: 25px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.faq-wrap .panel {
  display: none;
  padding: 0 10px 32px 10px;
}
.faq-wrap .panel p {
  color: var(--base);
  font-size: var(--fs16);
  font-weight: 300;
  line-height: 2.25;
  letter-spacing: 0.16px;
}
.faq-wrap .acc-container {
  max-width: 96%;
  margin: 40px auto;
}
.faq-wrap .acc-item {
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 2px solid #EAECF2;
}
.faq-wrap .acc-item p {
  margin-bottom: 20px;
}
.faq-wrap .acc-item p:last-child {
  margin-bottom: 0;
}
.faq-wrap .acc-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .acc-item.active .accordion {
  padding: 20px 70px 10px 10px;
}
.faq-wrap .acc-item.active .accordion::after {
  transform: rotate(180deg);
}
/* header */
:root {
  --menuWidth: 300px;
}
.header-wrap {
  display: flex;
}
.header-box {
  display: flex;
  height: var(--header-height);
}
.menuBtn {
  display: flex;
  align-items: center;
}
.fixHeader {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(19, 28, 162, 0.1);
}
.fixHeader .header-box .container {
  /*  height: var(--headerFixedHeight); */
}
/* side menu */
.menu {
  display: none;
  position: relative;
}
/* side menu */
.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}
.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
.nav-wrapper {
  position: fixed;
  width: 300px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}
.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}
.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #000;
  border: 0px solid #000;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.js-nav-toggle span {
  position: relative;
  background-color: #000;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.js-nav-toggle span:before {
  margin-top: 5px;
}
.show-menu .js-nav-toggle {
  z-index: 99999;
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #fff;
}
.show-menu .js-nav-toggle span {
  background-color: transparent;
}
.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}
.mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #333;
}
.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}
.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}
.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 1.3em;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: rgba(255, 255, 255, 0.5);
}
.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}
.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}
.mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}
.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  font-size: 16px;
}
.mob-navigation a:hover {
  color: #aaa;
  background-color: var(--nblue);
}
.mob-navigation ul {
  list-style: none;
  padding: 50px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mob-navigation ul ul {
  display: none;
  left: 100%;
}
.mob-navigation ul ul.active {
  display: block;
}
.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mob-navigation li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
  transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}
@media all and (max-width: 1200px) {
  .navigation {
    display: none;
  }
  .nav-wrapper {
    display: block;
  }
  .header-list {
    display: none;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
  }
  .header-box {
    padding-block: 8px;
  }
  .logo {
    width: 180px;
  }
  .menuBtn .button {
    margin-left: 0px;
    margin-right: 20px;
  }
  .menuBtn a:first-child {
    order: 3;
  }
  .menuBtn a:nth-child(2) {
    order: 1;
  }
  .menuBtn a:nth-child(3) {
    order: 2;
  }
  .side-menu {
    order: 4;
  }
  .header-rig {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .menuBtn .button {
    margin-left: 0px;
    margin-right: 8px;
  }
  .menu {
    margin-left: 0;
  }
}
@media all and (max-width: 480px) {
  .logo {
    width: 140px;
  }
  .menuBtn .button {
    display: none;
  }
  .logbtn {
    display: none;
  }
}
.mob-menu .menu-item-has-children {
  padding-right: 0;
}
.mob-menu .menu-item-has-children > a {
  padding-right: 24px;
}
.mob-menu .menu-item-has-children > a::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.mob-navigation ul ul {
  position: static;
  padding: 0;
  padding-left: 20px;
}
/*  */
@media all and (max-width: 1600px) {
  .link,
  .button {
    font-size: 14px;
  }
  .card-pioneering-container {
    padding: 10px;
  }
  .app-box_img {
    height: 210px;
  }
}
@media all and (max-width: 1280px) {
  .left-tab-box {
    padding: 0 0 20px;
  }
  .right-tab-box {
    right: 20px;
  }
  .left-tab-box > .tabs {
    gap: 20px;
  }
  .img_wrap {
    width: 100%;
    height: 380px;
  }
  .grid_section:not(.reverse):nth-child(odd) .grid_right .txt_wrap,
  .grid_section.reverse:nth-child(even) .grid_right .txt_wrap {
    padding-right: 50px;
  }
  .grid_right .txt_wrap {
    padding-left: 50px;
  }
  .benefitsSwiper .swiper-button.swiper-button-prev,
  .benefitsSwiper .swiper-rtl .swiper-button.swiper-button-next {
    left: 40%;
  }
}
@media all and (max-width: 1200px) {
  :root {
    --header-height: 65px;
  }
  .container {
    max-width: 960px;
  }
  .comm-section {
    padding: 40px 0;
  }
  .side-blog-hm {
    width: 355px;
  }
  .main-blog-info {
    padding: 24px;
    display: flex;
  }
  .blog-shortinfo-hmbox {
    line-height: 23px;
  }
  .coverage-title {
    line-height: 32px;
    margin-bottom: 8px;
  }
  .coverage-group {
    width: 315px;
    margin-right: 0px;
  }
  .card-converge-icon-ele {
    display: none;
  }
  .hero-slider .hero-slider-img {
    width: 344px;
  }
  .link,
  .button {
    padding: 12px 30px;
  }
  .com-banner-section,
  .cat-banner-section {
    padding-block: calc(40px + 10px);
  }
  .com-banner-section.space-bottam {
    padding-bottom: 50px;
  }
  .com-banner-section aside.w40 .side-img {
    width: calc(100% - 30px);
  }
  .content-section h2 br {
    display: none;
  }
  .team-boxes .f-row,
  .vimi-boxes .f-row {
    gap: 50px;
  }
  .abt_img {
    width: 320px;
    height: 320px;
  }
  .story-container .f-col {
    padding: 60px 40px;
  }
  .story-title br {
    display: none;
  }
  .calculator-img {
    padding-top: 43%;
  }
}
@media all and (max-width: 1024px) {
  .grid_wrap {
    padding: 60px 16px;
  }
}
@media all and (max-width: 990px) {
  :root {
    --input-height: 45px;
  }
  .main-container {
    padding: 85px 0 41px;
  }
  .container {
    max-width: 800px;
  }
  .blog-list-hmbox {
    padding: 12px 12px;
  }
  .blog-container {
    flex-direction: column;
  }
  .side-blog-hm {
    width: 100%;
  }
  .blog-header .section-header {
    flex: 1;
  }
  .main-blog-hm {
    height: 385px;
  }
  .main-blog-hm img {
    height: 100%;
    object-fit: cover;
  }
  .section-title_out br,
  .section-title br {
    display: none;
  }
  .clientSay-group {
    width: 335px;
  }
  .card-pioneering-box img {
    height: 100%;
  }
  .card-converge-box a,
  .card-pioneering-box {
    height: 100%;
  }
  .acc-container,
  .sidecard-content {
    max-width: 100%;
  }
  .acc-container {
    height: auto !important;
  }
  .sidecard-img {
    margin: 0 auto 24px;
  }
  .sidecard-img .img-curves {
    text-align: center;
  }
  .hero-slider .hero-slider-img {
    width: 254px;
  }
  .app-box_img {
    height: auto;
  }
  .about-banner-section {
    padding-block: 100px;
  }
  .team-boxes .f-row,
  .vimi-boxes .f-row {
    gap: 0px;
  }
  .abt_img {
    width: 300px;
    height: 300px;
  }
  .story-icon {
    width: 76px;
    height: 73px;
  }
  .story-title {
    margin-block: 24px 12px;
  }
  .img_wrap {
    height: 300px;
  }
  .grid_section:not(.reverse):nth-child(odd) .grid_right .txt_wrap,
  .grid_section.reverse:nth-child(even) .grid_right .txt_wrap {
    padding-right: 0;
  }
  .grid_right .txt_wrap {
    padding-left: 0;
  }
  .grid_right .txt_wrap .hdn3_B {
    font-size: 24px;
  }
  .grid_wrap {
    padding: 70px 16px;
  }
  .calculator-img {
    padding-top: 46%;
  }
  .calculator-wrap {
    padding: 65px 80px;
    height: auto;
  }
  .benefitsSwiper .swiper-button.swiper-button-prev,
  .benefitsSwiper .swiper-rtl .swiper-button.swiper-button-next {
    left: 40%;
  }
  .benefitsSwiper .swiper-button.swiper-button-next,
  .benefitsSwiper .swiper-rtl .swiper-button.swiper-button-prev {
    right: 40%;
  }
  .benefitsSwiper {
    overflow: hidden;
  }
  .benefit-card {
    padding: 30px;
  }
  .client-card {
    padding: 20px;
  }
  .column-wrap {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  .coverage-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .coverage-group {
    width: 100%;
  }
  .clientSay-group {
    display: none;
  }
  #tabs-nav {
    gap: 16px;
  }
  .solutions {
    display: none;
  }
  .solutions-slider {
    display: block;
  }
  .app-grid {
    gap: 40px 0;
  }
  .app-grid .grid-item {
    margin-bottom: 40px;
  }
  .grid_section:not(.reverse):nth-child(odd) .grid_wrap,
  .grid_section:not(.reverse) .grid_wrap,
  .grid_section.reverse:nth-child(even) .grid_wrap,
  .grid_section.reverse .grid_wrap {
    flex-direction: column;
  }
  .more-features.grid_section.reverse:nth-child(even) .grid_wrap,
  .more-features.grid_section.reverse .grid_wrap {
    flex-direction: column-reverse;
  }
  .grid_section:not(.reverse):nth-child(odd) .grid_left,
  .grid_section:not(.reverse):nth-child(odd) .grid_right,
  .grid_section:not(.reverse) .grid_left,
  .grid_section:not(.reverse) .grid_right,
  .grid_section.reverse:nth-child(even) .grid_left,
  .grid_section.reverse:nth-child(even) .grid_right,
  .grid_section.reverse .grid_left,
  .grid_section.reverse .grid_right {
    padding-right: 0;
    padding-left: 0;
  }
  .img_wrap {
    width: 448px;
    margin-bottom: 50px;
  }
  .grid_video {
    max-width: 448px;
  }
  .grid_video .thumbnail {
    height: 280px;
  }
  .grid_right.grid_txt {
    max-width: 448px;
  }
  .grid_left .accordian {
    max-width: 448px;
  }
  .service-section .element-2 {
    top: 45%;
  }
  .grid_wrap {
    padding: 40px 16px;
  }
  .benefitsSwiper {
    overflow: hidden;
  }
  .clientLogoSwiperbg {
    background-color: #fff;
    position: relative;
  }
}
@media all and (max-width: 700px) {
  .detail_container {
    flex-direction: column;
  }
  .detail_container._rev {
    flex-direction: column-reverse;
  }
  .detail_navigation {
    width: 100%;
    position: sticky;
    top: 65px;
    background: #fff;
  }
  .detail_navigation li .active-section {
    font-weight: 400;
  }
  .detail_navigation li a {
    padding-block: 0;
    border-bottom: 0px solid var(--primary4);
  }
  .list-unstyled {
    padding: 0px 16px;
    border: 1px solid var(--primary4);
    background-color: var(--white);
    position: relative;
  }
  .list-unstyled li {
    padding-block: 16px;
    z-index: 2;
  }
  .list-unstyled li.init {
    display: block;
  }
  .list-unstyled li:not(.init) {
    float: left;
    width: 100%;
    display: none;
    border-bottom: 1px solid var(--primary4);
  }
  .list-unstyled li:not(.init):hover a,
  .list-unstyled li.selected:not(.init) a {
    font-weight: 600;
  }
  .list-unstyled li.init {
    cursor: pointer;
  }
  .ic-dropdwn {
    display: block;
    position: absolute;
    width: 20px;
    transform: rotate(180deg);
    transition: all 0.2s;
    right: 10px;
    top: 16px;
  }
  .open .ic-dropdwn {
    transform: rotate(0deg);
  }
  .detail_body {
    width: 100%;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media all and (max-width: 640px) {
  .column-wrap {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
  }
  .column-wrap .sec-title {
    margin-bottom: 20px;
  }
  .comm-section {
    padding: 24px 0;
  }
  .blog-header .link {
    display: none;
  }
  .blog-header .t-left {
    text-align: center;
    align-items: center;
  }
  .main-blog-info {
    padding: 16px;
    display: flex;
  }
  .blog-container .button {
    display: block;
    margin-top: 40px;
  }
  .tab-content .f-col:first-child {
    display: none;
  }
  .com-banner-section .w40,
  .cat-banner-section .w40,
  .hero-slider .hero-slider-img {
    display: none;
  }
  .hero-slider .hero-slider-content {
    text-align: center;
  }
  .hero-content-cta-group {
    justify-content: center;
  }
  .link,
  .button {
    padding: 10px 16px;
  }
  .hero-cat-body {
    text-align: center;
  }
  .com-banner-section .hero-cat-body {
    text-align: left;
  }
  .hero-cat-body .banner-icn {
    margin-bottom: 10px;
  }
  .hero-content-body {
    padding-block: 10px 20px;
  }
  .softwarelogo-bg {
    height: 140px;
  }
  .hero-slider-content {
    padding: 60px 0;
  }
  .product-hero-slider .slider-container {
    width: 100%;
  }
  .product-hero-slider .slider-container .about-banner-section {
    padding-block: 80px;
  }
  .product-hero-slider .slider-container .team-boxes .f-row,
  .product-hero-slider .slider-container .vimi-boxes .f-row {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .product-hero-slider .slider-container .team-boxes .f-row:nth-child(odd),
  .product-hero-slider .slider-container .vimi-boxes .f-row:nth-child(even) {
    flex-direction: column;
  }
  .product-hero-slider .slider-container .team-boxes .f-row,
  .product-hero-slider .slider-container .vimi-boxes .f-row {
    gap: 24px;
  }
  .product-hero-slider .slider-container .story-detail {
    text-align: center;
  }
  .product-hero-slider .slider-container .story-icon {
    margin-inline: auto;
  }
  .product-hero-slider .slider-container .story-container .f-col {
    padding: 60px 24px;
  }
  .product-hero-slider .slider-container .linkinBtn {
    margin-inline: auto;
  }
  .calculator-img {
    padding-top: 56%;
  }
  .benefit-img {
    width: 40px;
    height: 40px;
  }
  .client-card {
    border-radius: 12px;
  }
  .pioneering-slider .swiper-horizontal > .swiper-pagination-bullets,
  .pioneering-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .pioneering-slider .swiper-pagination-custom,
  .pioneering-slider .swiper-pagination-fraction {
    bottom: 20px !important;
  }
  .client-img {
    margin-right: 0;
  }
  .client-discription {
    flex: 1;
  }
  .form-wrap {
    padding: 24px 28px;
  }
  .wpcf7 label {
    width: 100%;
  }
  .pricing-table tbody td,
  .pricing-table thead th {
    padding: 12px;
  }
}
@media all and (max-width: 576px) {
  .hero-content-cta-group {
    gap: 2px;
  }
  .calculator-wrap {
    padding: 40px;
  }
  .calculator-img {
    padding-top: unset;
    height: 100%;
  }
}
@media all and (max-width: 480px) {
  .hero-content-cta-group {
    flex-direction: column;
    gap: 24px;
  }
  .com-banner-section,
  .cat-banner-section {
    padding-block: calc(40px + 1px);
  }
  .com-banner-section.space-bottam {
    padding-bottom: 40px;
  }
  .img_wrap {
    width: 360px;
    height: 220px;
    margin-bottom: 30px;
  }
  .grid_right.grid_txt {
    max-width: 360px;
  }
  .calculator-wrap {
    padding: 20px;
  }
  .calculator-content .hdn3_B {
    margin-bottom: 10px;
  }
  .calculator-content .txt5_R {
    margin-bottom: 10px;
  }
  .grid_left .accordian {
    max-width: 360px;
  }
  .benefitsSwiper .swiper-button.swiper-button-prev,
  .benefitsSwiper .swiper-rtl .swiper-button.swiper-button-next {
    left: 30%;
  }
  .benefitsSwiper .swiper-button.swiper-button-next,
  .benefitsSwiper .swiper-rtl .swiper-button.swiper-button-prev {
    right: 30%;
  }
}
@media all and (max-width: 400px) {
  .softwarelogo-bg img {
    margin-inline: auto;
    object-fit: contain;
  }
  .img_wrap {
    width: 100%;
  }
}
@media all and (max-width: 1366px) {
  .deploy-group {
    height: 500px;
  }
  .my-pagination {
    padding-bottom: 50px;
  }
  .comm-tab-box {
    margin-bottom: 30px;
  }
  .comm-tab-wrap {
    margin: 0;
  }
}
@media all and (max-width: 1200px) {
  .deploy-swiper {
    overflow: hidden;
  }
  .right-tab-box {
    position: static;
  }
  .left-tab-box {
    border-bottom: 0;
  }
  .right-tab-wrap table {
    display: none;
  }
  .table-border {
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .comm-tab-wrap ul.tabs {
    white-space: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    overflow-x: auto;
  }
  .mob-row-wrap {
    display: block;
  }
  .life-imgs {
    height: 400px;
  }
  .grid-wrap {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 40px;
  }
  .grid-wrap .section-subpera {
    max-width: unset;
    margin-bottom: 20px;
  }
  .grid-left {
    max-width: 100%;
  }
  .looking-for-head {
    max-width: 410px;
  }
}
@media all and (max-width: 1024px) {
  .deploy-group {
    height: auto;
  }
}
@media all and (max-width: 990px) {
  :root {
    --input-height: 45px;
  }
  .choice-wrap .f-row {
    flex-direction: column;
  }
  .choice-img {
    display: none;
  }
  .choice-left .section-header {
    text-align: center;
  }
  .life-imgs {
    height: 300px;
  }
  .design-elem {
    top: -25px;
  }
  .design-elem img {
    width: 300px;
  }
  .looking-for-text {
    width: 40%;
  }
  .looking-for-head {
    max-width: 350px;
  }
}
@media all and (max-width: 640px) {
  .mob-tab-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .price-wrap {
    width: 100%;
    gap: 15px;
    justify-content: flex-end;
  }
  .life3 {
    display: none;
  }
  .pricing-tabs-section {
    margin-top: 0;
    position: relative;
    z-index: 9;
    padding-top: 100px;
  }
  .prod-video .vision-mission-bg {
    top: 0;
  }
  .prod-video .my-pagination {
    padding-bottom: 0px;
  }
  .comm-tab-wrap ul.tabs {
    width: max-content;
    white-space: nowrap;
    overflow-x: auto;
    max-width: 100%;
  }
  .looking-for-sticky {
    gap: 30px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .looking-for-container {
    position: static;
    height: 100%;
  }
  .looking-for-head {
    max-width: unset;
    margin-bottom: 50px;
  }
  .looking-for-text {
    width: 90%;
    max-width: unset;
  }
  .looking-for-text h3 {
    font-size: 20px;
  }
  .looking-for-text p {
    font-size: 16px;
  }
  .looking-for-text li:before {
    font-size: 20px;
    left: -34px;
  }
  .looking-for-text {
    width: 90%;
  }
  .looking-for-text h3,
  .looking-for-text p {
    padding-left: 20px;
    margin-left: 0;
  }
  .looking-for-descr,
  .looking-for-head {
    max-width: 100%;
  }
}
@media all and (max-width: 576px) {
  .choice-card {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }
  .faq-wrap .panel {
    padding: 0 10px 20px 10px;
  }
  .faq-wrap .accordion::after {
    right: 0;
  }
  .faq-wrap .acc-item.active .accordion {
    padding: 20px 40px 10px 10px;
  }
  .mob-table.comm-tab-wrap ul.tabs {
    justify-content: space-between;
    width: 100%;
  }
  .mob-table.comm-tab-wrap ul.tabs li {
    padding: 10px 20px;
  }
  .job-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .job-box .button.link {
    padding-left: 0;
  }
  .design-elem {
    top: -15px;
  }
  .design-elem img {
    width: 200px;
  }
}
@media all and (max-width: 480px) {
  .mob-table.comm-tab-wrap ul.tabs li {
    padding: 10px;
  }
}
@media all and (max-width: 400px) {
  .content-section h1,
  .content-section h2,
  .content-section h3,
  .content-section h4,
  .content-section h5,
  .content-section h6,
  .content-section p,
  .content-section small {
    margin-inline: 5px;
  }
  .life-imgs {
    height: auto;
    flex-direction: column;
  }
  .life1 {
    height: 200px;
  }
  .design-elem {
    top: -5px;
  }
  .design-elem img {
    width: 150px;
  }
}
/* .outfit-<uniquifier> {
  font-family: 'Proxima Nova';
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.young-serif-regular {
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.fira-code-<uniquifier> {
  font-family: "Fira Code", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
 */
/*# sourceMappingURL=main.css.map */