@font-face {
  font-family: Just-Sans;
  src: url(../assets/font/just_sans/JUST\ Sans\ Regular.woff);
}
.colorFFF {
  color: #fff;
}

.le-font {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.colorFFF {
  color: #fff;
}

body {
  font-family: "Montserrat", serif;
  overflow-x: hidden;
}

.lanTxt .highTxt {
  width: 55vw;
  font-family: Just-Sans;
}
.lanTxt .highTxt1 {
  width: 45vw;
  text-align: right;
  padding-right: 1rem;
  font-family: Just-Sans;
}

.leBg {
  background: #f0f0f8;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-bottom: 2px solid #eee;
}

.le-Header {
  display: flex;
  justify-content: center;
  width: 100%;
}

header {
  background: #fff;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
}
header.newBg {
  background: #fff;
}
header.hide {
  transform: translateY(-100%);
}
header .logo {
  font-size: 30px;
  text-transform: uppercase;
}
header nav {
  width: 75vw;
  position: relative;
  top: 0.5rem;
  font-family: "Just-Sans";
}
header nav ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
header nav ul li {
  list-style: none;
  padding: 0.8rem 0.5rem;
}
header nav ul li a {
  padding: 0.8rem 0;
}
header nav .nav-item {
  border-bottom: 3px solid transparent;
}
header nav .nav-item.active, header nav .nav-item:hover {
  border-bottom: 3px solid #341981;
  position: relative;
  color: #341981;
}
header nav ul {
  padding-left: unset;
  font-weight: 500;
}
header nav ul li {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}
header nav ul li a {
  display: inline-block;
  color: #000;
  padding: 5px 0;
  margin: 0 10px;
  border: 3px solid transparent;
  transition: 0.2s;
}

.hamburger {
  cursor: pointer;
  display: none;
}
.hamburger div {
  width: 30px;
  height: 3px;
  margin: 5px 0;
  background: #000;
}

.login {
  height: 100vh;
  /* Change the border color of the checkbox */
  /* Change the color when the checkbox is checked */
  /* Optional: Change the border color when the checkbox is focused */
}
.login .content-left {
  height: 100vh;
  background: #f2f6ff;
  background-image: url("../assets/images/main/bgImg.png");
  background-size: contain;
  background-position: -150px -100px;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .btn-loginBtn {
  background: transparent linear-gradient(90deg, #552FDB 0%, #A139DF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.login .btn-loginBtn:focus, .login .btn-loginBtn:active {
  color: #fff;
}
.login .carousel-inner {
  margin: auto;
  width: 100%;
}
.login .carousel-inner .carousel-item img {
  padding: 8% 15%;
  position: relative;
  top: 1.5rem;
}
.login .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1d4eff;
  position: relative;
  top: 2rem;
}
.login .carousel-caption {
  top: 1rem;
  color: #000;
}
.login .carousel-caption h5 {
  font-size: 1.75rem;
}
.login .setPad {
  padding: 15%;
}
.login .remRad {
  width: 24px;
  height: 24px;
}
.login small {
  font-weight: 100;
  color: grey;
}
.login .lang-sel {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 200px;
}
.login .form-check-input {
  border: 1px solid #dee2e6;
}
.login #toggle-password {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  border: none;
  background: none;
}
.login #toggle-password:hover {
  color: #6c757d;
}

.register {
  height: 100vh;
  padding: 0 10%;
  background: #f2f6ff;
  background-image: url("../assets/images/main/bgImg.png");
  background-size: contain;
  background-position: -150px -100px;
}
.register .card {
  border: none;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.0509803922);
}
.register .remRad {
  width: 24px;
  height: 24px;
}
.register .page-head {
  text-align: center;
  padding: 2%;
  font-weight: 600;
  font-size: 2rem;
}
.register a {
  text-decoration: none;
}
.register .submit-Btn {
  width: 200px;
  background: transparent linear-gradient(90deg, #552FDB 0%, #A139DF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.register .submit-Btn:focus, .register .submit-Btn:active {
  color: #fff;
}
.register .cancel-Btn {
  width: 200px;
  margin: 0 1rem;
  background: #000;
  color: #fff;
}
.register .cancel-Btn:focus, .register .cancel-Btn:active {
  color: #fff;
}
.register .captcha_ui .robot {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.register .captcha_ui .box-container {
  display: flex;
  border: 1px solid #ddd;
  background-color: #F9F9F9;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  width: 330px;
  align-items: center;
  padding: 10px 0px 10px 0px;
}
.register .captcha_ui input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 26px;
  height: 26px;
  border: 2px solid #C1C1C1;
  margin: 0px 14px 0px 14px;
}
.register .captcha_ui input[type=checkbox]:checked::before {
  content: url(https://img.icons8.com/?size=20&id=27&format=png&color=1e5180);
  display: block;
  line-height: 20px;
  padding: 0.05rem 0.6rem 0rem 0.05em;
}
.register .captcha_ui .logo {
  display: block;
  margin-left: 65%;
}
.register .captcha_ui .logo-text {
  text-align: right;
  font-size: 9px;
  font-family: "Roboto", sans-serif;
  position: relative;
  top: 0.35rem;
}
.register .captcha_ui .logo-text-tos {
  display: block;
  text-align: right;
  font-size: 9px;
  font-family: "Roboto", sans-serif;
  margin-left: 80px;
}
.register .captcha_ui .container {
  margin-right: 10px;
  text-align: center;
  line-height: 0.1rem;
}

.backtoBtn {
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.proPic {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  margin: 0rem 0.5rem;
}

.mainPropic {
  width: 60px;
  height: 60px;
}

.btn-lesaas {
  height: 50px;
  width: 150px;
  background: transparent linear-gradient(90deg, #552FDB 0%, #A139DF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-weight: 500;
}
.btn-lesaas:hover {
  color: #fff;
  font-weight: 600;
}

.btn-lesaas-bk {
  height: 50px;
  width: 150px;
  background: #000;
  color: #fff;
  margin: 0 1rem;
  font-weight: 500;
}
.btn-lesaas-bk:hover {
  background: #000;
  color: #fff;
  font-weight: 600;
}

header nav ul.pro-dp li {
  padding: 0.3rem !important;
  width: 90%;
}

.dashboard {
  height: 100vh;
  background: #f2f6ff;
  background-image: url("../assets/images/main/bgImg.png");
  background-size: contain;
  background-position: -150px -100px;
}
.dashboard .page-head {
  text-align: center;
  padding: 2% 0 0;
  font-weight: 600;
  font-size: 2rem;
}
.dashboard .side-card,
.dashboard .det-card {
  height: 470px;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.0509803922);
}
.dashboard ul.sidemenu {
  list-style: none;
  padding-right: unset;
  padding-left: unset;
}
.dashboard ul.sidemenu li {
  padding: 1rem;
  margin: 1rem;
  background: rgba(203, 203, 255, 0.35);
  border-radius: 5px;
  font-weight: 600;
}
.dashboard ul.sidemenu li:hover, .dashboard ul.sidemenu li.active {
  background: transparent linear-gradient(90deg, #552FDB 0%, #A139DF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.dashboard ul.sidemenu .sidemenu li.active {
  font-weight: bold;
  color: #007bff;
  /* Active color to highlight the active list item */
}
.dashboard .det-card .dash-card {
  background: transparent linear-gradient(90deg, #552FDB 0%, #A139DF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  height: 200px;
}
.dashboard .det-card .dash-card .circled {
  width: 12px;
  position: relative;
  top: -1px;
  margin: 0px 2px;
}
.dashboard .det-card .dash-card .sub-name {
  font-weight: 600;
  font-size: 1.2rem;
}
.dashboard .det-card .dash-card .plan-type {
  font-weight: 400;
}
.dashboard .det-card .dash-card .db-upgrade-plan {
  position: absolute;
  bottom: 1.25rem;
  background: #fff;
  border: none;
  border-radius: 50px;
  color: #07217E;
  padding: 5px 20px;
  font-weight: 600;
}
.dashboard .det-card .dash-card .plan-active {
  font-weight: 500;
}
.dashboard .det-card .sub-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.dashboard .det-card label {
  font-size: 0.9rem;
}
.dashboard .det-card .det-value {
  font-weight: 600;
  font-size: 1.1rem;
}
.dashboard .det-card .upgrade-plan {
  background: transparent linear-gradient(90deg, #552FDB 0%, #A139DF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.dashboard .det-card .cancel-plan {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.dashboard .det-card .pay-tbl {
  height: 320px;
  overflow-y: auto;
}

.pagenotfound {
  width: 600px;
  display: flex;
  justify-content: center;
  margin: 4% auto;
}

.txt-404 {
  position: relative;
  top: 7rem;
  text-align: center;
}
.txt-404 .txt-404p {
  font-size: 2rem;
  font-weight: 600;
}
.txt-404 .txt-404p2 {
  font-size: 1.25rem;
}

.btn-404 {
  width: 200px;
  border: none;
  height: 50px;
  margin: 0 0 3rem 0;
  background: transparent linear-gradient(90deg, #552FDB 0%, #A139DF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  border-radius: 5px;
}

.db-user span {
  min-width: 100px;
}

#navbarNav .leNav-new {
  visibility: hidden !important;
}

.pay-det .sub-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.pay-det .pay-row .col-md-6 {
  line-height: 2.08;
  font-weight: 500;
}
.pay-det .pay-row .col-md-6.d-flex {
  font-weight: 400;
}

.pay-mode label {
  font-weight: 500;
}
.pay-mode .pay-cards {
  width: 60px;
  height: 40px;
  background: grey;
  padding: unset;
}
.pay-mode select {
  -webkit-appearance: listbox !important;
}
.pay-mode .asterisk {
  color: red;
}

.ar {
  direction: rtl;
}
.ar .login .form-floating > label {
  left: unset;
}
.ar .login .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  right: -15px;
}
.ar .login .form-floating > .form-control-plaintext ~ label,
.ar .login .form-floating > .form-control:focus ~ label,
.ar .login .form-floating > .form-control:not(:placeholder-shown) ~ label,
.ar .login .form-floating > .form-select ~ label {
  right: -15px;
}
.ar .login #toggle-password {
  left: 0;
  right: unset;
}
.ar .login .form-select {
  background-position: left 0.75rem center;
  padding: 1rem 0.75rem 0.375rem 2.25rem;
}
.ar .register .touse {
  direction: ltr;
}
.ar .register .form-floating > label {
  left: unset;
}
.ar .register .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  right: -10px;
}
.ar .register .form-floating > .form-control-plaintext ~ label,
.ar .register .form-floating > .form-control:focus ~ label,
.ar .register .form-floating > .form-control:not(:placeholder-shown) ~ label,
.ar .register .form-floating > .form-select ~ label {
  right: -10px;
}
.ar .register .form-select {
  background-position: left 0.75rem center;
  padding: 1rem 0.75rem 0.375rem 2.25rem;
}
.ar .register .captcha_ui input[type=checkbox]:checked::before {
  padding: 0.05rem 0.05rem 0rem 0.6em;
}
.ar .register .captcha_ui .logo {
  margin-left: unset;
  margin-right: 65%;
}
.ar .register .captcha_ui .logo-text-tos {
  margin-left: unset;
  margin-right: 80px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .d-sm-none,
  .dotsBg,
  .our-expertise {
    display: none !important;
  }
  .leBg {
    overflow: hidden !important;
  }
  .hamburger {
    display: block;
    position: relative;
    top: 0.5rem;
  }
  header {
    padding: 1rem;
  }
  header nav {
    position: absolute;
    width: 100%;
    left: -100%;
    top: 70px;
    width: 100%;
    background: #fff;
    padding: 30px;
    transition: 0.3s;
  }
  header #nav_check:checked ~ nav {
    left: 0;
  }
  header nav ul {
    display: block;
  }
  header nav ul li a {
    margin: 5px 0;
  }
  .le-Header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .login .col-md-7 {
    display: none;
  }
  .login .col-md-5 {
    height: 100vh;
    background: #f2f6ff;
    background-image: url("../assets/images/main/bgImg.png");
    background-size: contain;
    background-position: -150px -100px;
    background-repeat: no-repeat;
  }
  .register {
    padding: unset !important;
  }
  .register .submit-Btn,
  .register .cancel-Btn {
    width: 100% !important;
  }
  .register .cancel-Btn {
    margin: 1rem 0rem !important;
  }
  .dashboard-hdr .navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
  }
  .dashboard {
    margin-top: 2rem !important;
  }
  .dashboard .card {
    margin-bottom: 1rem;
  }
  .db-user {
    display: none !important;
  }
  #navbarNav .leNav-new {
    visibility: visible !important;
  }
}/*# sourceMappingURL=style.css.map */

/* upgrade plan */

.prc-bg {
  background-image: url("../assets/images/main/Bg-home-hero.jpg") !important;
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
}

#prc_landing .breadcrumbs {
  padding-top: 6rem;
}
#prc_landing .breadcrumbs ul {
  list-style: none;
  display: flex;
}
#prc_landing .breadcrumbs ul li {
  padding-right: 1rem;
}
#prc_landing .breadcrumbs ul .about .arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #3059DC;
  position: relative;
  top: 6px;
  left: -6px;
}
#prc_landing .abt_title {
  text-align: center;
}
#prc_landing .sec-title {
  font-size: 1.1rem;
}

#prc_detail .empCount {
  width: 60px;
  border-radius: 5px;
  border: 1px solid #aaaab9;
  text-align: center;
}
#prc_detail .eecTxt {
  display: flex;
  align-items: center;
  height: 40px;
  font-weight: 600;
}
#prc_detail ul.nav-tabs {
  width: 90%;
  margin: auto;
  border-bottom: 1px solid #aaaab9;
}
#prc_detail ul.nav-tabs li {
  width: 150px;
  text-align: center;
  font-size: 1.5rem;
  margin: 0rem 0.5rem;
  border: 1px solid #aaaab9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#prc_detail .nav-tabs .nav-link {
  color: #000;
  background: #fff;
}
#prc_detail .nav-tabs .nav-item.show .nav-link,
#prc_detail .nav-tabs .nav-link.active {
  color: #481FBA;
  background: transparent;
  border-bottom: 2px solid #f5f6fc;
}
#prc_detail .tab-content .card {
  height: 90vh;
  padding: 1.5rem 1rem 1rem;
}
#prc_detail .tab-content .card ul {
  list-style: none;
  margin-top: 2rem;
  max-height: 45vh;
  overflow-y: auto;
}
#prc_detail .tab-content .card ul li {
  padding: 0.3rem 0rem;
}
#prc_detail .tab-content .card ul img {
  width: 30px;
  position: relative;
  left: -6px;
}
#prc_detail .tab-content .card .plan_name {
  font-size: 1.75rem;
  color: #707070;
  font-weight: 600;
}
#prc_detail .tab-content .card .plan_value {
  font-size: 1.75rem;
  color: #552FDB;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #ebebeb;
  margin-top: 3rem;
}
#prc_detail .tab-content .card .startBtn {
  position: absolute;
  bottom: 2rem;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(215, 202, 250, 0.8470588235) 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 17px rgba(92, 91, 91, 0.1215686275);
  border-radius: 41px;
  opacity: 1;
  border: none;
  width: 200px;
  height: 45px;
  color: #5D30DC;
  font-weight: 600;
}
#prc_detail .tab-content .card .txt-bpsm {
  font-size: 0.75rem;
  margin-top: -6px;
}
#prc_detail .tab-content .enterprise-plan img {
  width: 30px;
  position: relative;
  left: -6px;
}
#prc_detail .tab-content .enterprise-plan .most-pop {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #341981;
  color: #fff;
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 20px;
}
#prc_detail .tab-content .business-plan {
  color: #fff;
  height: 100vh;
  background: #856EDD;
}
#prc_detail .tab-content .business-plan .empCount {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#prc_detail .tab-content .business-plan ul {
  max-height: 55vh !important;
}
#prc_detail .tab-content .business-plan .plan_name,
#prc_detail .tab-content .business-plan .plan_value {
  color: #fff;
}
#prc_detail .tab-content .business-plan .txt-bpsm {
  font-size: 0.75rem;
  margin-top: -6px;
}
#prc_detail .up-in-toggle {
  padding: 1%;
}
#prc_detail .up-in-toggle input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
#prc_detail .up-in-toggle input:checked + label {
  background: #856EDD;
  color: white;
  font-weight: 500;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
}
#prc_detail .up-in-toggle label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  font-weight: 600;
  color: #856EDD;
  background-color: #fff;
  font-size: 1.2rem;
  padding: 6px 6px;
  float: left;
  transition: all 0.1s ease-in-out;
}
#prc_detail .up-in-toggle label:hover {
  cursor: pointer;
}
#prc_detail .up-in-toggle label:first-of-type {
  border-radius: 3rem 0 0 3rem;
}
#prc_detail .up-in-toggle label:last-of-type {
  border-radius: 0 3rem 3rem 0;
}
.wpcf7-form{
  direction: rtl;
}
.form-floating > label{
  left:unset;
  right:0;
}
.form-floating > .form-select,.form-floating > .form-control-plaintext:autofill{
  text-align:right;
}
.small.mb-4.d-flex.justify-content-between{
  direction: rtl;
}
.intl-tel-input .selected-flag .iti-arrow {
  left: 6px !important;
  right:unset !important;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  left: auto !important;
  right: 0 !important;
}
.intl-tel-input .selected-flag {
  padding: 0 8px 0 0;
}
#cardNumber{
  text-align: right;
  direction: ltr;
}
.intl-tel-input .selected-flag {
  padding: 0 8px 0 0 !important;
}
#cancel-purchase{
    background: black;
}
@media screen and (max-width: 767px) {

.setselect {
    position: absolute;
    left: 15px;
    top: -40px;
}
 
 
#prc_detail .up-in-toggle {
    padding: 1%;
    position: relative;
    top: 1.5rem;
}
.dashboard .side-card, .dashboard .det-card {
height: auto;
}
.dashboard .det-card .cancel-plan {
margin: 1rem 0 !important;
}
.dash-card .card-body .d-flex.justify-content-between {
    padding-top: 1rem;
}
 
.dashboard .det-card .dash-card .plan-active {
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 5px;
}
}
