.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.layout > p,
.sides > p {
  display: none;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

html {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

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

/**
 * Basic styles for links
 */
a {
  color: #213242;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a:focus {
  color: #213242;
  text-decoration: none;
}

/** 
  * Container
  */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
  }
}
@font-face {
  font-family: "GilroyRegular";
  font-display: swap;
  src: url("../fonts/Radomir-Tinkov-Gilroy-Regular.otf");
}
@font-face {
  font-family: "GilroyMedium";
  font-display: swap;
  src: url("../fonts/Radomir-Tinkov-Gilroy-Medium.otf");
}
@font-face {
  font-family: "GilroyBold";
  font-display: swap;
  src: url("../fonts/Radomir-Tinkov-Gilroy-Bold.otf");
}
@font-face {
  font-family: "GilroySemiBold";
  font-display: swap;
  src: url("../fonts/Radomir-Tinkov-Gilroy-SemiBold.otf");
}
@font-face {
  font-family: "GilroyExtraBold";
  font-display: swap;
  src: url("../fonts/Gilroy-ExtraBold.otf");
}
@font-face {
  font-family: "CairoRegular";
  font-display: swap;
  src: url("../fonts/Cairo-Regular.ttf");
}
@font-face {
  font-family: "CairoMedium";
  font-display: swap;
  src: url("../fonts/Cairo-Medium.ttf");
}
@font-face {
  font-family: "CairoBold";
  font-display: swap;
  src: url("../fonts/Cairo-Bold.ttf");
}
@font-face {
  font-family: "CairoSemiBold";
  font-display: swap;
  src: url("../fonts/Cairo-SemiBold.ttf");
}
@font-face {
  font-family: "CairoExtraBold";
  font-display: swap;
  src: url("../fonts/Cairo-ExtraBold.ttf");
}
@font-face {
  font-family: "RbBold";
  font-display: swap;
  src: url("../fonts/RB-Bold.ttf");
}
@font-face {
  font-family: "RbRegular";
  font-display: swap;
  src: url("../fonts/RB-Regular.ttf");
}
body {
  color: #213242;
  font: normal 125%/1.4 "GilroyRegular";
}

[dir=rtl] body {
  color: #213242;
  font: normal 125%/1.4 "RbBold";
}

[dir=rtl] body {
  text-align: right;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1185px;
  }
}
main {
  min-height: calc(100vh - 696px);
}
main > p {
  display: none !important;
}

.section-image img {
  max-width: 500px;
}

.scrollTop {
  position: fixed;
  bottom: 20px;
  z-index: 10;
  right: 20px;
  background-color: #175fbc;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 24px;
  width: 40px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1 !important;
}

.section {
  padding: 100px 0 !important;
}
.section p {
  font-weight: 600;
}
@media (max-width: 991px) {
  .section {
    padding: 20px 0 !important;
  }
}
.section img.pattern-one,
.section img.pattern-two,
.section img.pattern-three {
  position: absolute;
  top: 375px;
}
@media (max-width: 991px) {
  .section img.pattern-one,
  .section img.pattern-two,
  .section img.pattern-three {
    display: none;
  }
}
.section img.pattern-one {
  right: 323px;
  width: 65%;
}
.section img.pattern-two {
  left: 194px;
  width: 75%;
}
.section img.pattern-three {
  width: 100%;
  top: -10px !important;
  left: 0px;
}

@media (max-width: 991px) {
  .section__header {
    padding: 0 !important;
  }
}
.section__header .section__txt {
  font-size: 16px;
  display: none;
}
.section__header .section__title {
  font-family: "GilroyExtraBold";
  font-size: 48px;
  margin-bottom: 27px;
  line-height: 1;
}
.section__header .section__title span {
  color: #0053BD !important;
}
@media (max-width: 991px) {
  .section__header .section__title {
    font-size: 25px;
  }
}
.section__header .section__desc {
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1.7;
  color: #75799D;
}
@media (max-width: 991px) {
  .section__header .section__desc {
    margin-bottom: 15px;
    width: 100%;
  }
}
.section__header ul {
  margin-bottom: 40px;
}
.section__header ul li {
  font-size: 16px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.section__header ul li img {
  max-width: 25px;
}
.section__header ul li span {
  margin-left: 15px;
  font-family: "GilroyBold";
}

@media (max-width: 991px) {
  .section-image {
    margin: 15px 0;
  }
}
@media (max-width: 991px) {
  .section-image img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .bg-layer {
    background: linear-gradient(#dbe4f1 0%, #fff 100%);
  }
}

.banner__layer {
  background-color: #0053BD;
  padding: 50px 60px;
  border-radius: 20px;
  margin: 50px 0;
  background-image: url("../images/curve.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 314px -419px;
}
@media (max-width: 991px) {
  .banner__layer {
    padding: 40px 22px;
  }
}
.banner__layer .row {
  align-items: flex-end;
}
.banner__layer-info {
  color: #fff;
  position: relative;
  left: -10px;
  top: 13px;
}
@media (max-width: 991px) {
  .banner__layer-info {
    position: static;
  }
}
.banner__layer-info h2 {
  font-family: "GilroyBold";
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner__layer-info h2 {
    font-size: 29px;
  }
}
.banner__layer-info p {
  font-family: "GilroyRegular";
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .banner__layer-info p {
    margin: 25px 0 50px 0;
  }
}
.banner__layer-btn {
  text-align: right;
}
.banner__layer-card {
  padding: 0;
  border-radius: 0 0 20px 20px;
  background-position: 514px -38px;
}
@media (max-width: 991px) {
  .banner__layer-card {
    padding: 0;
  }
}
.banner__layer-card-img img {
  width: 100%;
  height: auto;
}
.banner__layer-card-content {
  padding: 50px 60px;
}
@media (max-width: 991px) {
  .banner__layer-card-content {
    padding: 40px 22px;
  }
}

.banner__layer-alt {
  background-color: #E6EBF2;
  padding: 60px 60px;
  border-radius: 10px;
  margin: 50px 0;
  position: relative;
}
.banner__layer-alt::before {
  content: "";
  background-image: url("../images/daftra-subscribe-layer.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .banner__layer-alt {
    padding: 40px 22px;
  }
}
.banner__layer-alt-info {
  margin-bottom: 50px;
}
.banner__layer-alt-info h3 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #213242;
  font-family: "GilroyExtraBold";
}
@media (max-width: 991px) {
  .banner__layer-alt-info h3 {
    font-size: 29px;
  }
}
.banner__layer-alt-info p {
  font-family: "GilroyMedium";
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
.banner__layer-alt-info .banner-ancor {
  font-size: 16px;
  color: #0053BD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .banner__layer-alt-info .banner-ancor {
    margin-bottom: 30px;
  }
}
.banner__layer-alt .banner-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.banner__layer-alt .banner-list ul li {
  font-size: 18px;
  position: relative;
  padding-inline-start: 25px;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .banner__layer-alt .banner-list ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.banner__layer-alt .banner-list ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  inset-inline-start: 0;
  top: 4px;
  color: #42b72a;
}
.banner__layer-alt-btn {
  text-align: right;
}
.banner__layer-alt .back-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner__layer-alt .free-btn {
  position: relative;
  z-index: 2;
}

.section-ltr {
  position: relative;
}
.section-ltr .circles {
  position: absolute;
  left: -136px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-ltr .circles {
    display: none;
  }
}
.section-ltr .circles img {
  height: 652px;
}
.section-ltr .circles.medium-size {
  left: -125px;
}
.section-ltr .circles.medium-size img {
  height: 590px;
}
.section-ltr .circles.small-size {
  left: -90px;
}
.section-ltr .circles.small-size img {
  height: 420px;
}
.section-ltr .row {
  align-items: center;
}

.section-rtl {
  position: relative;
}
.section-rtl .circles {
  position: absolute;
  right: -136px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-rtl .circles {
    display: none;
  }
}
.section-rtl .circles img {
  height: 652px;
}
.section-rtl .circles.small-size {
  right: -90px;
}
.section-rtl .circles.small-size img {
  height: 420px;
}
.section-rtl .row {
  align-items: center;
}

.Errormessage, .Notemessage, .Sucmessage {
  font-size: 16px;
  font-weight: 400;
  margin: 30px auto 0;
  padding: 22px;
  width: 70%;
}

#flashMessage, .flashMessage {
  display: block;
  clear: both;
  margin-bottom: 15px;
  padding: 10px 10px 10px 40px;
  min-height: 20px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
  -o-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
  margin: 15px auto;
}

.fail, .Errormessage {
  border: 1px solid #f5c6cb;
  color: #721c24;
  background: #f8d7da;
}

.success, .Sucmessage {
  border: 1px solid #accc5d;
  color: #70892b;
  background: #ecfebe;
}

.info, .Notemessage {
  border: 1px solid #e9c95f;
  color: #ae8500;
  background: #f9e08f;
}

input.error-message, select.error-message, textarea.error-message {
  background: #e2574c;
  clear: both;
  color: #fff;
  font-size: 11px;
  padding: 4px 13px;
}

[dir=rtl] .section__header ul li span {
  margin-right: 15px;
}
@media (max-width: 991px) {
  [dir=rtl] .section__header .section__title {
    font-size: 27px !important;
  }
}
[dir=rtl] .banner__layer-btn {
  text-align: left;
}
[dir=rtl] .banner__layer-alt::before {
  transform: scaleX(-1);
}

.header-fixed.pd {
  padding-top: 130px;
}
.header-fixed.header-plans.pd {
  padding-top: 200px;
}
@media (max-width: 991px) {
  .header-fixed.header-plans.pd {
    padding-top: 130px;
  }
}

header {
  width: 100%;
  z-index: 999;
  padding-top: 40px;
  margin-bottom: 30px;
}
header.fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.1);
  padding-top: 0;
  top: 0;
  z-index: 9999;
}
header .container {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  header .container {
    padding: 10px 0;
  }
}
header .container-xl {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  header .container-xl {
    padding: 0;
  }
}
@media (max-width: 991px) {
  header {
    z-index: 9999;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    padding: 2px 7px;
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.1);
  }
}
header .logo {
  display: block;
  max-width: 140px;
}
@media (max-width: 991px) {
  header .logo {
    line-height: 0.7;
    max-width: 90px;
  }
}
header .logo img {
  width: 100%;
}
header .nav-links {
  display: flex;
  align-items: center;
  margin: 5px -21px 0 0;
}
@media (max-width: 991px) {
  header .nav-links {
    margin: 0;
  }
}
@media (max-width: 400px) {
  header .nav-links {
    padding: 0;
  }
}
header .nav-links li {
  margin-left: 25px;
}
header .nav-links li:nth-of-type(-n + 6) a {
  padding: 10px 20px;
  border-radius: 7px;
}
header .nav-links li:nth-of-type(-n + 6) a:hover {
  background-color: #f9f9f9;
}
header .nav-links li.menu-nav-li {
  display: none;
}
header .nav-links li.lang-btn {
  margin-left: 10px !important;
  display: block;
  line-height: 0.4;
}
header .nav-links li.login-link {
  margin-left: 10px;
}
header .nav-links li.login-link a:hover {
  background-color: transparent;
}
header .nav-links li.get-stated-free-link {
  display: flex;
  align-items: center;
  position: relative;
  left: -10px;
}
header .nav-links li.get-stated-free-link a:hover {
  background-color: #42b72a;
}
header .nav-links li.get-stated-free-link .ar-lang {
  color: #717171;
  font-family: "CairoExtraBold";
}
@media (max-width: 991px) {
  header .nav-links li {
    display: none;
  }
  header .nav-links li.bars-icon {
    display: block;
    margin-left: 0px !important;
  }
  header .nav-links li.bars-icon a {
    border: 2px solid #888;
    padding: 2px 8px 0px 8px;
    line-height: 1.5;
    font-size: 20px;
    border-radius: 4px;
  }
  header .nav-links li.bars-icon a:hover {
    background-color: transparent;
  }
  header .nav-links li.login-link {
    display: none;
  }
  header .nav-links li.get-stated-free-link {
    display: block;
    left: -6px;
    margin-left: 5px;
  }
  header .nav-links li.get-stated-free-link .register {
    font-size: 12px;
    padding: 9px 10px;
  }
}
@media (max-width: 991px) and (max-width: 400px) {
  header .nav-links li.get-stated-free-link .register {
    margin-left: 0px !important;
    padding: 9px 4px;
    font-size: 10px;
  }
}
header .nav-links li:nth-child(-n+6) {
  margin-left: 0;
}
header .nav-links li a {
  font-size: 16px;
  display: block;
  font-weight: 600;
}
header .nav-links li a.menu-feature-link {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
  display: none;
}

.dropbtn {
  background-color: transparent;
  color: #1c2338;
  font-size: 16px;
  font-family: "GilroyMedium";
  border: none;
  position: relative;
  cursor: pointer;
}
.dropbtn .dropbtn-icon {
  position: relative;
  top: 2px;
}
@media (max-width: 991px) {
  .dropbtn {
    font-size: 14px;
  }
}

.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
}

.menu-item-dropdown {
  position: relative;
  display: inline-block;
  line-height: 0.4;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 18px 16px !important;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show-drop-btn {
  display: block;
}

[dir=rtl] .login-link {
  margin-left: 0 !important;
}
[dir=rtl] .get-stated-free-link {
  left: 0 !important;
}
[dir=rtl] .get-stated-free-link .register {
  margin-left: 0px !important;
}
@media (max-width: 991px) {
  [dir=rtl] header .nav-links li.bars-icon {
    margin-left: 0 !important;
    margin-right: 12px !important;
  }
}

[dir=rtl] .dropbtn, [dir=rtl] .main-btn, [dir=rtl] .sub-btn {
  font-family: "RbBold", sans-serif;
}
[dir=rtl] .nav-links li {
  margin-left: 0;
}
@media (max-width: 575px) {
  [dir=rtl] .nav-links li.lang-btn {
    margin-left: 0 !important;
  }
}
[dir=rtl] header .nav-links li.get-stated-free-link .register {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
[dir=rtl] header .nav-links li.get-stated-free-link {
  margin-left: 0 !important;
  margin-right: 12px !important;
}

.nccn {
  display: none;
}

footer {
  background-color: #0053BD;
}
@media (max-width: 991px) {
  footer .footer__item {
    margin-bottom: 25px;
  }
}
footer .footer__item h2 {
  font-size: 20px;
  font-family: "GilroyBold";
  color: #fff;
  margin-bottom: 20px;
}
footer .footer__item a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}
footer .footer__item a.logo {
  margin-top: 25px;
}
footer .footer__item a.logo img {
  max-width: 170px;
}
footer .footer__item a i {
  margin-right: 10px;
}
footer .footer__item a:hover {
  font-weight: bold;
}
footer hr {
  border: 0;
  height: 1px;
  display: block;
  background-color: #fff;
  margin: 25px 0;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    margin-bottom: 35px;
    flex-direction: column;
  }
}
footer .footer-bottom a {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991px) {
  footer .footer-bottom a {
    font-size: 12px;
  }
}
footer .footer-bottom a:hover {
  font-weight: bold;
}
@media (max-width: 991px) {
  footer .footer-bottom .copyright {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  footer .footer-bottom .copyright i {
    display: block;
  }
}
@media (max-width: 991px) {
  footer .footer-bottom .copyright {
    margin-bottom: 15px;
  }
}

[dir=rtl] .footer__item i {
  transform: rotate(-180deg);
  margin-right: 0;
}
@media (max-width: 991px) {
  [dir=rtl] .footer-bottom {
    align-items: flex-start;
  }
}

.main-btn {
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "GilroyBold";
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  background: #42b72a;
  color: #fff;
  transition: all 0.4s;
}
.main-btn:hover {
  color: #fff;
  border: 1px solid #42b72a;
}
.main-btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  .main-btn {
    padding: 10px;
    font-size: 14px;
    margin-right: 0;
  }
}

.btn-hover-translate {
  transform: translateY(0px);
}

.btn-hover-translate:hover, .btn-hover-translate:focus, .btn-hover-translate:active {
  transform: translateY(-2px);
}

.btn-hover-ripple {
  position: relative;
  overflow: hidden;
}

.btn-hover-ripple .btn-content {
  z-index: 2;
  position: relative;
  transition: color 0.2s ease-in-out;
}

.btn-hover-ripple .btn-ripple {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.17);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-hover-ripple:hover .btn-ripple,
.btn-hover-ripple:focus .btn-ripple,
.btn-hover-ripple:active .btn-ripple {
  width: 225%;
  height: 562.5px;
}

.sub-btn {
  padding: 9px 16px;
  border: 2px solid #0053BD;
  border-radius: 4px;
  background-color: transparent;
  display: inline-block;
  font-family: "GilroyMedium";
  font-size: 16px;
  color: #0053BD;
}
.sub-btn .btn-ripple {
  background-color: #0053BD;
}
.sub-btn:hover {
  color: #fff;
}
.sub-btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  .sub-btn {
    font-size: 14px !important;
    padding: 5px 16px;
  }
}

.free-btn {
  width: 297px;
  height: 72px;
  border-radius: 8px;
  text-align: center;
  line-height: 72px;
  font-family: Gilroy;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  position: relative;
  margin: auto;
  text-transform: uppercase;
  font-family: "GilroyBold";
  background: #42b72a;
}
.free-btn:hover {
  color: #fff;
  background: #42b72a;
}
.free-btn:focus {
  color: #fff;
}
@media (max-width: 991px) {
  .free-btn {
    width: 100%;
    height: auto;
    line-height: normal;
    font-size: 18px;
    padding: 20px 10px;
    display: block;
  }
}

section .main-btn {
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 991px) {
  section .main-btn {
    padding: 0 12px;
  }
}
section .sub-btn {
  padding: 0 20px;
  height: 60px;
  line-height: 58px;
}
@media (max-width: 991px) {
  section .sub-btn {
    padding: 0 10px;
  }
}

.mega-menu {
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  transition: left 0.2s;
}
.mega-menu .m-lines {
  position: absolute;
  top: 10px;
  left: -150px;
}
.mega-menu::before {
  content: "";
  background-image: url(../images/home-cover.png);
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: 0 -43px;
}
.mega-menu.open {
  left: 0;
}
@media (max-width: 991px) {
  .mega-menu {
    overflow-y: auto;
  }
}
.mega-menu .sides {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .mega-menu .sides {
    flex-direction: column;
  }
}

.close-icon {
  font-size: 30px;
  position: absolute;
  right: 50px;
  width: 50px;
  top: 55px;
  height: 50px;
  line-height: 50px;
  background-color: #E4EBF2;
  color: #000;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 991px) {
  .close-icon {
    right: 15px;
  }
}

.left-side {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 100px 80px;
  flex: 3;
  max-height: 100vh;
  overflow-y: auto;
}
.left-side::-webkit-scrollbar {
  width: 7px;
}
.left-side::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.left-side::-webkit-scrollbar-thumb {
  background: #666;
}
.left-side::-webkit-scrollbar-thumb:hover {
  background: #888;
}
@media (max-width: 991px) {
  .left-side {
    border: 0 !important;
    max-height: none;
    overflow: auto;
    padding: 100px 40px;
    display: none;
  }
}

.menu-item {
  width: 33%;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .menu-item {
    width: 100%;
  }
}
.menu-item .menu-item-title {
  display: block;
  font-family: "GilroyExtraBold";
  font-size: 26px;
  margin-bottom: 20px;
  color: #181c32;
}
.menu-item .menu-item-title i {
  color: #00f;
  font-size: 22px;
}
.menu-item p {
  color: #878996;
  font-family: "GilroyMedium";
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}
.menu-item a {
  display: block;
  text-decoration: none;
  font-size: 16px;
}
.menu-item a .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #eaf8ff;
  text-align: center;
  color: #0053BD;
  line-height: 35px;
  margin-right: 10px;
  font-size: 20px;
  border-radius: 8px;
}
.menu-item a .icon > img {
  width: 100%;
}

.right-side {
  flex: 1;
  background: #F4F4F6;
  padding: 90px 55px 0;
  max-height: 100vh;
  overflow-y: auto;
}
.right-side::-webkit-scrollbar {
  width: 3px;
}
.right-side::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.right-side::-webkit-scrollbar-thumb {
  background: #666;
}
.right-side::-webkit-scrollbar-thumb:hover {
  background: #888;
}
@media (max-width: 991px) {
  .right-side {
    max-height: none;
    overflow: auto;
    padding: 50px 30px 0;
  }
}
.right-side > a {
  font-size: 28px;
  font-family: "GilroyExtraBold";
  display: block;
  text-decoration: none;
}
.right-side > a i {
  font-size: 16px;
  color: #00f;
}
.right-side-col {
  margin-top: 50px;
  display: block;
}
.right-side-col .menu-item {
  width: 100%;
  position: relative;
}
.right-side-col .menu-item:first-of-type a, .right-side-col .menu-item:nth-of-type(2) a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.right-side-col .menu-item:first-of-type a:hover, .right-side-col .menu-item:nth-of-type(2) a:hover {
  color: #00f;
}
.right-side-col .menu-item:after {
  content: "";
  position: absolute;
  top: -22px;
  height: 1px;
  width: 70%;
  background-color: #373B50;
}
.right-side-col h2 {
  text-decoration: none;
  font-family: "GilroyExtraBold";
  font-size: 28px;
}
.right-side-col a {
  display: block;
}

[dir=rtl] .mega-menu {
  left: auto;
  right: -100%;
  transition: right 0.2s;
  overflow: hidden;
}
[dir=rtl] .mega-menu.open {
  left: auto;
  right: 0;
}
[dir=rtl] .mega-menu .left-side {
  border-right: 0;
  border-left: 2px solid #333;
}
[dir=rtl] .mega-menu .industry-menu-link {
  display: flex;
  align-items: center;
}
[dir=rtl] .mega-menu .industry-menu-link > i {
  transform: rotate(180deg);
  margin-right: 5px;
}
[dir=rtl] .mega-menu .close-icon {
  right: auto;
  left: 15px;
}
[dir=rtl] .menu-item .menu-item-title {
  direction: ltr;
}
[dir=rtl] .menu-item .menu-item-title i {
  transform: rotate(180deg);
}
[dir=rtl] .right-side a:not(:first-of-type) i {
  transform: rotate(180deg);
}
[dir=rtl] .menu-item a .icon {
  margin-left: 10px;
  margin-right: 0;
}

.industry-menu {
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 55px 0;
  z-index: 999999;
  transition: left 0.2s;
}
.industry-menu::before {
  content: "";
  background-image: url(../images/home-cover.png);
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: 0 -43px;
}
.industry-menu.industry-menu-child {
  left: unset;
  right: -100%;
  transition: right 0.2s;
  padding: 0;
  overflow: hidden;
}
.industry-menu.industry-menu-child .menu__content .menu__item {
  width: 50%;
}
.industry-menu.industry-menu-child .menu__layer > div {
  position: static;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .industry-menu.industry-menu-child .left-side {
    padding: 40px 80px;
  }
}
.industry-menu .industry-menu-child-link {
  padding: 15px 10px;
  transition: 0.2s;
}
.industry-menu .industry-menu-child-link:hover {
  background-color: #F4F4F6;
  padding: 15px 17px;
}
.industry-menu .m-lines {
  position: absolute;
  top: 10px;
  left: -150px;
}
.industry-menu .sides {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .industry-menu .sides {
    flex-direction: column;
  }
}
.industry-menu.open {
  left: 0;
}
@media (max-width: 991px) {
  .industry-menu {
    overflow-y: auto;
  }
}
.industry-menu .menu__layer {
  min-height: 68px;
}
.industry-menu .menu__layer > div {
  display: flex;
  align-items: center;
  position: absolute;
  left: 80px;
}
@media (max-width: 991px) {
  .industry-menu .menu__layer > div {
    position: static;
    display: flex;
    left: auto;
    margin-bottom: 20px;
  }
}
.industry-menu .menu__layer > div i {
  margin-right: 5px;
  color: #00f;
}
@media (max-width: 991px) {
  .industry-menu .menu__layer > div i {
    margin-bottom: 0;
  }
}
.industry-menu .menu__layer form {
  max-width: 450px;
  margin: auto;
}
@media (max-width: 991px) {
  .industry-menu .menu__layer form {
    min-width: 100%;
  }
}
.industry-menu .menu__layer .back-icon {
  font-size: 30px;
}
.industry-menu .menu__layer h2 {
  font-family: "GilroyExtraBold";
}
.industry-menu .menu__layer .close-icon {
  right: 50px;
}
@media (max-width: 991px) {
  .industry-menu .menu__layer .close-icon {
    right: 18px;
    top: 45px;
  }
}
.industry-menu .menu__layer .form-item {
  position: relative;
}
.industry-menu .menu__layer .form-item input {
  position: absolute;
  width: 100%;
  left: 0;
  border: 0;
  border-bottom: 2px solid #222;
  padding-left: 35px;
  height: 55px;
  outline: 0;
}
.industry-menu .menu__layer .form-item i {
  position: absolute;
  left: 0;
  font-size: 25px;
  z-index: 10;
  top: 12px;
}
.industry-menu .menu__content {
  padding: 15px 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .industry-menu .menu__content {
    max-height: none;
    padding-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.industry-menu .menu__content .menu__item {
  color: #213242;
  margin-bottom: 15px;
  width: 25%;
  padding: 15px 25px;
  transition: 0.2s;
  display: flex;
  align-items: start;
}
@media (max-width: 991px) {
  .industry-menu .menu__content .menu__item {
    padding: 15px 5px;
    width: 100%;
  }
}
.industry-menu .menu__content .menu__item img {
  margin-right: 15px;
  max-width: 35px;
}
.industry-menu .menu__content .menu__item span {
  font-family: "GilroyBold";
}
.industry-menu .menu__content .menu__item:hover {
  background-color: #F4F4F6;
}
.industry-menu .menu__content .menu__item:hover span {
  color: #00f;
}
.industry-menu .menu__content_children {
  overflow: initial;
}
.industry-menu .menu__content_children::-webkit-scrollbar {
  width: 5px;
}
.industry-menu .menu__content_children::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.industry-menu .menu__content_children::-webkit-scrollbar-thumb {
  background: #666;
}
.industry-menu .menu__content_children::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.industry-menu__side {
  flex: 1;
  background: #F4F4F6;
  padding: 55px;
  max-height: 100vh;
  overflow-y: auto;
}
.industry-menu__side::-webkit-scrollbar {
  width: 5px;
}
.industry-menu__side::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.industry-menu__side::-webkit-scrollbar-thumb {
  background: #666;
}
.industry-menu__side::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.industry-menu__side-head {
  position: relative;
  margin-bottom: 30px;
}

.industry-menu__side-col {
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
  font-family: "GilroyMedium";
  color: #878996;
  font-weight: normal;
}
.industry-menu__side-col h3 {
  font-size: 26px;
  font-weight: bold;
  font-family: "GilroyExtraBold";
  color: #213242;
  margin-bottom: 15px;
}
.industry-menu__side-col p {
  margin-bottom: 0;
}
.industry-menu__side-col:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 70%;
  left: 0;
  background-color: rgba(55, 59, 80, 0.2);
}

.industry-menu__side-col .industry-menu-item, .view-all {
  font-size: 22px;
  font-family: "GilroyExtraBold";
  display: block;
  text-decoration: none;
  line-height: 40px;
  padding: 6px 0;
}

.industry-menu__side-col .industry-menu-item:hover, .view-all:hover {
  padding: 6px 10px;
  background: #eee;
}

.industry-menu__side-col .industry-menu-item i, .view-all i {
  color: #00f;
}

.view-all {
  font-weight: bold;
}

.close-view-all {
  cursor: pointer;
}

.industry-menu__side-back {
  font-size: 20px;
  font-weight: bold;
  font-family: "GilroyExtraBold";
}
.industry-menu__side-back i {
  position: relative;
  margin-left: -25px;
  margin-right: 5px;
}

.left-side .menu-item a {
  font-weight: 600;
  padding: 8px;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.left-side .menu-item a:hover {
  background-color: #F4F4F6;
}
.left-side .menu-item a:hover span {
  color: #00f;
}
@media (max-width: 991px) {
  .left-side .menu-item a {
    padding: 15px 5px;
    width: 100%;
  }
}
.left-side .menu-item a img {
  margin-right: 15px;
  max-width: 35px;
}

@media (max-width: 991px) {
  #industry-menu {
    padding: 100px 0 55px 0;
  }
  #industry-menu .menu__layer, #industry-menu-all .menu__layer {
    padding: 0 30px;
  }
  #industry-menu .menu-item {
    margin-bottom: 40px;
  }
  #industry-menu .menu__content {
    padding-top: 0;
  }
  /*.industry-menu-child .sides {
    display: block;
    overflow: auto;
  }
   .industry-menu-child .sides::-webkit-scrollbar {
    width: 3px; }
  .industry-menu-child .sides::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .industry-menu-child .sides::-webkit-scrollbar-thumb {
    background: #666; }
  .industry-menu-child .sides::-webkit-scrollbar-thumb:hover {
    background: #888; }
    */
  .industry-menu-child .left-side {
    display: block;
  }
  .industry-menu-child .right-side {
    display: none;
  }
}
.industry-menu-child__title {
  padding: 55px 68px 15px;
  font-family: "GilroyExtraBold";
}

.industry-menu.open {
  left: 0;
}

.industry-menu-child.open {
  left: unset;
  right: 0;
}

[dir=rtl] .industry-menu {
  left: auto;
  right: -100%;
  transition: right 0.2s;
}
[dir=rtl] .industry-menu .m-lines {
  left: unset;
  right: -150px;
}
[dir=rtl] .industry-menu.open {
  left: auto;
  right: 0;
}
[dir=rtl] .industry-menu .menu__item img {
  margin-right: 0;
  margin-left: 15px;
  max-width: 30px;
}
[dir=rtl] .industry-menu .menu__layer h2 {
  margin: 0 5px 0 0;
}
[dir=rtl] .industry-menu .menu__layer > div {
  right: 78px;
  left: auto;
}
[dir=rtl] .industry-menu .menu__layer > div i {
  margin-right: 0;
  margin-left: 5px;
  transform: rotate(180deg);
}
[dir=rtl] .industry-menu .menu__layer .form-item {
  position: relative;
}
[dir=rtl] .industry-menu .menu__layer .form-item input {
  padding-left: 0;
  padding-right: 33px;
}
[dir=rtl] .industry-menu .menu__layer .form-item i {
  right: 0;
  left: auto;
}
[dir=rtl] .industry-menu .close-icon {
  right: auto !important;
  left: 20px;
}
[dir=rtl] .industry-menu__side-col .industry-menu-item i, [dir=rtl] .side-back i {
  transform: rotate(180deg);
}
[dir=rtl] .industry-menu__side-col:after {
  left: unset;
  right: 0;
}
[dir=rtl] .industry-menu__side-back i {
  margin-right: -25px;
  margin-left: 5px;
  transform: rotate(180deg);
}
[dir=rtl] .view-all i {
  transform: rotate(180deg);
}
[dir=rtl] .industry-menu-child-link .menu-item-title {
  direction: rtl;
}
[dir=rtl] .left-side .menu-item a img {
  margin-right: 0;
  margin-left: 15px;
  max-width: 30px;
}

.suppliers-view {
  padding-top: 80px;
  padding-bottom: 80px;
}

.suppliers-view--header {
  background: url("../images/header-layer.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 991px) {
  .suppliers-view {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.suppliers-view .section-title {
  font-size: 40px;
  margin-bottom: 40px;
}

.suppliers-view .section-sub-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #0053BD;
}

.suppliers-view .section-sub-title > i {
  font-size: 16px;
  color: #213242;
  margin-inline-start: 10px;
}

.section-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-item {
  width: 48%;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #e4e4e4;
  padding: 21px 17px;
  color: #213242;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-item i {
  color: #1877f2;
  font-size: 26px;
}

.section-item i.fa-folder {
  color: #213242;
  width: 35px;
}

.section-item > div {
  display: flex;
  gap: 7px;
  align-items: center;
}

.section-item .section-item-title {
  font-weight: 600;
}

.section-item .section-item-num {
  font-size: 24px;
  font-weight: bold;
  color: #1877f2;
}

@media (max-width: 768px) {
  .section-item {
    width: 100%;
  }
}
.section-item:hover {
  color: #0053bd;
  background-color: #f4f4f6;
  box-shadow: 30px 4px 30px rgba(0, 0, 0, 0.05), 0 0 0 2px #0053bd inset;
}

.section-item:hover i.fa-folder {
  color: #1877f2;
}

/* category search */
.suppliers-searching-bar {
  width: 100%;
  height: 60px;
  margin: 0 0 50px 0;
  display: flex;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s all ease-in-out;
  background: #fff;
  position: relative;
}

.suppliers-searching-bar .selectize-control {
  flex-grow: 1;
  display: flex;
}

.suppliers-searching-bar .selectize-control.select-country,
.suppliers-searching-bar .selectize-control.select-region {
  width: 50%;
}

.suppliers-searching-bar .selectize-control .selectize-input {
  border-color: rgba(33, 50, 66, 0.5);
  height: 100%;
  border-radius: 4px;
  font-size: 16px;
  padding-inline-start: 50px !important;
}

.suppliers-searching-bar .selectize-control .selectize-input > input {
  font-size: 16px;
  font-family: "RbRegular";
  font-weight: normal;
}

.suppliers-searching-bar .select-region {
  margin-inline-start: -1px;
}

.suppliers-searching-bar .select-country-radius .selectize-input {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.suppliers-searching-bar .selectize-control.select-country:before {
  content: "\f57c";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  inset-inline-start: 20px;
  color: #9098a0;
  font-size: 20px;
  z-index: 9;
  font-weight: 900;
  pointer-events: none;
}

.suppliers-searching-bar .selectize-control.select-region:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  inset-inline-start: 20px;
  color: #9098a0;
  font-size: 20px;
  z-index: 9;
  font-weight: 900;
  pointer-events: none;
}

.suppliers-searching-bar .select-region .selectize-input {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}

.suppliers-searching-bar .selectize-control.single .selectize-input:after {
  width: 8px;
  height: 8px;
  top: 46%;
}

.suppliers-searching-bar .selectize-dropdown,
.selectize-dropdown.form-control {
  width: 300px;
  position: absolute;
  top: 65px;
  border-radius: 4px;
  background: #fff;
  z-index: 190;
  border: 1px solid rgba(33, 50, 66, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
  overflow: auto;
}

.suppliers-searching-bar .selectize-dropdown .selectize-dropdown-content {
  padding: 0;
  max-height: 300px;
}

.suppliers-searching-bar .selectize-dropdown .option {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
  color: #213242;
  min-height: 53.7px;
  border-bottom: 1px solid rgba(33, 50, 66, 0.2);
}

.suppliers-searching-bar .selectize-dropdown .option:hover,
.suppliers-searching-bar .selectize-dropdown .option.selected {
  background-color: #F3F8FF;
  color: #213242;
}

.select-region-inner .selectize-input {
  border: none;
  padding: 0;
  height: 30px;
  font-size: 14px;
  color: #213242;
  font-family: "Droid Arabic Kufi";
}

.select-region-inner .selectize-input.focus {
  border: 0;
  box-shadow: none;
}

.select-region-inner.selectize-control.single .selectize-input:after {
  display: none;
}

.select-region-inner.selectize-control.single .selectize-input > input::placeholder {
  color: #213242;
  opacity: 1;
}

.select-region-inner .selectize-dropdown,
.selectize-dropdown.form-control {
  min-width: 200px;
}

.select-region-inner .selectize-dropdown {
  inset-inline-start: 0;
  left: unset !important;
  right: unset !important;
}

.select-wrapper {
  font-size: 16px;
  color: #213242;
  margin-inline-start: 10px;
  font-family: "Droid Arabic Kufi";
}

.suppliers-item {
  display: flex;
  padding: 20px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin-bottom: 30px;
  font-family: "Droid Arabic Kufi";
}

@media (max-width: 991px) {
  .suppliers-item {
    display: block;
  }
  .suppliers-item .suppliers-item_logo {
    margin-bottom: 30px;
  }
}
.suppliers-item .suppliers-item_logo {
  padding-inline-end: 20px;
  flex-shrink: 0;
  flex: 0 0 112px;
}

.suppliers-item .suppliers-item_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.suppliers-item .suppliers-item_content h4 {
  font-size: 20px;
  font-family: RbRegular !important;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .suppliers-item .suppliers-item_content h4 {
    margin-bottom: 30px;
  }
}
.suppliers-item .suppliers-item_content p {
  font-size: 16px;
  font-family: inherit !important;
  font-weight: normal;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .suppliers-item .suppliers-item_content p {
    margin-bottom: 20px;
  }
}
.suppliers-item .suppliers-item_content ul {
  margin: auto 0 17px;
  padding: 0;
  list-style-type: none;
}

.suppliers-item .suppliers-item_content ul li {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: RbRegular !important;
  margin-inline-end: 20px;
}

@media (max-width: 991px) {
  .suppliers-item .suppliers-item_content ul {
    margin-bottom: 25px;
  }
  .suppliers-item .suppliers-item_content ul li {
    display: block;
    margin-bottom: 8px;
  }
}
.suppliers-item .suppliers-item_content ul li:last-child {
  margin-inline-end: 0;
}

.suppliers-item .suppliers-item_content ul li i {
  color: #1877F2;
  margin-inline-end: 10px;
}

.suppliers-item .suppliers-item_map {
  flex-shrink: 0;
  flex: 0 0 280px;
}

.suppliers-item .suppliers-item_map .suppliers-item_map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0053BD 0% 0% no-repeat padding-box;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: inherit !important;
  padding: 15px 10px;
  width: 100%;
  margin-top: 7px;
}

.suppliers-item_map-wrapper {
  width: 100%;
  height: 112px;
}

@media (max-width: 991px) {
  .suppliers-item_map-wrapper,
  .suppliers-item_map-wrapper iframe {
    height: 200px !important;
  }
}
/***************/
.pos-apps-mobile {
  display: none;
}

body .pos-apps {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  gap: 15px;
  width: 95%;
  margin: 20px auto 0 auto !important;
  position: static !important;
  bottom: 0 !important;
}

.pos-apps a {
  flex: 0 0 35%;
  max-width: 35%;
}

.pos-apps img {
  width: 100% !important;
  max-width: 100%;
}

img[src="/img/uploads/logosx.png"] {
  position: static !important;
}

@media (max-width: 991px) {
  .pos-apps-mobile {
    display: flex;
    justify-content: space-between;
    width: 95%;
  }
  .pos-apps-mobile img {
    width: 80%;
    margin-bottom: 10px;
  }
}
.section-intro {
  position: relative;
  min-height: 650px;
  padding-top: 50px;
}
@media (max-width: 575px) {
  .section-intro {
    padding-top: 35px;
  }
}
.section-intro p {
  font-weight: 600;
}
.section-intro:before {
  content: "";
  background-image: url("../images/home-cover.png");
  background-size: cover;
  position: absolute;
  top: -139px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: 0 -43px;
}
@media (min-width: 1700px) and (min-height: 1000px) {
  .section-intro:before {
    height: 115%;
    background-position: center -85px;
  }
}
.section-intro--featured {
  background-image: url("../images/module-featured-intro-cover.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2030bb;
  background-position: center;
  min-height: unset;
}
.section-intro--featured .featured-intro__options {
  margin: 45px 0 25px 0;
  font-size: 16px;
}
.section-intro--featured .featured-intro__options .featured-intro__option {
  font-weight: 500;
  display: flex;
}
.section-intro--featured .featured-intro__options .featured-intro__option:not(:last-child) {
  margin-bottom: 16px;
}
.section-intro--featured .featured-intro__options .featured-intro__option .featured-intro__option-icon-wrap {
  width: 40px;
  height: 22px;
  vertical-align: middle;
  display: inline-block;
  flex-shrink: 0;
}
.section-intro--featured .featured-intro__options .featured-intro__option .featured-intro__option-icon {
  background-color: #42B72A;
  color: #fff;
  font-size: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  vertical-align: text-bottom;
  line-height: 24px;
}
.section-intro-pricing {
  min-height: unset;
  background-image: url("../images/header-layer.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media (min-width: 991px) {
  .section-intro-pricing-content {
    text-align: center;
  }
}
.section-intro-pricing--sticky {
  position: sticky;
  top: 160px;
}
@media (max-width: 991px) {
  .section-intro-pricing--sticky {
    top: 130px;
    padding: 0 0 30px;
  }
}
.section-intro-pricing__title {
  font-size: 54px;
  line-height: 1.3;
  font-family: "GilroyExtraBold";
  margin-bottom: 30px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #0D253C;
  font-size: 72px;
  line-height: 82px !important;
}
.section-intro-pricing__title span {
  color: #026BFF;
}
@media (max-width: 991px) {
  .section-intro-pricing__title {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 36px;
    line-height: 1 !important;
  }
}
.section-intro-pricing__desc p {
  font-size: 16px;
  margin-bottom: 0;
  color: #213242;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 991px) {
  .section-intro-pricing__desc p {
    line-height: 25px;
  }
}
.section-intro-pricing__actions {
  margin-top: 30px;
}
.section-intro-pricing__actions .main-btn {
  height: 68px;
  font-size: 24px;
  line-height: 68px;
}
@media (max-width: 991px) {
  .section-intro-pricing__actions .main-btn {
    height: 58px;
    font-size: 18px;
    line-height: 58px;
  }
}

[dir=ltr] .section-intro--featured .featured-intro__options .featured-intro__option {
  font-family: "GilroyMedium";
}

.section-intro-content .row {
  align-items: center;
}
.section-intro-content .section-intro-info .intro__title {
  font-size: 47px;
  line-height: 1.3;
  font-family: "GilroyExtraBold";
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .section-intro-content .section-intro-info .intro__title {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 33px;
  }
}
.section-intro-content .section-intro-info .intro__desc {
  font-size: 16px;
  margin-bottom: 12px;
  color: #6b6b6e;
  line-height: 1.8;
  position: relative;
  top: -1px;
}
@media (max-width: 991px) {
  .section-intro-content .section-intro-info .intro__desc {
    margin-bottom: 20px;
  }
}
.section-intro-content .section-intro-info .intro__actions {
  display: flex;
  position: relative;
  top: 8px;
}
@media (max-width: 991px) {
  .section-intro-content .section-intro-info .intro__actions {
    position: static;
  }
}
.section-intro-content .section-intro-info .intro__actions a {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .section-intro-content .section-intro-info .intro__actions a {
    margin-right: 3px;
  }
}
.section-intro-content .section-intro-info .intro__options {
  display: flex;
  margin: 45px 0 25px 0;
}
@media (max-width: 991px) {
  .section-intro-content .section-intro-info .intro__options {
    margin: 35px 0 25px 0;
    flex-direction: column;
  }
}
.section-intro-content .section-intro-info .intro__options li {
  font-size: 14px;
  margin-right: 33px;
}
@media (max-width: 991px) {
  .section-intro-content .section-intro-info .intro__options li {
    margin-right: 0;
  }
}
.section-intro-content .section-intro-info .intro__options li i {
  margin-right: 5px;
  color: #ababab;
}
.section-intro-content .intro-img {
  text-align: right;
}
@media (max-width: 991px) {
  .section-intro-content .intro-img {
    transform: scale(1);
    position: static;
    text-align: center;
  }
}
.section-intro-content .intro-img img {
  width: 80%;
}

.section-intro--featured .section-intro-content .section-intro-info .intro__title {
  line-height: 1.2 !important;
  margin-top: 0;
  font-size: 42px;
}
.section-intro--featured .section-intro-content .intro-img img {
  width: 100%;
}
.section-intro--featured .section-intro-content .intro__actions {
  margin-top: 40px;
}
.section-intro--featured .section-intro-content .intro__actions .main-btn {
  text-transform: unset;
  font-size: 24px;
  padding-left: 22px;
  padding-right: 22px;
}

@media (min-width: 768px) {
  .section-intro--featured .section-intro-content .intro-img img {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .section-intro--featured .section-intro-content .intro-img img {
    margin-bottom: 55px;
  }
}
.plugins {
  padding-top: 0px;
  background: #f1f5f7;
  position: relative;
}
@media (max-width: 991px) {
  .plugins {
    overflow-x: hidden;
  }
}
.plugins .plugins__img {
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .plugins .plugins__img {
    right: -120px;
  }
}
.plugins .plugins__content {
  margin: 62px 0 0px 0;
}
@media (max-width: 991px) {
  .plugins .plugins__content {
    padding: 0;
    margin: 20px 0;
  }
}
.plugins .plugins__content .row {
  align-items: flex-start !important;
}
.plugins .plugins__content .plugins__item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 70px;
  margin-top: 7px;
}
@media (max-width: 991px) {
  .plugins .plugins__content .plugins__item {
    margin-bottom: 35px;
  }
}
.plugins .plugins__content .plugins__item._item {
  padding-left: 65px;
}
@media (max-width: 991px) {
  .plugins .plugins__content .plugins__item._item {
    padding-left: 50px;
  }
}
.plugins .plugins__content .plugins__item._item img {
  left: 12px;
}
@media (max-width: 991px) {
  .plugins .plugins__content .plugins__item._item img {
    left: 0;
  }
}
.plugins .plugins__content .plugins__item.__item {
  padding-left: 72px;
}
@media (max-width: 991px) {
  .plugins .plugins__content .plugins__item.__item {
    padding-left: 50px;
  }
}
.plugins .plugins__content .plugins__item.__item img {
  left: 22px;
}
@media (max-width: 991px) {
  .plugins .plugins__content .plugins__item.__item img {
    left: 0;
  }
}
.plugins .plugins__content .plugins__item img {
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 33px;
}
.plugins .plugins__content .plugins__item h2 {
  font-family: "GilroyExtraBold";
  font-size: 24px;
}
.plugins .plugins__content .plugins__item p {
  font-family: "GilroyRegular";
  font-size: 16px;
  color: #75799d;
  width: 92%;
}
@media (max-width: 991px) {
  .plugins .plugins__content .plugins__item p {
    width: 90%;
  }
}
.plugins .plugins__layer .row {
  align-items: center;
}
.plugins .plugins__layer-info {
  color: #fff;
}
.plugins .plugins__layer-info h2 {
  margin-bottom: 0px;
}
.plugins .plugins__layer-btn {
  text-align: center;
}

.sales {
  padding-top: 32px;
}
.sales .section__header .section__txt {
  margin-bottom: 35px;
}
.sales .section__header .section__title {
  margin-bottom: 48px;
}
.sales .section__header .section__desc {
  margin-bottom: 36px;
}
.sales .section-image {
  position: relative;
  left: 14px;
  top: 5px;
}
@media (max-width: 991px) {
  .sales .section-image {
    position: static;
  }
}
@media (max-width: 991px) {
  .sales .sales__actions {
    margin: 0 0 30px 0;
  }
}

.section-features {
  position: relative;
  background-image: url("../images/pattern1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 991px) {
  .section-features {
    padding: 100px 0 0 !important;
  }
}
.section-features .section__header {
  margin-bottom: 100px;
}
@media (min-width: 991px) {
  .section-features .section__header.section-appear {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .section-features .section__header.appear {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-features .section__header .section__title {
  margin-bottom: 48px;
  line-height: 1.3 !important;
}
@media (max-width: 991px) {
  .section-features .section__header .section__title {
    margin-bottom: 18px;
  }
}
.section-features .section__header .section__desc {
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 991px) {
  .section-features .section__header {
    margin-bottom: 50px;
  }
}
.section-features .section-image {
  position: relative;
  left: 14px;
  top: 5px;
}
@media (max-width: 991px) {
  .section-features .section-image {
    position: static;
  }
}
@media (min-width: 991px) {
  .section-features .section-image {
    position: sticky;
    top: 90px;
  }
}

.accounting {
  background: #f1f5f7;
}
.accounting .section-image img {
  position: relative;
  left: -51px;
  top: 0px;
  width: 117% !important;
}
@media (max-width: 991px) {
  .accounting .section-image img {
    width: 100% !important;
    position: static;
  }
}
.accounting .section__header ul li span {
  margin-left: 22px;
}
.accounting .section__header .section__txt {
  margin-bottom: 38px;
  margin-top: -6px;
}
.accounting .section__header .section__title {
  margin-bottom: 44px;
}
.accounting .section__header .section__desc {
  margin-bottom: 17px;
  margin-top: 25px;
}
.accounting .sales__actions {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .accounting .sales__actions {
    margin-left: 0;
  }
}

.operations .section__header ul li span {
  margin-left: 22px;
}
.operations .section__header .section__txt {
  margin-bottom: 36px;
  margin-top: 25px;
  padding-left: 9px;
}
.operations .section__header .section__title {
  margin-bottom: 51px;
}
.operations .section__header .section__desc {
  margin-bottom: 42px;
  margin-top: 43px;
  padding-left: 8px;
}
.operations .section__header ul {
  padding-left: 8px;
}
@media (max-width: 991px) {
  .operations .section__header ul {
    padding-left: 0;
  }
}
.operations .section-image img {
  position: relative;
  left: -40px;
  width: 117% !important;
  top: 16px;
}
@media (max-width: 991px) {
  .operations .section-image img {
    position: static;
    width: 100% !important;
  }
}
.operations .operation__actions {
  position: relative;
  top: 11px;
}
@media (max-width: 991px) {
  .operations .operation__actions {
    position: static;
  }
}
.operations .operations__layer {
  margin-top: 185px;
}
.operations .operations__layer .banner__layer-info {
  position: relative;
  left: -10px;
  top: 13px;
}
@media (max-width: 991px) {
  .operations .operations__layer .banner__layer-info {
    position: static;
  }
}
.operations .operations__layer .banner__layer-info h2 {
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .operations .operations__layer .banner__layer-btn {
    position: static;
  }
}

.customer {
  background: #f1f5f7;
}
.customer .section__header .section__txt {
  margin-top: -6px;
  padding-left: 8px;
  margin-bottom: 47px;
}
.customer .section__header .section__title {
  margin-bottom: 40px;
  padding-left: 0px;
}
.customer .section__header .section__desc {
  padding-left: 6px;
  margin-bottom: 43px;
  margin-top: 45px;
}
.customer .section__header ul {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .customer .section__header ul {
    padding-left: 0;
  }
}
.customer .section-image img {
  position: relative;
  top: 2px;
  left: -12px;
}
@media (max-width: 991px) {
  .customer .section-image img {
    position: static;
  }
}

.inventory {
  padding-top: 114px;
}
.inventory .section-image img {
  position: relative;
  left: -51px;
  top: 0px;
  width: 117% !important;
}
@media (max-width: 991px) {
  .inventory .section-image img {
    width: 100% !important;
    position: static;
  }
}
.inventory .section__header .section__txt {
  position: relative;
  top: -10px;
}
@media (max-width: 991px) {
  .inventory .section__header .section__txt {
    position: static;
  }
}
.inventory .section__header .section__title {
  position: relative;
  top: -25px;
}
@media (max-width: 991px) {
  .inventory .section__header .section__title {
    position: static;
  }
}
.inventory .section__header .section__desc {
  position: relative;
  top: -2px;
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .inventory .section__header .section__desc {
    position: static;
  }
}
.inventory .inventory__actions {
  position: relative;
  top: 9px;
}
@media (max-width: 991px) {
  .inventory .inventory__actions {
    position: static;
  }
}

.hrm {
  background: #f1f5f7;
  position: static !important;
}
.hrm .section-image img {
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .hrm .section-image img {
    position: static;
  }
}
.hrm .section__header .section__txt {
  position: relative;
  left: 9px;
  top: -3px;
}
@media (max-width: 991px) {
  .hrm .section__header .section__txt {
    position: static;
  }
}
.hrm .section__header .section__title {
  position: relative;
  top: -16px;
  left: 7px;
}
@media (max-width: 991px) {
  .hrm .section__header .section__title {
    position: static;
  }
}
.hrm .section__header .section__desc {
  position: relative;
  top: 3px;
  left: 8px;
  margin-bottom: 46px;
}
@media (max-width: 991px) {
  .hrm .section__header .section__desc {
    position: static;
  }
}
.hrm .section__header ul {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .hrm .section__header ul {
    padding-left: 0;
  }
}
.hrm .hrm__actions {
  position: relative;
  left: 9px;
}
@media (max-width: 991px) {
  .hrm .hrm__actions {
    position: static;
  }
}

.free-trial {
  border-radius: 0;
  margin-bottom: 0;
}
.free-trial.banner__layer {
  margin-top: 0;
}
.free-trial .banner__layer-info {
  padding-left: 57px;
  padding-top: 6px;
}
@media (max-width: 991px) {
  .free-trial .banner__layer-info {
    padding: 0;
  }
}
.free-trial .banner__layer-info p {
  position: relative;
  top: -19px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .free-trial .banner__layer-info p {
    position: static;
  }
}
.free-trial .banner__layer-info .free-btn {
  position: relative;
  top: 9px;
}
@media (max-width: 991px) {
  .free-trial .banner__layer-info .free-btn {
    position: static;
  }
}
.free-trial .row {
  justify-content: space-between;
}
.free-trial-info h2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .free-trial .logo-layer {
    margin: 0 0 50px 0;
  }
}
.free-trial .logo-layer img {
  margin-right: 53px;
  max-width: 153px;
  position: relative;
  bottom: -21px;
}
@media (max-width: 991px) {
  .free-trial .logo-layer img {
    width: 40%;
    position: static;
    margin: 0;
  }
}

.promises {
  padding: 80px 0;
  background: #f9fafb;
}
.promises__header {
  background: url("../images/header-layer.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
.promises__header h2 {
  font-family: "GilroyExtraBold";
  font-size: 47px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .promises__header h2 {
    font-size: 35px;
    position: static;
  }
}
.promises__header h2 span {
  color: #0053BD;
}
.promises__header p {
  font-size: 18px;
  margin: 39px 0 0 0px;
}
@media (max-width: 991px) {
  .promises__header p {
    margin: 0;
  }
}
.promises__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
}
.promises__content_card {
  width: 275px;
  border-radius: 20px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: -30px 4px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  z-index: 2;
  max-height: 240px;
  transition: max-height 0.3s;
}
@media (max-width: 991px) {
  .promises__content_card {
    margin-bottom: 0;
    width: 100%;
    box-shadow: 4px -30px 30px rgba(0, 0, 0, 0.05);
  }
}
.promises__content_card:after {
  content: "";
  border-radius: 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #0053BD;
  z-index: -1;
  transition: height 0.2s;
}
.promises__content_card:hover {
  max-height: 500px;
}
.promises__content_card:hover img {
  display: none;
}
.promises__content_card:hover:after {
  height: 100%;
}
.promises__content_card:hover h2 {
  color: #fff;
  margin-top: -6px;
}
.promises__content_card:hover p {
  color: #fff;
  max-height: none;
  overflow: initial;
  display: block !important;
  -webkit-line-clamp: initial;
  max-width: none;
}
.promises__content_card h2 {
  font-size: 20px;
  font-family: "GilroyExtraBold";
  margin: 20px 0;
}
@media (max-width: 991px) {
  .promises__content_card h2 {
    margin-bottom: 0;
  }
}
.promises__content_card p {
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-box !important;
  max-width: 200px;
  -webkit-line-clamp: 2;
  min-height: 46px;
  max-height: 53px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .promises__content_card p {
    display: none !important;
  }
}

.easier .container {
  position: relative;
}
.easier .container .row {
  align-items: center;
}
.easier__header {
  position: relative;
}
.easier__header::before {
  content: "";
  background: url("../images/rounded-layer.png");
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -313px;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  padding-top: 45px;
}
@media (max-width: 991px) {
  .easier__header::before {
    display: none;
  }
}
.easier__header .easier_img {
  display: inline-block;
  position: relative;
}
.easier__header .easier_img::before {
  content: "";
  background: url("../images/pattern.png");
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  width: 20%;
  height: 20%;
}
@media (max-width: 991px) {
  .easier__header .easier_img::before {
    display: none;
  }
}
.easier__header .easier_img::after {
  content: "";
  background: url("../images/pattern.png");
  background-position: center;
  position: absolute;
  bottom: 141px;
  left: -30px;
  background-repeat: no-repeat;
  width: 20%;
  z-index: -1;
  height: 20%;
}
@media (max-width: 991px) {
  .easier__header .easier_img::after {
    display: none;
  }
}
.easier__header h2 {
  font-family: "GilroyExtraBold";
  font-size: 49px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .easier__header h2 {
    font-size: 26px;
  }
}
.easier__header h2 span {
  color: #0053BD;
}
.easier__header p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .easier__header p {
    padding: 0 10px;
  }
}
.easier__header img {
  position: relative;
  top: 33px;
}
@media (max-width: 991px) {
  .easier__header img {
    width: 100%;
    top: 30px;
    max-width: 500px;
  }
}
.easier__info {
  padding: 68px 0 0 0;
}
.easier__info.l2 {
  padding: 44px 0 0 32px;
}
.easier__info.l2 h2 {
  font-size: 46px;
}
@media (max-width: 991px) {
  .easier__info {
    padding: 5px !important;
  }
}
.easier__info h2 {
  font-family: "GilroyExtraBold";
  font-size: 45px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .easier__info h2 {
    font-size: 35px !important;
  }
}
.easier__info p {
  font-size: 16px;
  color: #75799D;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .easier .easier-bg {
    width: 100%;
  }
}

.partners {
  border-top: 2px solid #e2e6ea;
}
.partners__header {
  position: relative;
}
.partners__header h2 {
  font-family: "GilroyExtraBold";
  font-size: 49px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .partners__header h2 {
    font-size: 26px;
  }
}
.partners__header h2 span {
  color: #0053BD;
}
.partners__header p {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .partners__header p {
    padding: 0 10px;
  }
}

.features {
  background-image: url("../images/curved-layer.png");
  background-size: cover;
  background-position: -232px;
  padding-top: 150px;
}
@media (max-width: 991px) {
  .features {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 50px;
  }
}
.features h2 {
  font-size: 47px;
  text-align: center;
  font-family: "GilroyExtraBold";
  margin: 30px 0 65px 0;
}
@media (max-width: 991px) {
  .features h2 {
    font-size: 30px;
    margin: 5px 0 40px 0;
  }
}
.features h2 span {
  color: #0053BD;
}
.features .feature__content .feature__item {
  display: flex;
  margin: 10px 0 19px 0;
  align-items: center;
  font-size: 16px;
}
.features .feature__content .feature__item img {
  width: 32px;
  height: 32px;
}
.features .feature__content .feature__item span {
  margin-left: 20px;
}
.features .main-btn {
  padding: 24px 50px;
  display: block;
  width: 382px;
  text-align: center;
  margin: 81px auto 20px auto;
  height: auto;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .features .main-btn {
    width: 70% !important;
  }
}

.links .noneed__layer {
  margin: 0px;
}
@media (max-width: 991px) {
  .links .noneed__layer.banner__layer {
    margin: 0px;
  }
}
.links .noneed__layer .banner__layer-info {
  padding-left: 11px;
}
@media (max-width: 991px) {
  .links .noneed__layer .banner__layer-info {
    padding-left: 0px;
  }
}
.links .noneed__layer .row {
  justify-content: space-between;
}
.links .noneed__layer-info h2 {
  margin-bottom: 30px;
}
.links .layers-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 115px 0 50px 0;
}
@media (max-width: 575px) {
  .links .layers-logos {
    margin: 25px 0 50px 0;
  }
}
.links .layers-logos img {
  width: auto;
  max-height: auto;
}
@media (max-width: 991px) {
  .links .layers-logos img {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 991px) {
  .links .layers-logos {
    display: none;
  }
}
.links .layers-logos-pricing {
  margin: 65px 0 90px 0;
}
.links .layers-logos-pricing img {
  max-height: 45px;
  height: auto;
}
@media (max-width: 575px) {
  .links .layers-logos-pricing {
    margin: 25px 0 50px 0;
  }
}

.download {
  padding-top: 0 !important;
}
.download .container .row {
  align-items: center;
}
.download .section__header {
  padding-left: 0;
}
@media (max-width: 575px) {
  .download .section__header {
    margin-left: 0px;
    margin-top: 0;
  }
}
.download .section__header .section__title {
  margin-bottom: 46px;
}
.download .section__header .section__desc {
  margin-bottom: 23px;
}
.download .download__actions {
  margin: 71px 2px;
}
@media (max-width: 575px) {
  .download .download__actions {
    margin: 20px 0;
  }
}
.download .download__actions a {
  display: inline-block;
  max-width: 170px;
  margin-right: 5px;
}
.download .download__actions a img {
  width: 100%;
}
@media (max-width: 575px) {
  .download .download__actions a {
    max-width: 100%;
    margin-bottom: 25px;
    display: block;
  }
}
@media (max-width: 991px) {
  .download .download__actions a {
    max-width: 40%;
    margin: 0;
    display: inline-block;
  }
}

[dir=rtl] .feature__item span {
  margin-left: 0 !important;
  margin-right: 20px !important;
}
[dir=rtl] .plugins .plugins__img {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
[dir=rtl] .plugins .plugins__item {
  padding-right: 50px;
  padding-left: 0 !important;
}
[dir=rtl] .plugins .plugins__item img {
  left: auto;
  right: 0;
}
[dir=rtl] .free-trial.banner__layer .logo-layer {
  text-align: left !important;
}
[dir=rtl] .section-intro-content .intro-img {
  text-align: left;
}
@media (max-width: 991px) {
  [dir=rtl] .section-intro-content .intro-img {
    text-align: center;
  }
}
[dir=rtl] .inventory .section-image img {
  left: auto;
  right: -61px;
}
[dir=rtl] .accounting .section-image img {
  left: auto;
  right: -61px;
}
[dir=rtl] .operations .section-image img {
  left: auto;
  right: -40px;
}
[dir=rtl] .hrm .section-image img {
  left: auto;
}
[dir=rtl] .customer .section-image img {
  left: auto;
  right: -12px;
}
[dir=rtl] .section-intro-content .section-intro-info .intro__actions a {
  margin-right: 0;
  margin-left: 20px;
}
[dir=rtl] .section-intro-content .section-intro-info .intro__options li {
  margin-right: 0;
  margin-left: 33px;
}

.module .section-intro-content .intro__title {
  margin-top: 0;
}

.free-module {
  padding-top: 120px;
  padding-bottom: 0;
}
.free-module .row {
  align-items: center;
}

.track-sales {
  padding-top: 115px;
}
.track-sales .section__header .section__title {
  margin-top: 0;
  margin-bottom: 45px;
}
.track-sales .section__header .section__desc {
  margin-bottom: 31px;
}
.track-sales .sales__actions {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .track-sales .sales__actions {
    margin-top: 10px;
  }
}

.section-quotes {
  padding-top: 152px;
}
.section-quotes .section__header .section__title {
  margin-top: 22px;
  margin-bottom: 44px;
}

.register-customer {
  padding-top: 189px;
}
.register-customer .section__header .section__title {
  margin-bottom: 58px;
}

.boost-sales {
  padding-top: 39px;
}
.boost-sales h2 {
  font-family: "GilroyExtraBold";
  font-size: 48px;
  text-align: center;
  color: #181c32;
}
@media (max-width: 991px) {
  .boost-sales h2 {
    font-size: 32px;
  }
}
.boost-sales h2 span {
  color: #0053BD;
}
.boost-sales .boost-sales-items {
  display: flex;
  text-align: center;
  width: 83%;
  margin: 45px auto 0 auto;
}
@media (max-width: 991px) {
  .boost-sales .boost-sales-items {
    flex-wrap: wrap;
  }
}
.boost-sales .boost-sales-items .boost-sales-item {
  margin-right: 2%;
  width: 15%;
}
@media (max-width: 991px) {
  .boost-sales .boost-sales-items .boost-sales-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .boost-sales .boost-sales-items .boost-sales-item:first-of-type {
    order: 5;
  }
  .boost-sales .boost-sales-items .boost-sales-item:nth-of-type(2) {
    order: 2;
  }
  .boost-sales .boost-sales-items .boost-sales-item:nth-of-type(3) {
    order: 3;
  }
  .boost-sales .boost-sales-items .boost-sales-item:nth-of-type(4) {
    order: 1;
  }
  .boost-sales .boost-sales-items .boost-sales-item:last-of-type {
    order: 4;
  }
}
.boost-sales .boost-sales-items .boost-sales-item:last-of-type {
  order: 4;
  margin-right: 0;
}
.boost-sales .boost-sales-items .boost-sales-item > div {
  min-height: 85px;
}
@media (max-width: 991px) {
  .boost-sales .boost-sales-items .boost-sales-item > div {
    min-height: 55px;
  }
}
.boost-sales .boost-sales-items .boost-sales-item img {
  display: block;
  width: 69px;
  margin: 11px auto;
}
@media (max-width: 991px) {
  .boost-sales .boost-sales-items .boost-sales-item img {
    width: 44px;
  }
}
.boost-sales .boost-sales-items .boost-sales-item span {
  font-size: 20px;
  font-family: "GilroyExtraBold";
  text-decoration: underline;
}
@media (max-width: 991px) {
  .boost-sales .boost-sales-items .boost-sales-item span {
    font-size: 16px;
  }
}

.customize-industry {
  height: 700px;
  padding-top: 25px !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .customize-industry {
    height: auto;
  }
}
@media (min-width: 1600px) {
  .customize-industry {
    background-position: -330px -127px;
    background-size: 2849px;
  }
}
.customize-industry img.big-banner {
  left: 50%;
  position: absolute;
  top: 286px;
  width: 94%;
  transform: translate(-50%, 0);
}
.customize-industry .customize-info {
  width: 50%;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .customize-industry .customize-info {
    width: auto !important;
  }
}
.customize-industry .customize-info img {
  margin-bottom: 40px;
  width: 34%;
}
@media (max-width: 991px) {
  .customize-industry .customize-info img {
    width: 100px;
    margin-bottom: 20px;
  }
}
.customize-industry .customize-info h2 {
  font-size: 35px;
  margin-top: 25px;
  font-family: "GilroyExtraBold";
  line-height: 1.2 !important;
}
@media (max-width: 991px) {
  .customize-industry .customize-info h2 {
    font-size: 25px;
  }
}
.customize-industry .customize-info h2 span {
  font-size: 50px;
}
@media (max-width: 991px) {
  .customize-industry .customize-info h2 span {
    font-size: 28px;
  }
}
.customize-industry .customize-info h2 span > span {
  color: #0053BD;
}
.customize-industry .customize-info p {
  color: gray;
  font-weight: bold;
  font-size: 16px;
}
.customize-industry .customize-info a {
  color: #0053BD;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customize-industry .customize-info a i {
  margin: 0 7px;
}

.promises.promises-modules {
  top: 109px;
}
.promises .banner__layer {
  margin-top: 245px;
}

.free-m .row {
  align-items: center;
}

[dir=rtl] .boost-sales .boost-sales-items .boost-sales-item {
  margin-right: 0;
  margin-left: 2%;
}
[dir=rtl] .boost-sales .boost-sales-items .boost-sales-item:last-of-type {
  margin-left: 0;
}
[dir=rtl] .customize-industry .customize-info h2 {
  font-size: 50px;
}

.industry {
  background-image: none;
  padding-top: 23px;
}
.industry .home-img {
  text-align: center;
}
.industry .home-img img {
  width: 75%;
  margin: auto;
}
.industry .section-intro-content .intro__title {
  margin-bottom: 40px;
}
.industry .section-intro-content .intro__actions {
  position: relative;
  top: 38px;
  left: -2px;
}
@media (max-width: 991px) {
  .industry .section-intro-content .intro__actions {
    position: static;
  }
}
.industry .section-intro-content .intro__options {
  position: relative;
  top: 30px;
}
@media (max-width: 991px) {
  .industry .section-intro-content .intro__options {
    position: static;
  }
}
.industry .intro-img {
  position: relative;
  left: 34px;
  top: -1px;
  transform: scale(0.9);
}
@media (max-width: 991px) {
  .industry .intro-img {
    transform: scale(1);
    position: static;
  }
}

.manage-club {
  padding-top: 100px;
}
.manage-club .section__title {
  margin-top: 61px;
  margin-bottom: 47px;
}

.define-packages {
  padding-top: 90px;
}
.define-packages .section__title {
  margin-top: 59px;
  margin-bottom: 50px;
}

.create-sales {
  padding-top: 135px;
}
.create-sales .section__header .section__title {
  margin-top: 52px;
  margin-bottom: 38px;
}

.industry-section .banner__layer-info {
  padding-left: 0;
}
.industry-section .banner__layer-info .free-btn {
  position: relative;
  top: -3px;
}
.industry-section .logo-layer img {
  margin: auto;
  position: static;
}

.track-stock {
  padding-top: 153px;
}
.track-stock .section__header .section__title {
  margin-bottom: 41px;
  margin-top: 4px;
}

.performance {
  padding-top: 195px;
}
.performance .section__header .section__title {
  margin-bottom: 48px;
  margin-top: 24px;
}

.add-club {
  padding-top: 142px;
}
.add-club .section__header .section__title {
  margin-top: 20px;
  margin-bottom: 42px;
}

.free-industry {
  height: 600px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .free-industry {
    height: auto;
  }
}
.free-industry .container {
  height: 100%;
}
.free-industry .container .banner__layer-info {
  padding-left: 60px;
}
.free-industry .container .banner__layer-info h2 {
  font-size: 45px;
  line-height: 1.5;
}
.free-industry .container .banner__layer-info p {
  top: -6px;
}
.free-industry .container .row {
  height: 100%;
}
.free-industry .container .row img {
  position: absolute;
  top: -215px;
  left: 65px;
}
@media (max-width: 991px) {
  .free-industry .container .row img {
    width: 100%;
    position: static;
  }
}

.industry-promises {
  padding-top: 38px;
}
.industry-promises .banner__layer {
  margin-top: 234px;
}

[dir=rtl] .free-industry img {
  left: -220px !important;
}

.features-page {
  background-image: none;
  min-height: auto;
}

.powerful-features {
  padding: 5px 0 30px 0;
  position: relative;
}
.powerful-features .section__header {
  padding-left: 0;
}
.powerful-features .section__header .section__title {
  font-size: 54px;
}
.powerful-features .container {
  padding: 11px 36px 0 65px;
}
@media (max-width: 991px) {
  .powerful-features .container {
    padding: 15px;
  }
}
.powerful-features:before {
  content: "";
  position: absolute;
  background: url(../images/features/fea_bg.png);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-size: 1577px;
  height: 800px;
  background-position: 0px -100px;
}
@media (max-width: 991px) {
  .powerful-features {
    overflow-x: hidden;
  }
}
.powerful-features .features__img {
  position: absolute;
  right: 0;
  top: 210px;
}
@media (max-width: 991px) {
  .powerful-features .features__img {
    right: -120px;
  }
}
.powerful-features .circles {
  position: absolute;
  left: -130px;
}
@media (max-width: 991px) {
  .powerful-features .circles {
    left: -175px;
  }
}
.powerful-features .circles img {
  height: 615px;
}
@media (max-width: 991px) {
  .powerful-features .circles img {
    height: auto;
  }
}

.feature-item {
  margin-bottom: 75px;
  margin-top: 60px;
}
.feature-item .feature__title {
  display: flex;
  align-content: center;
}
.feature-item .feature__title img {
  width: 30px;
  margin-right: 15px;
}
.feature-item .feature__title span {
  font-size: 32px;
  font-family: "GilroyExtraBold";
  text-decoration: underline;
}
.feature-item .feature__desc {
  font-size: 16px;
  color: #75799d;
  margin: 20px 0;
  line-height: 1.4;
  width: 78%;
}
@media (max-width: 991px) {
  .feature-item .feature__desc {
    width: 100%;
  }
}
.feature-item .features-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature-item .features-links .feature-link {
  display: flex;
  align-items: center;
  min-width: 45%;
  height: 50px;
  font-size: 16px;
  border-radius: 14px;
  margin-bottom: 15px;
  font-family: "GilroyBold";
  background: #fff;
  box-shadow: -30px 4px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
@media (max-width: 991px) {
  .feature-item .features-links .feature-link {
    width: 100%;
  }
}
.feature-item .features-links .feature-link img {
  margin: 0 25px;
  max-width: 30px;
  transition: 0.3s;
}
.feature-item .features-links .feature-link.active {
  color: #fff;
  background-color: #0058ff;
}
.feature-item .features-links .feature-link.active img {
  filter: invert(1);
  margin: 0 20px !important;
}
.feature-item .features-links .feature-link:hover {
  color: #fff;
  background-color: #0058ff;
}
.feature-item .features-links .feature-link:hover img {
  filter: invert(1);
  margin: 0 20px !important;
}

.sub-features .back {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.sub-features .back i {
  font-size: 15px;
  margin: 0 10px 0 0;
}
.sub-features .feature-list {
  position: sticky;
  top: 115px;
}
@media (max-width: 991px) {
  .sub-features .feature-list {
    position: static;
    width: auto;
  }
}
.sub-features .feature__title {
  margin: 20px 0 30px 0;
}
.sub-features .feature__title img {
  width: 30px;
}
.sub-features .feature__title span {
  font-size: 32px;
  text-decoration: underline;
}
.sub-features .feature-link {
  display: flex;
  align-items: center;
  width: 60%;
  height: 50px;
  font-size: 16px;
  border-radius: 14px;
  margin-bottom: 20px;
  font-family: "GilroyBold";
  background: #fff;
  box-shadow: -30px 4px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .sub-features .feature-link {
    width: 100%;
  }
}
.sub-features .feature-link img {
  margin: 0 25px;
  max-width: 30px;
  transition: 0.3s;
}
.sub-features .feature-link.active {
  color: #fff;
  background-color: #0058ff;
}
.sub-features .feature-link.active img {
  filter: invert(1);
  margin: 0 20px !important;
}
.sub-features .feature-link:hover {
  color: #fff;
  background-color: #0058ff;
}
.sub-features .feature-link:hover img {
  filter: invert(1);
  margin: 0 20px !important;
}
.sub-features .feature-t {
  font-size: 36px;
  font-family: "GilroyExtraBold";
  margin: 30px 0 32px 0;
}
@media (max-width: 991px) {
  .sub-features .feature-t {
    font-size: 30px;
  }
}
.sub-features .features-desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub-features .features-desc .feature-info {
  width: 40%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sub-features .features-desc .feature-info {
    width: 100%;
  }
}
.sub-features .features-desc .feature-info h3 {
  font-size: 20px;
  font-family: "GilroyBold";
  margin: 20px 0px;
}
.sub-features .features-desc .feature-info p {
  font-size: 16px;
  color: #75799d;
}

[dir=ltr] .sub-features .feature__title span {
  font-family: "GilroyExtraBold";
}

.switch input:checked + .slider:before {
  left: 0px;
}

.switch {
  position: relative;
  display: inline-block;
  margin: 0px;
  rotate: -90deg;
  margin-bottom: 5px;
  margin-top: 7px;
  width: 36px;
  height: 22px;
  margin-inline-start: -7px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0053BD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #0053BD;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #0053BD;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.switch .slider.round {
  border-radius: 34px;
  background: #A8ACC2;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.switcher {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .switcher {
    display: none;
  }
}
@media (max-width: 768px) {
  .switcher {
    margin: -10px 0 20px 0;
  }
}
.switcher > span {
  font-size: 20px;
  font-family: "GilroyBold";
  color: #4E5381;
  opacity: 0.5;
}
.switcher > span.active {
  opacity: 1;
}
.switcher > span.annual span {
  color: #0053BD;
}

[dir=ltr] .switcher > span {
  font-size: 16px;
}

.switcher2 {
  flex: 1;
  align-items: center;
}
@media (min-width: 991px) {
  .switcher2 {
    display: none !important;
  }
}
.switcher2 > span {
  font-size: 14px;
}
.switcher2 .switch {
  height: 15px;
  margin: 5px 15px;
}
.switcher2 .switch .slider:before {
  height: 9px;
  width: 9px;
  bottom: 3px;
}
.switcher2 input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.start-free {
  padding-top: 40px !important;
}
.start-free .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .start-free .container {
    flex-direction: column;
  }
}
.start-free .left-column {
  width: 40%;
}
@media (max-width: 991px) {
  .start-free .left-column {
    width: 100%;
  }
}
.start-free .left-column h2 {
  font-family: "GilroyExtraBold";
  font-size: 40px;
  margin-bottom: 50px;
}
.start-free .left-column h2 span {
  font-family: "GilroyMedium";
  font-size: 25px;
}
@media (max-width: 991px) {
  .start-free .left-column h2 {
    font-size: 35px;
  }
}
.start-free .right-column {
  width: 30%;
}
@media (max-width: 991px) {
  .start-free .right-column {
    width: 100%;
  }
}
.start-free .right-column h2 {
  font-family: "GilroyExtraBold";
  font-size: 40px;
}
@media (max-width: 991px) {
  .start-free .right-column h2 {
    font-size: 32px;
  }
}
.start-free .right-column p {
  color: #A7A9C0;
  font-family: "GilroyRegular";
}
.start-free .right-column p:first-of-type {
  font-size: 25px;
}
@media (max-width: 991px) {
  .start-free .right-column p:first-of-type {
    font-size: 19px;
  }
}
.start-free .right-column p:last-of-type {
  font-size: 17px;
}
@media (max-width: 991px) {
  .start-free .right-column p:last-of-type {
    font-size: 14px;
  }
}

.plans .currency {
  font-weight: bold;
}
.plans .border-layer {
  position: absolute;
  top: 0;
  bottom: -2px;
  border: 5px solid #0053BD;
  border-top: 0;
}

.plans-panels {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.plans-panels .price-box {
  width: 259px;
  background: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
@media (max-width: 991px) {
  .plans-panels .price-box {
    width: auto;
    padding: 8px;
    min-height: 135px;
  }
}
.plans-panels .price-box .billed {
  color: gray;
  font-size: 16px;
}
.plans-panels .price-box .main-btn {
  margin: 0;
  background: #42b72a;
  font-size: 14px;
}
.plans-panels .price-box .main-btn:hover {
  background: #42b72a !important;
  color: #fff !important;
}
.plans-panels .price-box .best-btn {
  background: #0053BD;
}
.plans-panels .price-box .best-btn:hover {
  background: #0053BD !important;
  color: #fff !important;
}
.plans-panels .price-box.best-val {
  position: relative;
  background-color: #D9EDFF;
}
.plans-panels .price-box.unlimited-val {
  background-color: #daffda;
}
.plans-panels .price-box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .plans-panels .price-box-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.plans-panels .price-box-title span {
  font-size: 25px;
  font-family: "GilroyExtraBold";
}
@media (max-width: 991px) {
  .plans-panels .price-box-title span {
    font-size: 13px;
  }
}
.plans-panels .price-box-title span.popular {
  font-family: "GilroyRegular";
  color: #36A592;
}
.plans-panels .price-box-title span.best-val {
  font-family: "GilroyRegular";
  color: #0053BD;
}
.plans-panels .price-box-title span.unlimit {
  font-family: "GilroyRegular";
  color: #F37434;
  font-size: 12px;
  display: none;
}
@media (min-width: 991px) {
  .plans-panels .price-box-title span.unlimit {
    display: block;
  }
}
.plans-panels .price-box .price {
  margin: 10px 0;
}
.plans-panels .price-box .price .dollar {
  position: relative;
  top: -40px;
}
@media (max-width: 991px) {
  .plans-panels .price-box .price .dollar {
    top: -10px;
  }
}
@media (max-width: 400px) {
  .plans-panels .price-box .price .dollar {
    top: 0;
  }
}
.plans-panels .price-box .price .curr {
  position: relative;
  top: -35px;
  font-size: 22px;
  font-weight: bold;
}
.plans-panels .price-box .price .number {
  font-family: "GilroyExtraBold";
  font-size: 47px;
}
@media (max-width: 991px) {
  .plans-panels .price-box .price .number {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .plans-panels .price-box .price .number {
    font-size: 13px;
  }
}
.plans-panels .price-box .price .number.fraction {
  font-family: "GilroyExtraBold";
  font-size: 20px;
  margin-left: -7px;
}
@media (max-width: 991px) {
  .plans-panels .price-box .price .number.fraction {
    font-size: 12px;
  }
}
.plans-panels .price-box .price .month {
  font-family: "GilroyMedium";
  font-size: 17px;
}
@media (max-width: 991px) {
  .plans-panels .price-box .price .month {
    display: block;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .plans-panels .price-box p {
    display: none;
  }
}
.plans-panels .price-box p > span {
  font-family: "GilroyBold";
}
.plans-panels .price-box p > span > span {
  font-size: 17px;
}
.plans-panels .price-box p i {
  color: #4E5381;
  opacity: 0.5;
}
.plans-panels .price-box p + span.dollar-mob {
  display: none;
}
@media (max-width: 991px) {
  .plans-panels .price-box p + span.dollar-mob {
    display: block;
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .plans-panels .price-box p + span.dollar-mob {
    font-size: 8px;
  }
}
.plans-panels .price-box p + span.dollar-mob .currency {
  font-weight: normal;
  font-size: 12px !important;
}
.plans-panels .price-box button {
  width: 100%;
  margin-top: 15px;
  height: 50px;
  border-radius: 4px;
  background: #0053BD;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "GilroyExtraBold";
  position: relative;
  z-index: 10;
}
.plans-panels .price-box button.best-val {
  background-color: #0053BD;
}
@media (max-width: 991px) {
  .plans-panels .price-box button {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .upgrade-plans .plans-panels .price-box button {
    display: block !important;
    width: 100%;
    height: 30px !important;
    font-size: 12px;
  }
}

.plans-data {
  position: relative;
  top: -49px;
}
@media (max-width: 991px) {
  .plans-data {
    top: -45px;
  }
}
@media (max-width: 400px) {
  .plans-data {
    top: -54px;
  }
}

.plans-table {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-top: 4px solid #ddd;
  table-layout: fixed;
  word-wrap: break-word;
}

.plans-table-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .plans-table-title-wrap {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
.plans-table-title-wrap > span {
  color: #0C2532;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
}
@media (max-width: 991px) {
  .plans-table-title-wrap > span {
    font-size: 14px;
    line-height: 20px;
  }
}
.plans-table-title-wrap .tooltip-pop {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}
.plans-table-title-wrap .tooltip-pop i {
  font-size: 9px;
  color: #fff;
}

.plans-table tr td {
  vertical-align: middle;
}

.plans-table tr td:first-of-type {
  width: 32.8%;
}

@media (max-width: 768px) {
  .plans-table tr td {
    padding: 6px 3px;
  }
  .plans-table tr td:first-of-type {
    width: 49%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .plans-table tr td:first-of-type {
    width: 30%;
  }
}
.scalability-table-wrapper tr td i {
  bottom: auto !important;
}

@media (max-width: 768px) {
  .scalability-table-wrapper tr td {
    width: auto;
  }
}
.plans-table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.plans-table tbody tr:nth-of-type(even) {
  background: #f6f9fc;
}

.table-wrapper.table-data {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .table-wrapper.table-data:first-of-type .table-wrapper-title {
    width: 30%;
  }
}
.table-wrapper.table-data table tr td:nth-of-type(3) {
  position: relative;
}

.table-wrapper-title {
  font-family: "GilroyBold";
  font-size: 21px;
  color: #000;
  margin: 17px 0 10px 0px;
}
@media (max-width: 991px) {
  .table-wrapper-title {
    font-size: 14px;
  }
}

.plans-table tr td .th-icon {
  font-size: 16px;
  color: #0053BD;
  margin-right: 15px;
  margin-left: 15px;
}

.plans-table tr td img {
  margin: 0px 15px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
}

.plans-table tr td img + span {
  position: relative;
  top: 3px;
}

@media (max-width: 768px) {
  .plans-table tr td img {
    margin: 0px 5px 0 0;
    width: 10px;
  }
  .plans-table tr td img + span {
    font-size: 14px;
    top: 1px;
  }
}
.plans-table tr td .plans-table-title-wrap > span {
  font-family: "GilroySemiBold";
  font-size: 18px;
  color: #4e5381;
}

.plans-table tr td .plans-table-title-wrap > span > span {
  font-family: "GilroyRegular";
  font-weight: 500;
  font-size: 16px;
  color: #4e5381;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .plans-table tr td .th-icon {
    margin: 0 10px 0 0;
    font-size: 19px;
  }
  .plans-table tr td .plans-table-title-wrap > span {
    font-size: 12px;
    display: inline-block;
  }
  [dir=rtl] .plans-table tr td .th-icon {
    margin: 0 0 0 10px;
  }
}
.plans-table tr td p {
  margin: 0;
  text-align: center;
}

.plans-table tr td p span.price {
  font-family: "GilroyRegular";
  font-weight: bold;
  font-size: 20px;
  color: #4e5381;
  display: inline-block;
}

.plans-table tr td p span.month {
  font-family: "GilroyRegular";
  font-weight: 500;
  font-size: 16px;
  color: #4e5381;
  opacity: 0.5;
}

.plans-table tr td.employee-record {
  padding-left: 60px;
}

@media (max-width: 768px) {
  .plans-table tr td.employee-record {
    padding-left: 12px;
  }
  .plans-table tr td p span.price {
    font-size: 14px !important;
    margin-right: 0;
  }
  .plans-table tr td p span.month {
    font-size: 10px !important;
    display: block;
  }
}
.plans-table tr td i.check-icon,
.plans-table tr td i.x-icon {
  font-size: 10px;
  color: #fff;
  width: 18px;
  height: 18px;
  display: block;
  margin: auto;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
}

.plans-table tr td i.check-icon {
  background: #0053BD;
}

.plans-table tr td i.x-icon {
  background: gray;
}

.modules-more-table-wrapper {
  display: none;
}

.modules-more-table-wrapper tr {
  background-color: #fff !important;
}

.modules-more-table-wrapper tr td {
  border-top: 0;
  vertical-align: middle;
}

.modules-more-table-wrapper tr.tr-header + tr td {
  padding-top: 30px;
}

.modules-more-table-wrapper tr.tr-header {
  background-color: #f6f9fc !important;
}

.modules-more-table-wrapper tr.tr-header td span {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .modules-more-table-wrapper tr.tr-header td span {
    vertical-align: middle;
  }
}
.plans-table .modules-more-title {
  padding-left: 66px;
}

@media (max-width: 768px) {
  .plans-table .modules-more-title {
    padding-left: 12px;
  }
  .plans-table .modules-more-title span {
    font-size: 12px;
  }
}
.plans-table .modules-more-title .plans-table-title-wrap > span {
  font-size: 16px;
}

.plans .show-more,
.plans .show-less {
  font-size: 18px;
  border-radius: 4px;
  background: none;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  color: #213242;
  font-family: "GilroyBold";
  font-weight: bold;
  text-decoration: underline;
  border: 0;
  display: block;
  margin: auto;
  outline: 0;
  cursor: pointer;
}

.plans .show-less {
  display: none;
}

.plans .show-more:hover,
.plans .show-less:hover {
  opacity: 0.8;
}

.price-box {
  margin-bottom: 0 !important;
}

.price-box[data-attr=free-plan] {
  position: relative;
}

@media (max-width: 768px) {
  .billed:not(.daftra-billed) {
    display: none !important;
  }
}

.text .start-plan-btn {
  display: inline-block;
  padding: 20px;
  border-radius: 4px;
  background: #0053BD;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.16);
  font-family: "GilroyExtraBold";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .text .start-plan-btn {
    font-size: 14px;
    margin: 20px 0;
  }
}
.text p {
  padding: 10px;
}
.text p:first-of-type {
  font-size: 18px;
  font-family: "GilroySemiBold";
}
@media (max-width: 991px) {
  .text p:first-of-type {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.text p:last-of-type {
  color: #6B6B6E;
  font-size: 16px;
  font-family: "GilroyMedium";
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .text p:last-of-type {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

p.monthly.billed-wrap-in {
  color: #9DAAB4;
  font-size: 18px;
  line-height: 28px;
}

.daftra-plans {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.daftra-plans-head {
  border-top: 1px solid #E6EBF2;
  border-bottom: 1px solid #E6EBF2;
  position: sticky;
  top: 90px;
  background-color: #fff;
  z-index: 2;
  margin-bottom: -1px;
}
.daftra-plans-cards {
  display: flex;
  flex-direction: row;
}
.daftra-plans-box {
  border-inline-start: 1px solid #E6EBF2;
  padding: 24px;
  color: #0C2532;
}
@media (max-width: 991px) {
  .daftra-plans-box {
    padding: 10px 10px;
  }
}
.daftra-plans-box-title {
  font-family: "GilroyBold";
  color: #0C2532;
  font-size: 24px;
  line-height: 30px;
}
.daftra-plans-box-title span {
  font-size: 20px;
  color: #213242;
  font-family: "GilroyRegular";
}
.daftra-plans-box-title.unlimited-val {
  color: #F1F5FA;
  font-size: 24px;
  line-height: 30px;
  font-family: "GilroyBold";
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.daftra-plans-box-title.unlimited-val .unlimit {
  color: #F1F5FA;
  font-size: 16px;
  line-height: 26px;
  font-family: "GilroyMedium";
}
@media (max-width: 1199px) {
  .daftra-plans-box-title {
    font-size: 22px;
  }
  .daftra-plans-box-title span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .daftra-plans-box-title {
    font-size: 15px !important;
  }
  .daftra-plans-box-title span {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .daftra-plans-box-title .unlimit {
    display: none;
  }
}
.daftra-plans-box .plan_box {
  height: 55px;
}
@media (max-width: 991px) {
  .daftra-plans-box .price {
    padding-top: 10px;
  }
}
.daftra-plans-box .price .dollar {
  position: relative;
  top: -40px;
}
@media (max-width: 991px) {
  .daftra-plans-box .price .dollar {
    top: -10px;
  }
}
@media (max-width: 400px) {
  .daftra-plans-box .price .dollar {
    top: 0;
  }
}
.daftra-plans-box .price .curr {
  position: relative;
  top: -35px;
  font-size: 22px;
  font-weight: bold;
}
.daftra-plans-box .price .number {
  font-family: "GilroyExtraBold";
  font-size: 47px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .daftra-plans-box .price .number {
    font-size: 22px !important;
    line-height: 14px !important;
  }
}
.daftra-plans-box .price .number.fraction {
  font-family: "GilroyRegular";
  font-size: 20px;
  margin-left: -4px;
}
@media (max-width: 991px) {
  .daftra-plans-box .price .number.fraction {
    font-size: 11px !important;
  }
}
.daftra-plans-box .price .month {
  font-family: "GilroyMedium";
  color: #98A2B3;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .daftra-plans-box .price .month {
    display: block;
    font-size: 12px !important;
  }
}
.daftra-plans-box .billed {
  margin: 0;
  color: #98A2B3;
  font-size: 16px;
  line-height: 26px;
  font-family: "GilroyMedium";
}
@media (max-width: 991px) {
  .daftra-plans-box .billed {
    font-size: 10px;
  }
}
.daftra-plans-box .billed span {
  margin-inline-end: 5px;
}
.daftra-plans-box .billed-price {
  color: #4E5381;
}
.daftra-plans-box .billed-yearly {
  display: none;
}
@media (max-width: 991px) {
  .daftra-plans-box .billed-yearly {
    display: inline-block;
  }
}
.daftra-plans-filter {
  flex-grow: 1;
  border: none;
}
@media (min-width: 991px) {
  .daftra-plans-filter {
    padding-inline-start: 0;
  }
}
.daftra-plans-switcher p {
  margin: 0;
  color: #0C253C;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .daftra-plans-switcher p {
    font-size: 14px;
    line-height: 18px;
  }
}
.daftra-plans-switcher p .savings {
  text-decoration-line: line-through;
  text-decoration-color: rgba(217, 44, 32, 0.6431372549);
  color: #42b72a;
}
@media (min-width: 991px) {
  .daftra-plans-switcher p .savings {
    display: block;
  }
}
.daftra-plans-switcher .monthly,
.daftra-plans-switcher .annual {
  opacity: 0.5;
}
.daftra-plans-switcher .monthly.active,
.daftra-plans-switcher .annual.active {
  opacity: 1;
  font-family: "GilroyBold";
  color: #0C253C;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .daftra-plans-switcher .monthly.active,
  .daftra-plans-switcher .annual.active {
    font-size: 14px;
    line-height: 18px;
  }
}
.daftra-plans-switcher .monthly.active .savings,
.daftra-plans-switcher .annual.active .savings {
  text-decoration: unset;
}
.daftra-plans-switcher .billed-wrap-in {
  display: block;
}
@media (max-width: 991px) {
  .daftra-plans-switcher .billed-wrap-in {
    font-size: 14px !important;
    display: flex;
    gap: 4px;
    line-height: 18px !important;
  }
}
.daftra-plans-switcher .switch input:checked + .slider {
  background-color: #42b72a;
}
@media (max-width: 991px) {
  .daftra-plans-switcher .switch {
    margin: 5px 0;
    margin: 4px 0px 5px 0px !important;
    display: block;
    rotate: 0deg !important;
  }
}
.daftra-plans .plans-table-daftra {
  table-layout: fixed;
  word-wrap: break-word;
  border: 1px solid #E6EBF2;
  width: 100%;
}
.daftra-plans .plans-table-daftra .cell-title {
  margin: 0;
  font-size: 18px;
  font-family: "GilroySemiBold";
}
.daftra-plans .plans-table-daftra thead td {
  font-size: 20px;
  font-family: "GilroyBold";
  padding: 20px 22px;
  border-right: 1px #E6EBF2;
  border-bottom: 1px #E6EBF2;
  border-left: 1px #E6EBF2;
  background: #F6F8FA;
}
@media (max-width: 991px) {
  .daftra-plans .plans-table-daftra thead td {
    font-size: 15px;
    padding: 10px 10px;
  }
}
.daftra-plans .plans-table-daftra .table-tr-style > td {
  border-right: 1px solid #E6EBF2;
  border-bottom: 1px solid #E6EBF2;
  background: #F6F8FA;
  transition: 0.3s;
}
.daftra-plans .plans-table-daftra td {
  border: 1px solid #E6EBF2;
  padding: 16px 22px;
  font-size: 18px;
  font-family: "GilroyMedium";
}
@media (max-width: 991px) {
  .daftra-plans .plans-table-daftra td {
    font-size: 14px;
    padding: 10px 10px;
  }
}
.daftra-plans .plans-table-daftra td p {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
@media (max-width: 991px) {
  .daftra-plans .plans-table-daftra td p {
    flex-wrap: wrap;
    font-size: 14px !important;
  }
}
.daftra-plans .plans-table-daftra td p.selectable_cell .month {
  color: #9DAAB4;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .daftra-plans .plans-table-daftra td p.selectable_cell .month {
    line-height: 20px;
    font-size: 14px;
  }
}
.daftra-plans .plans-table-daftra td .check-icon {
  color: #29B80B;
}
.daftra-plans .plans-table-daftra td .x-icon {
  color: #E5E8EE;
}
.daftra-plans .plans-table-daftra tr td:first-of-type {
  width: 32.8% !important;
}
@media (max-width: 991px) {
  .daftra-plans-container {
    padding: 0;
  }
}

.tooltip-close {
  position: absolute;
  right: 10%;
  left: unset;
  transform: translate(0%, 15%);
}
@media (max-width: 991px) {
  .tooltip-close {
    transform: translate(0%, -8%);
    width: 16px;
    right: 8%;
  }
}

[dir=rtl] .daftra-plans-switcher p {
  line-height: 24px;
}
[dir=rtl] .daftra-plans-switcher .monthly.active, [dir=rtl] .daftra-plans-switcher .annual.active {
  line-height: 24px;
}
[dir=rtl] .tooltip-close {
  position: absolute;
  left: 10%;
  right: unset;
}
@media (max-width: 991px) {
  [dir=rtl] .tooltip-close {
    left: 8%;
  }
}
[dir=rtl] .switcher {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
[dir=rtl] .plans-panels .price-box-title span {
  font-family: "RbBold";
}
[dir=rtl] .plans-panels .price-box-title span.popular {
  font-family: "RbBold";
}
[dir=rtl] .plans-panels .price-box-title span.best-val {
  font-family: "RbBold";
}
[dir=rtl] .plans-panels .price-box-title span.unlimit {
  font-family: "RbBold";
}
[dir=rtl] .plans-panels .price-box .price {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 1.4;
}
[dir=rtl] .plans-panels .price-box .price .number {
  order: 2;
  font-family: "RbBold";
}
[dir=rtl] .plans-panels .price-box .price .number.fraction {
  font-family: "RbBold";
  position: relative;
  top: -10px;
  order: 1;
  margin-left: -2px;
}
@media (max-width: 991px) {
  [dir=rtl] .plans-panels .price-box .price .number.fraction {
    top: 0;
    font-size: 13px !important;
  }
}
[dir=rtl] .plans-panels .price-box .price .number.fraction span {
  float: left;
}
[dir=rtl] .plans-panels .price-box .price .month {
  order: 3;
  font-family: "RbBold";
  position: relative;
  top: -10px;
  margin: 0 2px;
}
@media (max-width: 991px) {
  [dir=rtl] .plans-panels .price-box .price .month {
    top: 0;
    font-size: 10px !important;
    color: gray !important;
    width: 100%;
    display: block;
  }
}
[dir=rtl] .plans-panels .price-box p > span {
  font-family: "RbBold";
}
[dir=rtl] .plans-panels .price-box button {
  font-family: "RbBold";
}
[dir=rtl] .switcher > span {
  font-family: "Segoe UI", Helvetica, Tahoma, "Open Sans", arial, serif;
  font-weight: 600;
}
[dir=rtl] .start-free .left-column h2 {
  font-family: "RbBold";
  margin-bottom: 19px;
}
[dir=rtl] .start-free .left-column h2 span {
  font-family: "Segoe UI", Helvetica, Tahoma, "Open Sans", arial, serif;
  font-weight: 600;
}
[dir=rtl] .start-free .right-column h2 {
  font-family: "RbBold";
  margin-bottom: 19px;
}
[dir=rtl] .start-free .right-column p {
  font-family: "Segoe UI", Helvetica, Tahoma, "Open Sans", arial, serif;
  font-weight: 600;
  line-height: 1.5;
}
[dir=rtl] .plans-table tr td .plans-table-title-wrap > span,
[dir=rtl] .plans-table tr td .plans-table-title-wrap > span > span {
  font-family: "Segoe UI", Helvetica, Tahoma, "Open Sans", arial, serif;
  font-weight: 600;
}
[dir=rtl] .text .start-plan-btn {
  font-family: "RbBold";
}
[dir=rtl] .text p:first-of-type {
  font-family: "Segoe UI", Helvetica, Tahoma, "Open Sans", arial, serif;
  font-weight: 600;
}
[dir=rtl] .text p:last-of-type {
  font-family: "Segoe UI", Helvetica, Tahoma, "Open Sans", arial, serif;
  font-weight: 600;
}
[dir=rtl] .plans-table tr td p span.price {
  font-family: "Segoe UI", Helvetica, Tahoma, "Open Sans", arial, serif;
  font-weight: 600;
  font-size: 20px;
}
[dir=rtl] .plans-table tr td p span.month {
  font-family: "Segoe UI", Helvetica, Tahoma, "Open Sans", arial, serif;
  font-weight: 600;
}
[dir=rtl] .table-wrapper-title {
  font-size: 22px;
  font-family: "RbBold";
  font-weight: 600;
}
@media (max-width: 991px) {
  [dir=rtl] .table-wrapper-title {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  [dir=rtl] .plans-data {
    top: -59px;
  }
}
[dir=rtl] .daftra-plans-box-title {
  font-family: "RbBold";
}
[dir=rtl] .daftra-plans-box-title span {
  font-family: "RbRegular" !important;
}
[dir=rtl] .daftra-plans-switcher .monthly.active, [dir=rtl] .daftra-plans-switcher .annual.active {
  font-family: "RbBold" !important;
}
[dir=rtl] .daftra-plans-box .billed span {
  font-family: "RbRegular";
}
[dir=rtl] .daftra-plans .plans-table-daftra td {
  font-family: "RbRegular";
  font-size: 16px;
}
[dir=rtl] .daftra-plans .plans-table-daftra .cell-title {
  font-family: "RbRegular";
}
[dir=rtl] .daftra-plans .plans-table-daftra .cell-title .month {
  font-size: 14px;
}
[dir=rtl] .daftra-plans .plans-table-daftra thead tr td {
  font-family: "RbBold";
  font-size: 18px;
}
[dir=rtl] .daftra-plans-box .price .month {
  font-family: "RbRegular";
}
[dir=rtl] .switch .slider:before {
  left: auto;
  right: 4px;
}
[dir=rtl] .switch input:checked + .slider:before {
  transform: translateX(-14px);
}
[dir=rtl] .switch {
  rotate: 90deg;
}

.daftra-plans-box:last-child {
  border-top: 1px solid #E8ECF5;
  border-bottom: 3px solid #E8ECF5;
  background: linear-gradient(90deg, #29B80B 30%, #1D9E01 100%);
}
.daftra-plans-box:last-child .number {
  color: white;
  font-size: 48px;
  line-height: 60px;
}
.daftra-plans-box:last-child .month {
  color: #F1F5FA;
  font-size: 14px;
  line-height: 22px;
}
.daftra-plans-box:last-child .billed {
  color: white;
}
.daftra-plans-box:last-child .billed-price {
  color: white;
}

.hero-notes {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .hero-notes {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.hero-notes > div {
  display: flex;
  align-items: center;
  margin-inline: 12px;
}
@media (max-width: 991px) {
  .hero-notes > div {
    margin-inline-start: unset;
  }
}
.hero-notes > div svg {
  margin-inline-end: 8px;
}
.hero-notes > div p {
  color: #0C253C;
  font-size: 16px;
  line-height: 26px;
}

p.monthly.billed-wrap-in {
  color: #9DAAB4;
  font-size: 18px;
  line-height: 28px;
}

.header-plans .nav-links li.bars-icon a {
  border: unset !important;
}
.header-plans.pd .header {
  border-bottom: 1px solid #E6EBF2;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
}
.header-plans .main-btn {
  border-radius: 2px !important;
  background: linear-gradient(90deg, #026BFF 30%, #005AD9 100%);
  height: 47px;
  padding: 11px 35px 12px 35px;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  border: unset !important;
}
@media (max-width: 991px) {
  .header-plans .main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
  }
}
.header-plans .header {
  box-shadow: unset;
}
.header-plans li {
  display: none;
}
.header-plans .bars-icon {
  display: block;
}
.header-plans .get-stated-free-link {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.header-plans .get-stated-free-link p {
  display: block;
  margin: unset;
  font-size: 14px;
  color: #026BFF;
  line-height: 22px;
  margin-top: 5px;
  font-family: "GilroyMedium";
}
@media (max-width: 991px) {
  .header-plans .get-stated-free-link p {
    font-size: 9px;
    display: flex;
    justify-content: center;
    margin-top: unset;
  }
}

[dir=rtl] .get-stated-free-link p {
  font-family: "RbRegular";
}

.triggered-plans-head {
  top: 120px;
}
@media (max-width: 991px) {
  .triggered-plans-head {
    top: 103px;
  }
}

[dir=rtl] .triggered-plans-head {
  top: 121px;
}
@media (max-width: 991px) {
  [dir=rtl] .triggered-plans-head {
    top: 103px;
  }
}

.daftra-plans .plans-table-daftra tr .has-tooltip {
  cursor: pointer;
  transition: 0.3s;
}
.daftra-plans .plans-table-daftra tr .has-tooltip .tooltip-icon {
  transition: 0.3s;
  color: #98A2B3;
}

.daftra-plans .plans-table-daftra tr .has-tooltip:first-of-type:hover {
  background: #E5E8EE;
}
.daftra-plans .plans-table-daftra tr .has-tooltip:first-of-type:hover .tooltip-icon {
  color: #0C2532;
}

.thead-top:hover {
  background-color: #F6F8FA !important;
  cursor: default !important;
}

.feature-tooltip {
  display: none;
  background: #0C2532;
  color: white;
  padding: 40px;
  z-index: 1;
  width: 340px;
  max-width: 340px;
  margin-inline-start: -46px;
  font-size: 14px;
  border-radius: 2px;
  cursor: default;
  position: absolute;
  top: 40px;
  left: 0;
}
@media (max-width: 991px) {
  .feature-tooltip {
    width: 340%;
    margin: unset;
    top: 110%;
    padding: 20px;
  }
}
.feature-tooltip strong {
  color: #FFF;
  font-size: 20px;
  font-family: "GilroyExtraBold";
  line-height: 26px;
  width: 90%;
  display: block;
}
@media (max-width: 991px) {
  .feature-tooltip strong {
    font-size: 14px;
    line-height: 18px;
  }
}
.feature-tooltip p {
  margin-top: 24px;
  color: #FFF;
  font-size: 18px;
  font-family: "GilroyRegular";
  line-height: 28px;
}
@media (max-width: 991px) {
  .feature-tooltip p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
  }
}
.feature-tooltip .box-polygon {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 991px) {
  .feature-tooltip .box-polygon {
    left: 10%;
  }
}

.svg-top-td {
  margin-top: -0.5rem;
  margin-right: 0.5rem;
}

[dir=rtl] .svg-top-td {
  margin-top: -0.5rem;
  margin-right: unset;
  margin-left: 0.5rem;
}

[dir=rtl] .feature-tooltip {
  left: unset;
  right: 0;
}
@media (max-width: 991px) {
  [dir=rtl] .feature-tooltip .box-polygon {
    left: unset;
    right: 0%;
  }
}
[dir=rtl] .feature-tooltip strong {
  font-family: "RBBold";
}
[dir=rtl] .feature-tooltip p {
  font-family: "RBRegular";
}

.table-wrapper.table-data:nth-last-child(2) {
  margin-bottom: 0;
}

@keyframes shine {
  0% {
    opacity: 1;
    transform: translateX(-50%) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: translateX(100%) rotate(45deg);
  }
}
.help-sec h2 {
  color: #0C2532;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px !important;
  font-family: "GilroyExtraBold";
}
@media (max-width: 992px) {
  .help-sec h2 {
    font-size: 26px;
  }
}

.help-cards {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  border: solid 1px #E6EBF2;
}
.help-cards > div {
  padding: 40px 40px 40px 40px;
  border-right: solid 1px #E6EBF2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.help-cards > div > img {
  height: 69px;
}
.help-cards > div::before {
  content: "";
  position: absolute;
  top: 78px;
  left: -377px;
  width: 250%;
  height: 72%;
  scale: 0.9;
  background: linear-gradient(to bottom, transparent, rgba(122, 177, 255, 0.11) 50%, transparent);
  transform: rotate(4deg);
  opacity: 0;
}
.help-cards > div:hover::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 78px;
  left: -377px;
  width: 250%;
  height: 72%;
  scale: 0.9;
  background: linear-gradient(to bottom, transparent, #fafbfc 50%, transparent);
  transform: rotate(4deg);
  animation: shine 2s;
  opacity: 0;
}
@media (max-width: 992px) {
  .help-cards > div {
    padding: 40px 24px;
  }
}
.help-cards > div:last-child {
  border: unset;
}
.help-cards > div > h5 {
  margin-bottom: 16px;
  margin-top: 24px;
  color: #0C2532;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  font-family: "GilroyBold";
}
@media (max-width: 992px) {
  .help-cards > div > h5 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
  }
}
.help-cards > div > p {
  color: #415565;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}
@media (max-width: 992px) {
  .help-cards > div > p {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    margin-bottom: unset;
  }
}
.help-cards > div > a {
  z-index: 9;
  margin-top: 25px;
  transform-origin: left;
  color: #026BFF;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  font-family: "GilroyMedium";
}
.help-cards > div > a > img {
  margin-inline-start: 5px;
  transition: 0.3s;
}
.help-cards > div > a:last-child {
  margin-top: 24px;
}
.help-cards > div > a:hover img {
  transform: translate(3px, 0px);
}

[dir=rtl] .help-cards > div:last-child {
  border-right: solid 1px #E6EBF2;
}
@media screen and (max-width: 992px) {
  [dir=rtl] .help-cards > div:last-child {
    border-right: unset;
    border-bottom: unset;
  }
}
[dir=rtl] .help-cards > div:first-child {
  border: unset;
}
@media screen and (max-width: 992px) {
  [dir=rtl] .help-cards > div:first-child {
    border-right: unset;
    border-bottom: solid 1px #E6EBF2;
  }
}

@media screen and (max-width: 992px) {
  .help-cards {
    margin-inline: 0px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .help-cards > div {
    border-right: unset;
    border-bottom: solid 1px #E6EBF2;
  }
}
[dir=rtl] .help-cards > div > a > img,
.support-footer > a > i,
[dir=rtl] .support-footer > div > a > i,
[dir=rtl] .sales-footer > div > a > i,
[dir=rtl] .resources-footer > div > a > i,
[dir=rtl] .home-footer > div > div > div > a > i {
  rotate: 180deg;
}

.help-section-wrapper {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-inverse {
  background-color: #f2f7fb;
}

.patua {
  text-align: center;
}

.center-description {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 23px;
}
.center-description .prim-header {
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  padding: 0;
  margin-bottom: 25px;
  color: #0053BD;
}
@media (max-width: 991px) {
  .center-description .prim-header {
    font-size: 22px;
    line-height: 30px;
  }
}
.center-description .sec-header {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 100;
  padding-bottom: 12px;
  position: relative;
}
.center-description .sec-header:after {
  border-bottom: 2px solid #005aaa;
  bottom: 0;
  content: "";
  right: 0;
  position: absolute;
  width: 126px;
  right: 50%;
  margin-right: -63px;
}
.center-description .section-desc {
  font-size: 19px;
}
@media (max-width: 991px) {
  .center-description .section-desc {
    font-size: 14px;
  }
}
.center-description .section-desc h3 {
  color: #005aaa;
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .center-description .section-desc h3 {
    font-size: 14px;
  }
}

.section-faq {
  background: url("../images/affiliates_program/last.svg") center center no-repeat;
  background-size: cover;
  padding: 330px 0px 50px 0 !important;
}

.referal-sec {
  margin-bottom: 30px;
  text-align: center;
}
.referal-sec img {
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
}
.referal-sec p {
  color: #222;
  font-size: 18px;
}

.referal-faq {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.referal-faq h3 {
  color: #222;
  font-size: 26px;
  font-weight: bold;
}
.referal-faq p {
  color: #555;
  font-size: 16px;
}
@media (max-width: 991px) {
  .referal-faq h3 {
    font-size: 20px;
  }
  .referal-faq p {
    font-size: 12px;
  }
}

.success-partners {
  background: whitesmoke;
}
.success-partners .container {
  padding: 10px 0;
}
.success-partners .sm-space {
  padding: 20px;
}
.success-partners .partners-title {
  font-weight: bold;
  font-size: 22px;
}
.success-partners .section-desc {
  font-size: 19px;
}
.success-partners .section-desc h3 {
  color: #005aaa;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}
.success-partners .section-desc h3 .flag {
  width: 50px;
  height: 50px;
}
.success-partners .country-box-item {
  margin-bottom: 35px;
}
.success-partners .country-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.success-partners .country-boxes .country-box {
  background: #fcfcfc;
  padding: 20px;
  margin-bottom: 32px;
  border: 1px solid #ddd;
  padding: 10px;
  display: flex;
  width: 48%;
  margin-left: 3%;
  align-items: center;
  min-height: 175px;
}
.success-partners .country-boxes .country-box:nth-of-type(1), .success-partners .country-boxes .country-box:nth-of-type(3) {
  margin-left: 0;
}
.success-partners .country-boxes .country-box > img {
  flex: 1;
  max-width: 85px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .success-partners .country-boxes .country-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.success-partners .country-boxes .country-box .country-box-info {
  flex: 5;
}
.success-partners .country-boxes .country-box .country-box-info .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.success-partners .country-boxes .country-box .country-box-info p {
  font-size: 18px;
  color: #A7A9C0;
  font-family: "GilroyMedium";
  margin-bottom: 10px;
}
.success-partners .country-boxes .country-box .country-box-info .data {
  color: #A7A9C0;
  font-family: "GilroyMedium";
  font-size: 18px;
}
.success-partners .country-boxes .country-box .country-box-info .data span {
  display: block;
}
.success-partners .country-boxes .country-box .country-box-info .data span a {
  color: #A7A9C0;
}
.success-partners .country-boxes .country-box .country-box-info .data span i {
  font-size: 14px;
}
.success-partners .agen_item {
  background: #fcfcfc;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 10px;
}
.success-partners .agen_item .media-agenc {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.success-partners .agen_item .media-agenc .agency_logo {
  max-width: 90px;
  vertical-align: middle;
}
.success-partners .agen_item .agen-body {
  vertical-align: top;
  display: table-cell;
  padding-right: 10px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .success-partners .agen_item .agen-body {
    display: block;
  }
}
.success-partners .agen_item .agen-body .business_name {
  font-size: 20px;
  color: #000;
}

[dir=rtl] .success-partners .country-boxes .country-box {
  margin-left: 0;
  margin-right: 3%;
}
@media (max-width: 991px) {
  [dir=rtl] .success-partners .country-boxes .country-box {
    margin-left: 0;
    margin-right: 0;
  }
}
[dir=rtl] .success-partners .country-boxes .country-box:nth-of-type(1),
[dir=rtl] .success-partners .country-boxes .country-box:nth-of-type(3) {
  margin-right: 0;
}
[dir=rtl] .success-partners .country-boxes .country-box > img {
  margin-right: 0;
  margin-left: 15px;
}

.agencies .section-desc {
  font-size: 19px;
}
@media (max-width: 991px) {
  .agencies .section-desc {
    font-size: 14px;
  }
}
.agencies .section-desc h3 {
  color: #005aaa;
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .agencies .section-desc h3 {
    font-size: 14px;
  }
}

.content-text {
  margin-bottom: 30px;
}
.content-text > p {
  margin-bottom: 22px;
  line-height: 27px;
  font-size: 16px;
}
.content-text > h3, .content-text h4, .content-text h5, .content-text h6 {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 12px;
}

.contact-intro {
  margin: 30px 0;
}
.contact-intro h2 {
  font-size: 20px;
  margin-bottom: 0;
}
.contact-intro h3 {
  color: #005aaa;
  font-size: 22px;
  font-weight: 300;
}
.contact-intro p {
  color: #353535;
  font-size: 16px;
}

.separator {
  border-top: 1px solid #ddd;
  margin: 30px auto;
}

.contact-wrapper .error-message {
  background: #e2574c;
  clear: both;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 4px 13px;
}
.contact-wrapper .Errormessage, .contact-wrapper .Notemessage, .contact-wrapper .Sucmessage {
  font-size: 16px;
  font-weight: 400;
  margin: 30px auto 0;
  padding: 22px;
  width: 70%;
}
.contact-wrapper .Errormessage, .contact-wrapper .Notemessage {
  color: #c8271d;
  background: #ffeceb;
}
.contact-wrapper .contact-header {
  margin-bottom: 30px;
}
.contact-wrapper .contact-header h2 {
  font-size: 35px;
  font-family: "GilroyBold";
}
.contact-wrapper .contact-header p {
  font-size: 22px;
  font-family: "GilroySemiBold";
  color: #A7A9C0;
  margin: 0;
}
.contact-wrapper .contact-form-wrapper {
  box-shadow: 0px 20px 40px rgba(95, 99, 128, 0.16);
}
.contact-wrapper .contact-form-wrapper .contact-form {
  background-color: #fff;
  width: 60%;
  padding: 20px;
}
.contact-wrapper .contact-form-wrapper .contact-form label {
  font-size: 20px;
  font-family: "GilroyMedium";
}
.contact-wrapper .contact-form-wrapper .contact-form label span {
  color: red;
}
.contact-wrapper .contact-form-wrapper .contact-form .input {
  margin-bottom: 16px;
}
.contact-wrapper .contact-form-wrapper .contact-form input, .contact-wrapper .contact-form-wrapper .contact-form textarea {
  width: 100%;
  display: block;
  background-color: #EBF0F4;
  border-radius: 7px;
  border: 1px solid #fff;
  min-height: 40px;
}
.contact-wrapper .contact-form-wrapper .contact-form textarea {
  resize: none;
}
.contact-wrapper .contact-form-wrapper .contact-form .clearform label {
  display: none;
}
.contact-wrapper .contact-form-wrapper .contact-form button[type=submit] {
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-right: 0;
  margin-left: 0;
}
.contact-wrapper .contact-form-wrapper .contact-info {
  width: 40%;
  padding: 20px 40px;
}
.contact-wrapper .contact-form-wrapper .contact-info h2 {
  font-size: 28px;
  font-family: "GilroySemiBold";
  margin-bottom: 50px;
}
.contact-wrapper .contact-form-wrapper .contact-info .Address-hints h3 {
  color: #000;
  padding-bottom: 0;
  margin-bottom: 8px;
}
.contact-wrapper .contact-form-wrapper .contact-info .Address-hints p {
  color: #0254BE;
  font-size: 18px;
  font-family: "GilroyRegular";
}
.contact-wrapper .contact-form-wrapper .contact-info .Address-hints p i {
  margin-right: 5px;
}
.contact-wrapper .contact-form-wrapper .contact-info .Address-hints p i.fa-phone {
  transform: rotate(90deg);
}
.contact-wrapper .contact-form-wrapper .contact-info .Address-hints p i.fa-whatsapp {
  color: #42B729;
}
.contact-wrapper .contact-form-wrapper .contact-info .Address-hints span {
  color: #ACACAC;
  font-size: 14px;
  display: block;
  font-family: "GilroyMedium";
  line-height: 1.2;
}

.contact-intro {
  margin-top: 50px;
}
.contact-intro h2 {
  font-family: "GilroyBold";
  font-size: 25px;
}
.contact-intro h3 {
  font-family: "GilroyMedium";
  font-size: 21px;
}
.contact-intro p {
  color: #707070;
  font-family: "GilroySemiBold";
  font-size: 17px;
}
.contact-intro p a {
  color: #005aaa;
}

@media (max-width: 991px) {
  .contact-header {
    padding: 10px;
  }
  .contact-wrapper .contact-header p {
    font-size: 16px;
  }
  .contact-form-wrapper .row {
    flex-direction: column;
  }
  .contact-wrapper .contact-form-wrapper .contact-form,
  .contact-wrapper .contact-form-wrapper .contact-info {
    width: 100%;
    padding: 20px;
  }
}
[dir=rtl] .contact-wrapper .contact-form-wrapper .contact-info .Address-hints p i {
  margin-right: 0;
  margin-left: 5px;
}
[dir=rtl] .contact-intro p,
[dir=rtl] .contact-wrapper .contact-form-wrapper .contact-form label,
[dir=rtl] .contact-wrapper .contact-form-wrapper .contact-info .Address-hints span {
  font-family: "RbBold";
}

.form-container {
  background: #eee;
  padding: 15px 30px;
}
.form-container .input {
  display: block;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.form-container .input label {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
  margin-bottom: 0;
}
.form-container .input label span {
  font-weight: 700;
  color: red;
  padding: 0 2px;
}
.form-container .input select, .form-container .text input {
  height: 38px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  color: #555;
  display: block;
  font-size: 14px;
  padding: 0 10px;
  resize: none;
  text-indent: 0;
  width: 100%;
  margin-bottom: 8px;
  font-weight: 700;
}
.form-container .text textarea, .form-container textarea {
  background: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  color: #555;
  display: block;
  padding: 0 10px;
  resize: none;
  text-indent: 0;
  width: 100%;
  margin-bottom: 8px;
  font-weight: 700;
}
.form-container .clearform input {
  width: 300px;
}
.form-container .clearform label {
  display: none;
}
.form-container .captcha img {
  padding: 4.5px;
  background: #fff;
  float: left;
  margin: 0 15px 15px 0;
  border: 1px solid #eee;
}

.Address-hints {
  margin-bottom: 30px;
}
.Address-hints h3 {
  color: #005aaa;
  font-size: 22px;
  margin: 0;
  padding-bottom: 10px;
}
.Address-hints p {
  color: #333;
  font-size: 26px;
  margin: 0;
  line-height: 33px;
}
.Address-hints h2 {
  font-size: 20px;
}
.Address-hints span {
  font-size: 14px;
}

.contact-page .contact-intro {
  margin-top: 0;
}
.contact-page .contact-intro h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.contact-page .contact-intro p {
  font-weight: normal;
}

.login-section {
  background: #e3e3e3;
  padding: 40px 0;
}
.login-section .login-form {
  background: #fff;
  float: none !important;
  margin: 0 auto;
}
.login-section .login-form .forms {
  padding: 25px;
}
.login-section .login-form .forms #AgencyLoginForm .input, .login-section .login-form .forms #AgencyForgetPasswordForm .input {
  display: block;
  padding: 8px 0 0;
  position: relative;
  overflow: hidden;
}
.login-section .login-form .forms #AgencyLoginForm .input.login-btn, .login-section .login-form .forms #AgencyForgetPasswordForm .input.login-btn {
  text-align: right;
}
.login-section .login-form .forms #AgencyLoginForm .input .main-btn, .login-section .login-form .forms #AgencyForgetPasswordForm .input .main-btn {
  margin-right: 0;
}
.login-section .login-form .forms #AgencyLoginForm label, .login-section .login-form .forms #AgencyForgetPasswordForm label {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
}
.login-section .login-form .forms #AgencyLoginForm input, .login-section .login-form .forms #AgencyLoginForm select, .login-section .login-form .forms #AgencyLoginForm textarea, .login-section .login-form .forms #AgencyForgetPasswordForm input, .login-section .login-form .forms #AgencyForgetPasswordForm select, .login-section .login-form .forms #AgencyForgetPasswordForm textarea {
  height: 38px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  color: #555;
  display: block;
  font-size: 14px;
  padding: 0 10px;
  resize: none;
  text-indent: 0;
  width: 100%;
  margin-bottom: 8px;
  font-weight: 700;
}
.login-section .login-form .forms #AgencyLoginForm .forget-password-link, .login-section .login-form .forms #AgencyForgetPasswordForm .forget-password-link {
  font-size: 12px;
  line-height: 40px;
}

[dir=rtl] .login-section .login-form .forms #AgencyLoginForm .input.login-btn {
  text-align: left;
}

.register-section .forms #AgencyAddForm .input {
  padding: 8px 0 0;
  position: relative;
  overflow: hidden;
}
.register-section .forms #AgencyAddForm .input .has-error {
  border-color: #a00;
  color: #a00;
}
.register-section .forms #AgencyAddForm .input label {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
  font-weight: bold;
}
.register-section .forms #AgencyAddForm .input label span {
  font-weight: 700;
  color: red;
  padding: 0 2px;
}
.register-section .forms #AgencyAddForm .input input, .register-section .forms #AgencyAddForm .input select, .register-section .forms #AgencyAddForm .input textarea {
  height: 38px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  color: #555;
  display: block;
  font-size: 14px;
  padding: 0 10px;
  resize: none;
  text-indent: 0;
  width: 100%;
  margin-bottom: 8px;
  font-weight: 700;
}

[dir=rtl] .register-section .text-left {
  text-align: right !important;
}

.our-clients {
  background: whitesmoke;
}
.our-clients .container {
  padding: 10px 0;
}
.our-clients .clients-header h1 {
  font-weight: bold;
  font-size: 30px;
  font-family: "GilroyExtraBold";
}
.our-clients .clients-header p {
  color: #555;
  font-size: 20px;
  font-family: "GilroySemiBold";
  font-weight: bold;
}
.our-clients .clients-header p span {
  color: #0053BD;
}
.our-clients .sm-space {
  padding: 20px;
}
.our-clients .section-desc {
  font-size: 19px;
}
.our-clients .section-desc h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
}
.our-clients .section-desc h3 .flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.our-clients .clients-wrapper {
  margin-bottom: 35px;
}
.our-clients .client-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.our-clients .client-boxes .client-box {
  background: #fff;
  padding: 20px;
  display: block;
  margin-bottom: 32px;
  border-radius: 5px;
  box-shadow: 1px 2px 3px #ddd;
  padding: 10px;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 2%;
  align-items: center;
}
.our-clients .client-boxes .client-box > img {
  flex: 1;
  width: 100%;
}

[dir=rtl] .our-clients .client-boxes .client-box {
  margin-left: 2%;
  margin-right: 0;
}
[dir=rtl] .our-clients .clients-header h1,
[dir=rtl] .our-clients .clients-header p {
  font-family: "RbBold";
}

.extract-info {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
}

.extract-info-title {
  font-size: 48px;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .extract-info-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.extract-info .form-input {
  width: 55%;
  height: 70px;
}
.extract-info .form-input > form {
  width: 100%;
  height: 100%;
  position: relative;
}
.extract-info .form-input > form input {
  width: 100%;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #333;
  padding-right: 40px;
  outline: 0;
}
.extract-info .form-input > form input::placeholder {
  color: #888;
}
.extract-info .form-input > form > i {
  position: absolute;
  top: 50%;
  font-size: 25px;
  right: 5px;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .extract-info .form-input {
    width: 100%;
  }
}

.result-info h2 {
  margin-bottom: 30px;
}

.result-table {
  background-color: #fff;
  table-layout: fixed;
  word-wrap: break-word;
  margin-bottom: 150px;
  color: #213242;
  border-top: 0;
}
@media (max-width: 700px) {
  .result-table {
    margin-bottom: 50px;
  }
}

.result-table thead th {
  border-color: #fff;
  border-bottom: 4px solid #0053bd;
  color: #0053bd;
}
@media (max-width: 700px) {
  .result-table thead th {
    font-size: 16px;
  }
}

.result-table thead th i {
  color: gray;
}

.result-table td {
  font-size: 16px;
}

.result-table td:first-child,
.result-table th:first-child {
  width: 35%;
}
@media (max-width: 700px) {
  .result-table td:first-child,
  .result-table th:first-child {
    width: 30%;
  }
}

.result-table td:nth-child(2),
.result-table th:nth-child(2) {
  width: 35%;
}
@media (max-width: 700px) {
  .result-table td:nth-child(2),
  .result-table th:nth-child(2) {
    width: 30%;
  }
}

.result-table td:nth-child(3),
.result-table th:nth-child(3) {
  width: 15%;
}
@media (max-width: 700px) {
  .result-table td:nth-child(3),
  .result-table th:nth-child(3) {
    width: 20%;
  }
}

@media (max-width: 700px) {
  .result-table td:nth-child(4),
  .result-table th:nth-child(4) {
    width: 20%;
  }
}

.gs-faq h2 {
  margin-bottom: 25px;
}

.gs-faq .faq-box {
  box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.0509803922);
  border-radius: 2px;
  padding: 30px 20px;
  margin-bottom: 25px;
}

.faq-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.faq-box p {
  color: #a1a1a1;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

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

.first-section-container {
  width: 100%;
  height: 830px;
  background-color: #fff;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.07);
  border-end-end-radius: 100px;
  border-end-start-radius: 100px;
  padding-top: 0px;
}

.page-title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .page-title-container {
    flex-wrap: wrap;
  }
  .page-title-container .time-container {
    margin-top: 10px;
  }
}

.breadcrumb-container,
.time-container {
  font-size: 15px;
  font-weight: 400;
  color: #888b97;
}

.breadcrumb-container .active-breadcrub {
  color: #5a78e5;
}

.placeholder-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.placeholder-container .gray-area {
  background-color: #e5e8f0;
  height: 10px;
  border-radius: 10px;
}

.first-section-content {
  margin-top: 20px;
  margin-bottom: 60px;
}
.first-section-content h3 {
  font-size: 40px;
  font-weight: 400;
}
.first-section-content ul {
  margin-inline-start: 50px;
  margin-top: 20px;
}
.first-section-content ul li {
  font-size: 16px;
  color: #4b5162;
  font-weight: 400;
  opacity: 0.8;
  line-height: 1.3rem;
}

.first-section-actions .actions-title {
  color: #888b97;
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2d5e2;
  width: 250px;
}
@media (max-width: 576px) {
  .first-section-actions .actions-container {
    flex-wrap: wrap;
  }
}
.first-section-actions .actions-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.first-section-actions .actions-container .action-icon-container {
  display: flex;
  flex-direction: column;
}
.first-section-actions .actions-container .action-icon-container .icon-container {
  display: flex;
  width: 48px;
  height: 40px;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.first-section-actions .actions-container .action-icon-container .icon-container img {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
}
.first-section-actions .actions-container .action-icon-container .icon-container img:first-child {
  opacity: 1;
}
.first-section-actions .actions-container .action-icon-container .icon-container:hover img:first-child {
  opacity: 0;
}
.first-section-actions .actions-container .action-icon-container .icon-container:hover img:nth-child(2) {
  opacity: 1;
}
.first-section-actions .actions-container .action-icon-container .icon-container.active img {
  opacity: 0 !important;
}
.first-section-actions .actions-container .action-icon-container .icon-container.active img:first-child {
  opacity: 0;
}
.first-section-actions .actions-container .action-icon-container .icon-container.active img:nth-child(3) {
  opacity: 1 !important;
}
.first-section-actions .actions-container .title-container {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.first-section-actions .actions-container .title-container .dot {
  width: 4px;
  height: 4px;
}
.first-section-actions .actions-container .title-container .gray-area {
  background-color: #e5e8f0;
  height: 5px;
  width: 100%;
  border-radius: 5px;
}

.second-section-container {
  padding-top: 80px;
}
.second-section-container .section-title {
  font-size: 24px;
  color: #1c1f25;
  margin-bottom: 30px;
}
.second-section-container p {
  color: #4b5162;
  opacity: 0.7;
  font-size: 16px;
  font-weight: light;
  line-height: 1.7rem;
}
.second-section-container .content-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.second-section-container .content-container .title {
  font-size: 16px;
  color: #4b5162;
  line-height: 26px;
  opacity: 0.8;
  margin-top: 15px;
}
.second-section-container .content-container ul {
  margin-inline-start: 40px;
  margin-bottom: 20px;
}
.second-section-container .content-container li {
  margin-top: 40px;
  color: #4b5162;
  opacity: 0.7;
  font-weight: lighter;
  font-size: 15px;
}

@keyframes translate-top {
  30% {
    top: 0px;
  }
  40% {
    top: 0px;
  }
  45% {
    top: -90px;
  }
  47% {
    top: -80px;
  }
  65% {
    top: -80px;
  }
  70% {
    top: -170px;
  }
  72% {
    top: -160px;
  }
  90% {
    top: -160px;
  }
  100% {
    top: 0px;
  }
}
.pc-section-container {
  height: 450px;
  position: relative;
}
.pc-section-container .pc-section-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("/themed/multi_language/images/landing/pc-bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
}
.pc-section-container .pc-section-content {
  display: flex;
  height: 450px;
  align-items: center;
}
.pc-section-container .pc-section-content .pc-content {
  color: #fff;
  font-size: 50px;
  font-weight: normal;
}
.pc-section-container .pc-section-content .pc-content .animation-container {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.pc-section-container .pc-section-content .pc-content .animation-container .animation-box {
  height: 70px;
  width: 350px;
  position: relative;
  overflow: hidden;
  padding-inline-start: 15px;
}
.pc-section-container .pc-section-content .pc-content .animation-container .animation-box .animation-items {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  color: #01feff;
  animation: translate-top 5s infinite;
}
.pc-section-container .pc-section-content .pc-content .animation-container .animation-box .animation-items .animation-item {
  height: 60px;
  margin-bottom: 20px;
}

.cards-section-container {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 13px solid #1a4efb;
}
.cards-section-container .card-container {
  padding: 20px 10px;
  position: relative;
}
.cards-section-container .card-container .card {
  width: 100%;
  height: 410px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
}
.cards-section-container .card-container .card .card-img-container {
  width: 100%;
  height: 260px;
  position: relative;
}
.cards-section-container .card-container .card .card-img-container img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cards-section-container .card-container .card .card-img-container .tag-container-link {
  position: absolute;
  right: 10px;
  top: 10px;
}
.cards-section-container .card-container .card .card-img-container .tag-item {
  background-color: #fff;
  color: #33c481;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.07);
}
.cards-section-container .card-container .card .card-info-container {
  padding: 10px;
  position: relative;
  height: 150px;
}
.cards-section-container .card-container .card .card-info-container .card-title {
  color: #1e1e1e;
  font-weight: normal;
}
.cards-section-container .card-container .card .card-info-container .more-info-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.cards-section-container .card-container .card .card-info-container .more-info-btn {
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  font-weight: normal;
  background-color: #33c481;
  border-radius: 10px;
}

[dir=ltr] .pc-section-container .pc-section-bg {
  transform: scaleX(-1);
}
[dir=ltr] .cards-section-container .card-container .card .tag-container-link {
  right: auto;
  left: 10px;
}
[dir=ltr] .cards-section-container .card-container .card .more-info-link {
  left: auto;
  right: 20px;
}

@media only screen and (max-width: 993px) {
  .pc-section-container {
    display: none;
  }
}
@media (max-width: 575px) {
  .daftra-subscribe-btn {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 !important;
    z-index: 99;
    font-size: 13px !important;
  }
}

.extract-info {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
}

.extract-info-title {
  font-size: 48px;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .extract-info-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.extract-info .form-input {
  width: 55%;
  height: 70px;
}
.extract-info .form-input > form {
  width: 100%;
  height: 100%;
  position: relative;
}
.extract-info .form-input > form input {
  width: 100%;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #333;
  padding-right: 40px;
  outline: 0;
}
.extract-info .form-input > form input::placeholder {
  color: #888;
}
.extract-info .form-input > form > i {
  position: absolute;
  top: 50%;
  font-size: 25px;
  right: 5px;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .extract-info .form-input {
    width: 100%;
  }
}

.result-info h2 {
  margin-bottom: 30px;
}

.result-table {
  background-color: #fff;
  table-layout: fixed;
  word-wrap: break-word;
  margin-bottom: 150px;
  color: #213242;
  border-top: 0;
}
@media (max-width: 700px) {
  .result-table {
    margin-bottom: 50px;
  }
}

.result-table thead th {
  border-color: #fff;
  border-bottom: 4px solid #0053bd;
  color: #0053bd;
}
@media (max-width: 700px) {
  .result-table thead th {
    font-size: 16px;
  }
}

.result-table thead th i {
  color: gray;
}

.result-table td {
  font-size: 16px;
}

.result-table td:first-child,
.result-table th:first-child {
  width: 35%;
}
@media (max-width: 700px) {
  .result-table td:first-child,
  .result-table th:first-child {
    width: 30%;
  }
}

.result-table td:nth-child(2),
.result-table th:nth-child(2) {
  width: 35%;
}
@media (max-width: 700px) {
  .result-table td:nth-child(2),
  .result-table th:nth-child(2) {
    width: 30%;
  }
}

.result-table td:nth-child(3),
.result-table th:nth-child(3) {
  width: 15%;
}
@media (max-width: 700px) {
  .result-table td:nth-child(3),
  .result-table th:nth-child(3) {
    width: 20%;
  }
}

@media (max-width: 700px) {
  .result-table td:nth-child(4),
  .result-table th:nth-child(4) {
    width: 20%;
  }
}

.gs-faq h2 {
  margin-bottom: 25px;
}

.gs-faq .faq-box {
  box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.0509803922);
  border-radius: 2px;
  padding: 30px 20px;
  margin-bottom: 25px;
}

.faq-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.faq-box p {
  color: #a1a1a1;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.section-changelog::before {
  background-image: url("../images/changelog/what-news.svg");
  height: calc(100% + 139px);
}
.section-changelog.section-intro {
  padding-top: 0;
  min-height: 450px;
}
@media (max-width: 575px) {
  .section-changelog.section-intro {
    padding-top: 0;
    min-height: 400px;
  }
}
.section-changelog .section-intro-info .intro__title {
  font-size: 80px;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3019607843);
  display: inline-block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1600px) {
  .section-changelog .section-intro-info .intro__title {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .section-changelog .section-intro-info .intro__title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 50px;
  }
}
.section-changelog .section-intro-info .intro__title::before, .section-changelog .section-intro-info .intro__title::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-changelog .section-intro-info .intro__title::before {
  content: "";
  position: absolute;
  left: -46px;
  top: -55px;
  width: 60px;
  height: 60px;
  background-image: url("../images/changelog/W.svg");
}
@media (max-width: 991px) {
  .section-changelog .section-intro-info .intro__title::before {
    left: -36px;
    top: -45px;
    width: 50px;
    height: 50px;
  }
}
.section-changelog .section-intro-info .intro__title::after {
  right: -16px;
  top: -22px;
  width: 36px;
  height: 36px;
  background-image: url("../images/changelog/Q.svg");
}
@media (max-width: 991px) {
  .section-changelog .section-intro-info .intro__title::after {
    right: -12px;
    top: -18px;
    width: 26px;
    height: 26px;
  }
}
.section-changelog .section-intro-info .intro__desc {
  font-size: 18px;
  color: #213242;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3411764706);
}
@media (min-width: 1600px) {
  .section-changelog .section-intro-info .intro__desc {
    font-size: 20px;
  }
}
.section-changelog .section-intro-info .intro__desc span {
  font-family: "GilroyMedium";
}
@media (max-width: 991px) {
  .section-changelog .section-intro-info .intro__desc {
    font-size: 16px;
  }
}
.section-changelog .section-intro-info .top-llustration {
  transform: rotate(-8deg);
}
@media (max-width: 575px) {
  .section-changelog .section-intro-info .top-llustration {
    max-width: 70%;
    margin: auto;
  }
}
.section-changelog .shape-contain {
  width: 100%;
  height: 86%;
  object-fit: contain;
}

.section-timeline {
  position: relative;
}
.section-timeline .timeline {
  position: relative;
  list-style-type: none;
  padding-bottom: 50px;
  padding: 0;
}
@media (max-width: 991px) {
  .section-timeline .timeline {
    padding-bottom: 20px;
    padding-left: 0;
  }
}
.section-timeline .timeline .timeline-iteam {
  border-left: 1px dashed #E4E4E4;
  position: relative;
  padding-left: 31px;
  padding-bottom: 1.563rem;
}
@media (max-width: 991px) {
  .section-timeline .timeline .timeline-iteam {
    padding-left: 21px;
  }
}
@media (max-width: 575px) {
  .section-timeline .timeline .timeline-iteam {
    padding-left: 0px;
    border-left: none;
  }
}
.section-timeline .timeline .timeline-iteam:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #213242;
  border-radius: 50%;
  position: absolute;
  left: -3.5px;
  top: 0;
  z-index: 400;
}
@media (max-width: 575px) {
  .section-timeline .timeline .timeline-iteam:before {
    display: none;
  }
}
.section-timeline .timeline .timeline-iteam:last-child {
  border: none;
  padding-bottom: 0;
}
.section-timeline .timeline .date {
  color: #213242;
  font-family: "GilroySemiBold";
  line-height: 0.3;
  margin-bottom: 1.563rem;
  font-size: 1rem;
}
.section-timeline .timeline .timeline-box {
  border: 1px solid;
  border-radius: 4px;
  padding-top: 1.25rem;
  padding-bottom: 0.938rem;
  padding-right: 2.5rem;
  padding-left: 1.25rem;
  background-color: #fff;
}
.section-timeline .timeline .timeline-box:not(:last-child) {
  margin-bottom: 0.938rem;
}
@media (max-width: 991px) {
  .section-timeline .timeline .timeline-box {
    padding-top: 1rem;
    padding-bottom: 0.75rem;
    padding-right: 1.5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 575px) {
  .section-timeline .timeline .timeline-box {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 1rem;
    padding-left: 0.75rem;
  }
}
.section-timeline .timeline .timeline-box .category-info {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .section-timeline .timeline .timeline-box .category-info {
    margin-bottom: 0.75rem;
  }
}
.section-timeline .timeline .timeline-box .category-info .title {
  font-size: 24px;
  font-family: "GilroyExtraBold";
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .section-timeline .timeline .timeline-box .category-info .title {
    font-size: 20px;
  }
}
.section-timeline .timeline .timeline-box .category-info .category {
  flex-shrink: 0;
}
.section-timeline .timeline .timeline-box .category-info .category .icon {
  max-width: 24px;
}
@media (min-width: 576px) {
  .section-timeline .timeline .timeline-box .category-info .category .icon {
    margin-right: 0.5rem;
  }
}
@media (max-width: 575px) {
  .section-timeline .timeline .timeline-box .category-info .category .icon {
    max-width: 20px;
  }
}
.section-timeline .timeline .timeline-box .category-info .category span {
  font-family: "GilroyMedium";
}
@media (max-width: 575px) {
  .section-timeline .timeline .timeline-box .category-info .category span {
    display: none;
  }
}
.section-timeline .timeline .timeline-box p {
  font-weight: 400;
  margin-bottom: 0;
  color: #75799D;
}
.section-timeline .timeline .timeline-box a {
  color: #006bff;
}
.section-timeline .timeline .timeline-box * {
  font-size: 16px !important;
}
@media (min-width: 1600px) {
  .section-timeline .timeline .timeline-box * {
    font-size: 18px !important;
  }
}
@media (max-width: 575px) {
  .section-timeline .timeline .timeline-box * {
    font-size: 14px !important;
  }
}
.section-timeline .container-shape {
  position: sticky;
  top: 100px;
  left: 0;
  right: 0;
  z-index: -1;
}
.section-timeline .container-shape .timeline-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  pointer-events: none;
}
.section-timeline .container-shape .timeline-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-timeline .container-shape .side-lines {
  position: absolute;
  right: -50px;
  height: 270px;
  top: 0;
}
.section-timeline .container-shape .circle-start {
  position: absolute;
  left: -136px;
  z-index: 1;
  top: 0;
}
.section-timeline .container-shape .circle-end {
  position: absolute;
  right: -90px;
  z-index: 1;
  top: 360px;
  height: 50vh;
}
.section-timeline .container-shape .circle-end img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-timeline .load-timeline-data {
  background-color: #fff;
  min-height: 150px;
  position: relative;
  display: flex;
}
.section-timeline .load-timeline-data::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  right: 0;
  left: 0;
  bottom: 100%;
  background-image: url("../images/changelog/bg-gradient.svg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.section-timeline .load-timeline-data.active img {
  animation: rotation 1s linear infinite;
}

[dir=rtl] body {
  font-family: "RbRegular";
}
[dir=rtl] .section-changelog .section-intro-content {
  flex-direction: row-reverse;
}
[dir=rtl] .section-changelog .section-intro-info .intro__title {
  font-family: "RbBold" !important;
}
[dir=rtl] .section-changelog .section-intro-info .intro__title::before {
  right: -46px;
  left: auto;
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  [dir=rtl] .section-changelog .section-intro-info .intro__title::before {
    right: -36px;
    left: auto;
  }
}
[dir=rtl] .section-changelog .section-intro-info .intro__title::after {
  left: -16px;
  right: auto;
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  [dir=rtl] .section-changelog .section-intro-info .intro__title::after {
    left: -12px;
    right: auto;
  }
}
[dir=rtl] .section-changelog .section-intro-info .intro__desc span {
  font-family: "RbRegular" !important;
}
@media (max-width: 991px) {
  [dir=rtl] .section-timeline .timeline {
    padding-right: 0;
  }
}
[dir=rtl] .section-timeline .timeline .timeline-iteam {
  border-right: 1px dashed #E4E4E4;
  padding-right: 31px;
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  [dir=rtl] .section-timeline .timeline .timeline-iteam {
    padding-right: 21px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  [dir=rtl] .section-timeline .timeline .timeline-iteam {
    padding-right: 0px;
    padding-left: 0;
    border-left: none;
    border-right: none;
  }
}
[dir=rtl] .section-timeline .timeline .timeline-iteam:before {
  right: -3.5px;
  left: auto;
}
[dir=rtl] .section-timeline .timeline .timeline-iteam .date {
  font-family: "RbRegular" !important;
}
[dir=rtl] .section-timeline .timeline .timeline-iteam .timeline-box {
  padding-left: 2.5rem;
  padding-right: 1.25rem;
}
@media (max-width: 991px) {
  [dir=rtl] .section-timeline .timeline .timeline-iteam .timeline-box {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
@media (max-width: 575px) {
  [dir=rtl] .section-timeline .timeline .timeline-iteam .timeline-box {
    padding-left: 1rem;
    padding-right: 0.75rem;
  }
}
[dir=rtl] .section-timeline .timeline .timeline-iteam .timeline-box .category-info .title {
  margin-left: 1rem;
  margin-right: 0;
  font-family: "RbBold" !important;
}
@media (min-width: 576px) {
  [dir=rtl] .section-timeline .timeline .timeline-iteam .timeline-box .category-info .category .icon {
    margin-left: 0.5rem;
    margin-right: 0;
  }
}
[dir=rtl] .section-timeline .timeline .timeline-iteam .timeline-box .category-info .category span {
  font-family: "RbRegular" !important;
}
[dir=rtl] .section-timeline .timeline .timeline-iteam ul {
  padding-right: 40px;
}
[dir=rtl] .section-timeline .container-shape .side-lines {
  left: -50px;
  right: auto;
}
[dir=rtl] .section-timeline .container-shape .circle-start {
  right: -136px;
  left: auto;
}
[dir=rtl] .section-timeline .container-shape .circle-end {
  left: -90px;
  right: auto;
}
[dir=rtl] .section-timeline .container-shape img {
  transform: scaleX(-1);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[dir=rtl] .h1, [dir=rtl] .h2, [dir=rtl] .h3, [dir=rtl] .h4, [dir=rtl] .h5, [dir=rtl] .h6, [dir=rtl] h1, [dir=rtl] h2, [dir=rtl] h3, [dir=rtl] h4, [dir=rtl] h5, [dir=rtl] h6 {
  line-height: 1.3 !important;
}
[dir=rtl] ul {
  padding: 0;
}
[dir=rtl] a,
[dir=rtl] .free-btn,
[dir=rtl] .section p,
[dir=rtl] .h1, [dir=rtl] .h2, [dir=rtl] .h3, [dir=rtl] .h4, [dir=rtl] .h5, [dir=rtl] .h6, [dir=rtl] h1, [dir=rtl] h2, [dir=rtl] h3, [dir=rtl] h4, [dir=rtl] h5, [dir=rtl] h6,
[dir=rtl] .boost-sales .boost-sales-items .boost-sales-item span,
[dir=rtl] .section__header ul li span,
[dir=rtl] .industry-menu .menu__content .menu__item span,
[dir=rtl] .feature-item .feature__title span {
  font-family: "RbBold" !important;
}
[dir=rtl] .section__header .section__title {
  font-size: 30px !important;
}
[dir=rtl] .boost-sales h2,
[dir=rtl] .banner__layer-info h2 {
  font-size: 27px !important;
}
[dir=rtl] .customize-industry .customize-info h2 span {
  font-size: 27px !important;
}

/*# sourceMappingURL=app.css.map */
