@charset "utf-8";

/*..............custom fonts..............*/

@font-face {
  font-family: "Sk-Modernist";
  src: url("../fonts/Sk-Modernist-Regular.eot");
  src: url("../fonts/Sk-Modernist-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sk-Modernist-Regular.woff2") format("woff2"),
    url("../fonts/Sk-Modernist-Regular.woff") format("woff"),
    url("../fonts/Sk-Modernist-Regular.ttf") format("truetype"),
    url("../fonts/Sk-Modernist-Regular.svg#Sk-Modernist-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sk-Modernist";
  src: url("../fonts/Sk-Modernist-Bold.eot");
  src: url("../fonts/Sk-Modernist-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sk-Modernist-Bold.woff2") format("woff2"),
    url("../fonts/Sk-Modernist-Bold.woff") format("woff"),
    url("../fonts/Sk-Modernist-Bold.ttf") format("truetype"),
    url("../fonts/Sk-Modernist-Bold.svg#Sk-Modernist-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*..............custom fonts..............*/

/*..............common styles..............*/
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Sk-Modernist" !important;
  font-size: 16px;
  color: #fff;
}

.homeBg {
  background: url(../images/bannHome-bg.png) no-repeat bottom center;
  background-size: cover;
}

.page-bg {
  background: url("../images/Login.jpg") no-repeat top center;
  background-size: cover;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  font-family: "Sk-Modernist" !important;
}

h1 {
  font-size: 130px !important;
  font-weight: 700 !important;
}

h2 {
  font-size: 130px !important;
  font-weight: 700 !important;
}

h3 {
  font-size: 80px !important;
  font-weight: 700 !important;
}

h4 {
  font-size: 30px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  font-weight: 400;
}

p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 20px;
  padding: 0;
  font-family: "Sk-Modernist" !important;
}

img {
  max-width: 100%;
}

a,
img {
  border: 0;
  text-decoration: none;
  outline: none;
  text-decoration: none !important;
}

a,
a:link,
a:visited,
a:focus,
a:hover {
  /*color: #179ae2;*/
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  font-family: "Sk-Modernist" !important;
}

a:hover {
  text-decoration: none;
}

input,
textarea,
select {
  font-family: "Sk-Modernist";
  font-size: 14px;
  outline: none;
}

input[type="submit"] {
  font-family: "Sk-Modernist";
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  outline: none;
}

.form-control::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.form-control:focus {
  background-color: transparent !important;
}

.curser-pointer {
  cursor: pointer;
}

.resend {
  color: #1b9bbf;
}

.resend:hover {
  color: #0ac9d0;
}

/* --- Button Styles --- */
.btn {
  border: 0;
  display: inline-block;
  vertical-align: top;
  background: linear-gradient(to right,
      rgba(43, 113, 176, 1),
      rgba(10, 201, 208, 1));
  color: #fff !important;
  padding: 14px 35px !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  border: none !important;
  border-radius: 60px !important;
  transition: 1s ease;
}

.btn-arrow {
  background-color: #fff;
  color: #1080b6;
  font-size: 20px;
  border-radius: 50px;
  min-width: 246px;
  padding: 10px 50px 10px 25px;
  position: relative;
  display: inline-block;
  height: 54px;
  /*background-image: linear-gradient(to right, rgba(43, 113, 176, 1), rgba(10, 201, 208, 1)); background-clip: text;
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.btn-arrow>div:nth-child(1) {
  position: relative;
  z-index: 3;
}

.btn-arrow:hover {
  color: #fff;
}

.in-btn-div {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: linear-gradient(to right, rgba(40, 124, 180, 1), rgba(10, 200, 208, 1));
  position: absolute;
  right: 4px;
  top: 4px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-arrow:hover>.in-btn-div {
  transform: scale(10);
}

.headerRight ul li:hover:first-child a:before {
  background: linear-gradient(to right,
      rgba(40, 124, 180, 1),
      rgba(10, 200, 208, 1));
}

.headerRight ul li:hover a {
  color: #fff !important;
}

.btn-arrow span {
  width: 46px;
  height: 46px;
  border-radius: 50px;

  position: absolute;
  right: 4px;
  top: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

.headerRight ul li:hover a span {
  position: relative;
  background-image: linear-gradient(to right, #ffffff, #ffffff) !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff !important;
}

.btn-arrow:hover span {
  background: transparent;
}

.btn:focus,
button:focus {
  outline: none;
}

.btn:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(180deg, rgba(44, 112, 175, 0.4) 0%, #0acad0 100%);
}

/* --- Button Styles --- */

/*..............common styles..............*/
.cursor-pointer {
  cursor: pointer;
}

.click {
  display: none;
  color: #fff;
  font-size: 28px;
}

.main_menu a.closebtn {
  display: none;
}

.sec-gapTop {
  padding-top: 100px;
}

.sec-gapBottom {
  padding-bottom: 100px;
}

/*for header css*/
.main-header {
  /*background: rgba(30, 30, 34, 0.9);*/
  padding: 15px 0px;
}

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

.headerRight ul {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  margin-bottom: 0px;
  padding: 0px;
}

.headerRight ul li {
  margin-left: 15px;
  border-radius: 50px;
  overflow: hidden;
}

.tab-main-wrap.pri-tab {
  overflow: hidden;
}

.headerRight ul li a {
  background: linear-gradient(to right,
      rgba(43, 113, 176, 1),
      rgba(10, 201, 208, 1));
  color: #fff;
  font-size: 16px;
  padding: 10px 40px;
  display: inline-block;
  position: relative;
}

.headerRight ul li:first-child a:before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: rgb(32 53 66);
  content: "";
  border-radius: 30px;
}

.headerRight ul li:first-child a {
  color: rgba(41, 119, 178, 1);
}

.headerRight ul li:first-child a span {
  position: relative;
  background-image: linear-gradient(to right,
      rgba(43, 113, 176, 1),
      rgba(10, 201, 208, 1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Sk-Modernist" !important;
}

.headerRight ul li a:hover {
  opacity: 0.8;
}

.logo {
  max-width: 45px;
  margin: 0 auto;
}

.main_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.main_menu ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  text-transform: uppercase;
}

.headerRow .mobile_close {
  width: 40% !important;
}

.headerRight button {
  text-align: right;
  display: flex;
  justify-content: end;
  width: 100%;
}

.headerRow .headerRight {
  width: 40%;
}

.main_menu ul li:first-child {
  margin-left: 0;
}

.main_menu ul li a {
  display: block;
  padding: 15px 0;
  color: #fff;
}

.main_menu ul li:hover a,
.main_menu ul li .current-menu-item {
  color: #1b9bbf;
}

.ftr-input-box .form-control:focus {
  border: none !important;
}

.headerRight button:hover {
  background-color: transparent !important;
}

.profile-name {
  max-width: 78px;
  width: 100%;
  word-break: break-word;
  line-height: 1.2;
}

/*for header css*/

.slider-wrap {
  position: relative;
  height: 650px;
}

.bannPic {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bannContent {
  padding-top: 10%;
}

.bannContent h1 {
  color: #fff;
}

.bannContent h1 span {
  background-image: linear-gradient(to right,
      rgba(43, 113, 176, 1),
      rgba(10, 201, 208, 1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bannContent p {
  font-size: 20px;
  margin-bottom: 30px;
}

.btn-container {
  display: flex;
  gap: 15px; /* Adjust this value for the desired space */
}

@media only screen and (max-width: 767px) {
  .btn-container {
    flex-direction: column;
    align-items: flex-start; /* Align buttons to the left */
  }
}

/*for main sections css*/

.featurePic {
  position: relative;
}

.featurePic:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  content: "";
  /*background: linear-gradient(to right,rgba(44, 112, 175, 0.15), rgba(10, 202, 208, 0.15)); border-radius: 30px;*/
  width: 100%;
  height: calc(100% - 100px);
  /* background: url(../images/features-Bg.png) no-repeat center left; */
  background-size: contain;
}

.featurePic img {
  position: relative;
  z-index: 2;
  /* left: 20px; */
  border-radius: 25%;
  margin-bottom: 20px;
}

.features-list ul {
  list-style: none;
}

.features-list ul li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.features-list-icon {
  width: 50px;
  height: 50px;
  background: url(../images/list-iconBg.png) no-repeat;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-list-content {
  width: calc(100% - 50px);
  padding-left: 20px;
}

.features-list-content p {
  color: #fff;
  margin-bottom: 0;
}

.features-list-content h4 {
  color: #fff;
  margin-bottom: 15px;
}

.features-list-content h4 span,
.featureLeft h3 span {
  background-image: linear-gradient(to right,
      rgba(43, 113, 176, 1),
      rgba(10, 201, 208, 1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.featureTitle h2 {
  background-image: linear-gradient(to right,
      rgba(68, 45, 151, 1),
      rgba(6, 210, 211, 1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.articalTitle h3 {
  background-image: linear-gradient(to right,
      rgba(68, 45, 151, 1),
      rgba(6, 210, 211, 1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.container *::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.container {
  scrollbar-width: none;
}

/* Optionally, for IE and Edge */
.container {
  -ms-overflow-style: none;
}

.featureTitle {
  position: relative;
  margin-left: -160px;
  z-index: 9;
}

.testimonial-owl .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 117px;
  position: absolute;
  left: 0;
}

.testimonial-owl .owl-nav button {
  width: 46px;
  height: 46px;
  border-radius: 100px !important;
  color: #fff;
  display: inline-block;
  border: none !;
  background: linear-gradient(to right,
      rgba(43, 113, 176, 1),
      rgba(10, 201, 208, 1)) !important;
  cursor: pointer;
}

.testimonial-owl .owl-nav button svg {
  color: #fff;
}

.arrow-slider:hover {
  opacity: 0.8;
}

/* .chat header.main-header {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 15.6px 0px rgba(0, 0, 0, 0.25);
} */
.featureRight ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.featureRight .slider-w {
  margin: 0px 20px;
  border-radius: 20px;
  border: 0.877px solid rgba(56, 78, 163, 0.4);
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 30px;
  padding: 15px 50px;
}

.featureRight .slider-w:last-child {
  margin-left: auto;
}

.quote-icon {
  position: relative;
  left: -14px;
  margin-bottom: 15px;
  display: block;
  width: 30px;
}

.client-nameRow {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.client-pic {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  border: 1px solid #405165;
  overflow: hidden;
}

.client-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-name {
  width: calc(100% - 38px);
  padding-left: 10px;
}

.client-name h6 {
  font-size: 16px;
  margin-bottom: 3px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff !important;
}

.client-name p {
  font-size: 12px;
  margin-bottom: 0px;
}

/* .privacySec {
  background: url(../images/privacyBg.jpg) no-repeat top center;
  background-size: cover;
} */
.privacy-box {
  border-radius: 25.445px;
  border: 0.877px solid rgba(56, 78, 163, 0.4);
  background: rgba(225, 239, 255, 0.08);
  padding: 50px 60px;
  max-width: 560px;
  margin: 0 auto;
}

/*for footer sections css*/

.main-footer {
  /*background: #20313e;*/
  padding: 40px 0;
}

.ftr-social ul {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 25px;
}

.ftr-social ul li {
  margin: 0 7px;
}

.ftr-social ul li a:hover {
  opacity: 0.8;
}

.ftr-input-box {
  border-radius: 30px;
  border: none;
  height: 55px;
  max-width: 370px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  padding: 4px;
  display: flex;
  justify-content: center;
}

.ftr-input-box .form-control {
  width: calc(100% - 145px);
  background-color: transparent;
  border-radius: 0;
  height: 45px;
  color: #fff;
  border: none;
}

.ftr-input-box .btn {
  width: 145px;
  height: 45px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featureLeft h3,
.privacySec h3 {
  color: #fff;
}

.login-page {
  border-radius: 37.217px;
  background: rgba(225, 239, 255, 0.09);
  max-width: 660px;
  margin: 0 auto;
  padding: 40px 85px;
  width: 100%;
  margin-bottom: 30px;
}

.login-page-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 115px);

  /* height: 100vh; */
  padding-bottom: 100px;
  padding-top: 50px;
}

input[type="checkbox"i] {
  height: auto !important;
  background: rgba(40, 40, 40, 0.2);
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px !important;
  padding: 0px !important;
  border-radius: 0px !important;
}

input[type="checkbox"i]:checked {
  appearance: auto !important;
}

.login-page h1 {
  color: #fff;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.login-page p {
  color: rgb(255 255 255 / 80%);
  font-size: 14px;
  max-width: 352px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login-page input {
  border-radius: 8px;
  border: 1px solid #818a92;
  height: 44px;
  padding: 8px 8px 8px 34px;
  background-color: transparent;
  color: #fff !important;
}

.login-page .form-group {
  margin-bottom: 20px;
}

span.icon-container {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

span.icon-container svg,
.password-show-hide svg {
  color: #fff;
}

.password-show-hide {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn-gray {
  background: rgba(158, 158, 158, 0.18) !important;
}

.MuiTabs-indicator {
  background-color: transparent !important;
}

.css-i4bv87-MuiSvgIcon-root,
.css-vubbuv {
  color: #fff !important;
}

.ch-lab {
  color: #fff !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-gray img {
  margin-right: 15px;
}

.login-page-flex a {
  color: #1fbedf;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile-page .login-page {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: linear-gradient(180deg,
      rgba(56, 78, 163, 0.22) 0%,
      rgba(12, 180, 183, 0.22) 100%);
}

.profile-img {
  max-width: 115px;
  height: 115px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.profile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.profile-page .from-group label {
  color: #fff;
  font-family: Sk-Modernist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}

.profile-page .from-group input {
  border-radius: 8px;
  border: 1px solid #818a92;
  width: 100%;
  padding: 13px 12px;
  color: #fff;
  font-family: Sk-Modernist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile-page .from-group {
  margin-bottom: 20px;
}

.l-out a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.l-out img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.header-profile {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.otp-set .login-page input {
  padding: 0;
  border-radius: 9.818px;
  background: #4c5f71;
  width: 54px;
  height: 54px;
}

.otp-otp {
  justify-content: center;
  margin-bottom: 20px;
}

button.up-pic {
  border-radius: 58px;
  background: linear-gradient(97deg,
      rgba(43, 113, 176, 0.2) -4.32%,
      rgba(10, 201, 208, 0.2) 108.54%);
  border: none;
  width: 100%;
  padding: 13px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.file-up input[type="file"] {
  display: none;
}

.file-up img {
  position: absolute;
  left: 14%;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.file-up {
  max-width: 210px;
  margin: 0 auto;
}

.profile-name {
  padding: 0px 5px;
}

.arrow-img {
  width: 16px;
}

.plane-page .tab-col {
  border-radius: 36.671px;
  border: 1.105px solid rgba(56, 78, 163, 0.4);
  background: linear-gradient(180deg,
      rgba(44, 112, 175, 0.15) 0%,
      rgba(10, 202, 208, 0.15) 100%);
  padding: 30px 30px;
  height: 100%;
  min-height: 500px;

}

.plane-page .tab-col h3 {
  background: linear-gradient(94deg, #3458a7 0.67%, #06d2d4 95.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 35px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.plane-page .tab-col .sub-text {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 5px;
  text-align: center;
  word-break: break-word;
}

.plane-page .tab-col .sub-text sup {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: 0;
  margin-right: 3px;
}

.tab-col ul {
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.m-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.tab-col ul li {
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid #ffffff0f;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: rgb(255 255 255 / 70%);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tab-col ul li span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -5px;
}

.tab-col ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}

.plane-page h1.text-center {
  color: #fff;
  font-size: 100px !important;
  font-style: normal;
  line-height: normal;
  margin-bottom: 20px;
}

.plane-page h1 span {
  background: linear-gradient(92deg, #2f69ae 53.27%, #0bc7d1 99.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Sk-Modernist;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.plane-page>p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 579px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.plane-page .MuiTabs-flexContainer {
  justify-content: center;
  border: none !important;
  box-shadow: none !important;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 70px;
  background: #2b4252;
  padding: 5px;
}

.tab-main .Mui-selected {
  color: #1976d2;
  border-radius: 67.742px;
  background: linear-gradient(97deg, #335ca9 -5.71%, #06d2d5 102.32%);
  color: #fff !important;
}

.MuiTab-textColorPrimary.tab-name {
  width: 50%;
  color: #fff;
  color: #fff;
  text-align: center;
  font-family: Sk-Modernist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tab-main .css-1aquho2-MuiTabs-indicator,
.MuiTabs-indicator {
  background-color: transparent;
}

.tab-main {
  border: none !important;
}

.featureRight ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.featureRight ul li {
  border-radius: 20px;
  border: 0.877px solid rgba(56, 78, 163, 0.4);
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 30px;
  padding: 15px 50px;
  max-width: 630px;
}

.featureRight ul li:last-child {
  margin-left: 50px;
}

.peopleSec .container {
  position: relative;
}

.featureRight .testimonial-owl {
  position: static;
}

.check-holder label {
  color: #fff;
  margin-left: 7px;
}

span.error-msg {
  color: #df1414;
  font-size: 14px;
  margin-top: 4px;
  display: block;
}

input:placeholder-shown {
  background-color: transparent !important;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  color: #fff !important;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

/* chat */
.chatleft-bar {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: linear-gradient(180deg,
      rgba(56, 78, 163, 0.22) 0%,
      rgba(12, 180, 183, 0.22) 100%);
  padding: 20px 0px;
  padding-right: 5px;
}

.chat-logo {
  padding: 0px 15px;
  margin-bottom: 12px;
}

.chat-logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.chat-logo p {
  color: #fff;
  font-weight: 400;
}

.chat-search {
  padding: 0px 15px;
  position: relative;
  margin-bottom: 15px;
}

.chat-search .search-icon {
  border: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  padding: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 2%;
}

.chat-search .search-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-search .chat-add {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
}

.chat-search input.form-control {
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.21) !important;
  height: 38px;
  padding-right: 40px;
  padding-left: 35px;
  border: none;
}

.chat-sec {
  padding: 18px 0px;
}

.chat-list li .chat-user-img {
  width: 37px;
  height: 37px;
}

.chat-list li .chat-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-list li .chat-user-name .chat-date-f h4 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  width: 132px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.chat-date {
  color: #10bbcc;
  font-family: Sk-Modernist;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.chat-list-wrap .dot-click {
  width: 30px;
}

.chat-user-name {
  width: calc(100% - 37px);
  padding-right: 20px;
  padding-left: 10px;
}

.chat-user-name p {
  color: #fff;
  font-family: Sk-Modernist;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.chat-list li .hist-list-item {
  cursor: pointer;
  position: relative;
}

.hit-map {
  padding: 13px 15px;
  display: flex;
  align-items: center;
  width: 100%;
}

.hit-map.add-rename-box {
  width: auto;
}

.chat-list-wrap .dot-click {
  width: 30px;
  position: relative;
  right: 0;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  z-index: 999;
}

.chat-list li .hist-list-item:hover {
  background: linear-gradient(91deg, #203b4a 2.71%, #212e3a 99.81%);
}

.user-chat-single-list img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.chat-box {
  border-radius: 9px 9px 0px 9px;
  background: #335c7b;
  padding: 15px 15px;
  color: rgb(255 255 255 / 80%);
  font-family: Sk-Modernist;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 360px;
}

.user-chat-single-list {
  justify-content: end;
}

.chat-main .user-chat-single-list-wrap.client-box .user-chat-single-list .chat-box {
  margin-left: 15px;
  margin-right: 10px;
}

.chat-main .user-chat-single-list-wrap.client-box .user-chat-single-list {
  justify-content: end;
}

.chat-main .user-chat-single-list-wrap:nth-child(even) .user-chat-single-list .chat-box {
  margin-left: 15px;
  margin-right: 0px;
  border-radius: 9px 9px 9px 0px;
  background: linear-gradient(97deg, #3956a9 0%, #0ec4d0 198.23%);
}

.user-chat-single-list {
  margin-bottom: 20px;
}

.chatRight-bar {
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: linear-gradient(180deg,
      rgba(56, 78, 163, 0.22) 0%,
      rgba(12, 180, 183, 0.22) 100%);
  height: 100%;
}

.user-chat-single-list-wrap.bot-box .user-chat-single-list {
  justify-content: start;
}

.loading {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #155d93
    /*#5197d6*/
  ;
  border-radius: 50%;
  /*box-shadow: 0 0 2px black;*/
  animation: loading 4s infinite;
}

.loading:nth-child(1) {
  animation-delay: 0.6s;
  width: 8px;
  height: 8px;
  left: -15px;
  background: #248dbd;
}

.loading:nth-child(2) {
  animation-delay: 0.8s;
  width: 8px;
  height: 8px;
  background: #248dbd;
}

.loading:nth-child(3) {
  animation-delay: 1s;
  width: 8px;
  height: 8px;
  right: -35px;
  background: #248dbd;
}

.loading {
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@keyframes loading {
  0% {
    transform: translateY(0px);
  }

  20% {
    transform: translateY(0px);
  }

  30% {
    transform: translateY(-8px);
  }

  40% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-2px);
  }

  60% {
    transform: translateY(2px);
  }

  80% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

#darkblue {
  margin: 0px 30px;
}

.typing-chat .chat-typing textarea.form-control, .typing-chat .chat-typing input.form-control {
  border-radius: 10.975px;
  background: rgba(255, 255, 255, 0.21) !important;
  border: none;
  display: flex;
  padding: 16px 22px;
  height: auto;
  color: #fff;
}

button.chat-send {
  border: none;
  background-color: transparent;
  width: 43px;
  height: 63px;
  padding: 0;
  margin-left: 5px;
}

button.chat-send img {
  height: 43px;
  min-width: 43px;
}

.typing-chat {
  margin-top: 50px;
}

.chat-typing .form-control::-moz-placeholder {
  color: rgb(255 255 255 / 60%) !important;
  opacity: 1;
}

.chat-typing .form-control::-ms-input-placeholder {
  color: rgb(255 255 255 / 60%) !important;
  opacity: 1;
}

.chat-typing .form-control::-webkit-input-placeholder {
  color: rgb(255 255 255 / 60%) !important;
  opacity: 1;
}

.chat-typing .form-control:focus {
  background-color: transparent !important;
}

.form-control:focus {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  /* Surcharge la font color d'autofill */
  -webkit-background-clip: text;
  /* Supprime le background autofill, utile pour le border radius */
  border: 1px solid #0ac9d0;
  box-shadow: none !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
}

input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}

.dot-click button {
  border: none;
  background-color: transparent;
}

.dot-click .MuiBox-root.css-fi1bin {
  border-radius: 8px;
  border: 0.877px solid rgba(56, 78, 163, 0.4);
  background: #223442;
  width: 120px;
  padding: 15px 15px;
}

.dot-click .css-fi1bin {
  left: inherit !important;
}

.dot-click .MuiBox-root.css-fi1bin li {
  padding: 0px;
  margin-bottom: 17px;
}

.dot-click .MuiBox-root.css-fi1bin ul li:last-child {
  margin-bottom: 0px;
}

.dot-click .MuiBox-root.css-fi1bin li p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding-left: 4px;
}

.check-holder {
  margin-bottom: 25px;
}

.error-msg {
  margin-bottom: 10px;
}

.chat-main {
  height: 600px;
  overflow-y: scroll;
  padding-right: 6px;
}

.chat-list {
  height: 650px;
  overflow-y: scroll;
  padding-right: 6px;
  margin-top: 30px;
}

.chat-main::-webkit-scrollbar-track, .chat-list::-webkit-scrollbar-track {
  background-color: #ffffff36;
}

.chat-main::-webkit-scrollbar, .chat-list::-webkit-scrollbar {
  width: 2px;
  background-color: #ffffff36;
}

.chat-main::-webkit-scrollbar-thumb, .chat-list::-webkit-scrollbar-thumb {
  background-color: #011829;
}

.mobile-slider .swiper {
  max-width: 300px;
  margin: 0 auto;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.plane-page.mobile-slider .tab-col {
  background: linear-gradient(180deg, #1d515f 0%, #224156 100%);
  width: 100%;
}

.swiper-3d .swiper-slide-shadow {
  background: transparent !important;
}

.plane-page.mobile-slider .swiper-slide.swiper-slide-prev .tab-col {
  border-radius: 32.135px;
  border: 0.968px solid rgba(56, 78, 163, 0.4);
  background: linear-gradient(180deg,
      rgba(44, 112, 175, 0.15) 0%,
      rgba(10, 202, 208, 0.15) 100%);
}

.plane-page.mobile-slider .swiper-slide.swiper-slide-next .tab-col {
  border-radius: 32.135px;
  border: 0.968px solid #384ea3;
  background: linear-gradient(180deg, rgba(44, 112, 175, 0.4) 0%, #0acad0 100%);
}

.plane-page.mobile-slider .tab-col, 
.plane-page.mobile-slider .swiper-slide .button-pay-wrap {
  pointer-events: auto;
}

.plane-page.mobile-slider,
.for-m {
  display: none;
}

.features-list ul li:last-child {
  margin-bottom: 0px;
}

.heading1 {
  display: none;
}

.heading2 {
  display: block;
}

.heading1 h2 {
  text-align: center;
}

.m-login {
  display: none !important;
}

.closebtn {
  display: none;
}

.mobile-footer {
  display: none;
}

.chat-user-name input {
  background-color: transparent !important;
  color: #fff;
  padding: 0;
  height: auto;
  border: none;
}

.chat-user-name button.chat-send {
  width: 45px;
  height: 45px;
}

.button-pay-wrap {
  position: relative;
}

.button-pay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 14%;
  opacity: 0;
}

.MuiTouchRipple-root:focus-visible {
  border: none;
  box-shadow: none;
}

.MuiTouchRipple-root {
  width: 0px;
}

body {
  overflow-x: hidden;
  overflow-y: inherit !important;
}

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

.acc-flex p {
  max-width: 100% !important;
  margin-left: inherit;
  margin-right: auto;
  width: auto;
}

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

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

.desk-tab .tab-col {
  transform: scale(0.96);
  transition: 0.3s;
}

.desk-tab .row .col-lg-3.col-md-6:hover .tab-col {
  transform: scale(1);
  transition: 0.3s;
  box-shadow: 0px 8px 15px -3px #0ebfcca6;
}

.ftr-social li a {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.ftr-social li a img {
  width: 100%;
  height: 100%;
}

.three-dots-wrap {
  margin-left: 10px;
}

.go-home-page {
  text-align: right;
  margin: 20px 0px;
  display: none;
}

.go-home-page .btn {
  padding: 7px 24px !important;
  font-size: 13px;
}

.container .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation1.MuiCard-root.homeBg.css-xsul48-MuiPaper-root-MuiCard-root {
  height: calc(92% - 60px);
}

.mic-button, .toggle-speech {
  height: 43px;
  min-width: 43px;
}

.container:has(.gorazd-left) {
  position: relative;
}

.gorazd-left {
  position: absolute;
  top: 50%;
  left: -50px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: linear-gradient(to right, rgba(40, 124, 180, 1), rgba(10, 200, 208, 1));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gorazd-right {
  position: absolute;
  top: 50%;
  right: -50px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: linear-gradient(to right, rgba(40, 124, 180, 1), rgba(10, 200, 208, 1));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}




/*Media Query css*/

@media only screen and (min-width: 1366px) {
  .container:has(.gorazd-left){
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1600px) {
  h1 {
    font-size: 90px !important;
    font-weight: 700 !important;
  }

  h2 {
    font-size: 80px !important;
    font-weight: 700 !important;
  }

  h3 {
    font-size: 60px !important;
    font-weight: 700 !important;
  }

  .plane-page h1.text-center {
    font-size: 80px !important;
  }

  .plane-page .tab-col h3 {
    font-size: 28px !important;
  }

  .plane-page .tab-col {
    padding: 22px;
  }

  .login-page .form-group {
    margin-bottom: 12px;
  }

  .plane-page .tab-col .sub-text sup {
    font-size: 20px;
  }

  .featureTitle {
    margin-left: -90px;
  }

  .plane-page {
    padding: 30px 0px;
  }
}

@media only screen and (max-width:1270px){
  .container{
    max-width: 1000px!important;
  }
}

@media only screen and (max-width:1150px){
  .container{
    max-width: 800px!important;
  }
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 80px !important;
    font-weight: 700 !important;
  }

  h2 {
    font-size: 70px !important;
    font-weight: 700 !important;
  }

  h3 {
    font-size: 50px !important;
    font-weight: 700 !important;
  }

  .sec-gapBottom {
    padding-bottom: 60px;
  }

  .sec-gapTop {
    padding-top: 60px;
  }

  .featureTitle {
    margin-left: -74px;
  }

  .tab-main-wrap .col-lg-3.col-md-6 {
    width: 50%;
    margin-bottom: 15px;
  }

  .plane-page h1.text-center {
    font-size: 70px !important;
  }
}

@media only screen and (max-width:1060px){
  .container{
    max-width: 720px!important;
  }
}

@media only screen and (max-width: 991px) {
  .sec-gapBottom {
    padding-bottom: 60px;
  }

  .sec-gapTop {
    padding-top: 60px;
  }

  .featureTitle {
    margin-left: 0;
  }

  .features-list ul {
    padding: 0px;
  }

  .for-m {
    display: block;
  }

  .for-d {
    display: none;
  }

  .featureRight ul li:last-child {
    margin: 0px;
  }

  .testimonial-owl .owl-nav {
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
  }

  .featureRight ul li {
    width: 100%;
    max-width: 100%;
  }

  .bannPic {
    position: relative;
    right: 0;
    top: inherit;
    transform: initial;
    max-width: 420px;
    margin-left: auto;
  }

  .slider-wrap .row {
    flex-direction: column-reverse;
  }

  .bannPic img {
    width: 100%;
  }

  .slider-wrap {
    height: auto;
  }

  .slider-wrap .container {
    max-width: 100%;
    padding: 0;
  }

  .bannContent {
    padding-top: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .heading1 {
    display: block;
  }

  .heading2 {
    display: none;
  }

  .login-page h1 {
    font-size: 35px !important;
  }

  
}

@media only screen and (max-width: 767px) {
  .click {
    display: block;
    cursor: pointer;
    font-size: 16px;
  }

  .main_menu a.closebtn {
    color: #000;
    display: block;
  }

  .plane-page.mobile-slider {
    display: block;
  }

  .tab-main-wrap .row {
    display: none;
  }

  .click {
    display: block;
    cursor: pointer;
  }

  .main_menu a.closebtn {
    color: #000;
    display: block;
  }

  .main_menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0 !important;
    background: url(../images/homeBg.jpg) no-repeat top left;
    background-size: cover;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999;
  }

  .main_menu a {
    display: block;
    transition: 0.3s;
    color: #fff;
  }

  .main_menu a:hover {
    color: #052d38;
  }

  .main_menu.mobile_open a:hover, .main_menu.mobile_open .current-menu-item {
    color: #ffffff !important;
  }

  .main_menu .closebtn {
    position: absolute;
    top: 25px;
    font-size: 36px;
    margin-left: 15px;
    border: none;
    background-color: transparent;
    left: 0;
    color: #1c9bbf;
  }

  .main_menu ul li {
    display: block;
    margin: 0 0px;
    width: 100%;
    text-align: center;
  }

  .slider-wrap .row {
    flex-direction: row-reverse;
  }

  .sec-gapBottom {
    padding-bottom: 40px;
  }

  .sec-gapTop {
    padding-top: 40px;
  }

  .featureSec {
    margin-top: 35px;
  }

  .featurePic {
    margin: 0px 20px;
  }

  .MuiTab-textColorPrimary.tab-name {
    font-size: 14px;
  }

  .m-login {
    display: block !important;
  }

  .d-log {
    display: none;
  }

  .closebtn {
    display: block;
  }

  .headerRow .mobile_close {
    width: 0% !important;
  }

  .main_menu ul {
    display: block;
  }

  .headerRow span.click {
    width: 30%;
  }

  .m-login a {
    background: linear-gradient(to right,
        rgba(43, 113, 176, 1),
        rgba(10, 201, 208, 1));
    color: #fff;
    font-size: 16px;
    padding: 10px 40px !important;
    display: inline-block !important;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
  }

  .profile-name, .headerRight img.arrow-img {
    display: none;
  }

  .headerRight button {
    margin: 0px !important;
  }

  .m-login .current-menu-item {
    color: #fff !important;
  }

  .homeBg {
    overflow: hidden;
  }

  .go-home-page {
    display: block;
  }

  .plane-page.mobile-slider .swiper-slide:nth-child(1) {
    height: 500px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 58px !important;
    font-weight: 700 !important;
  }

  h2 {
    font-size: 50px !important;
    font-weight: 700 !important;
  }

  .plane-page h1.text-center {
    font-size: 58px !important;
  }

  .features-list-icon {
    width: 40px;
    height: 40px;
    padding: 6px;
    background-size: contain;
  }

  .features-list-content h4 {
    font-size: 26px;
    margin-bottom: 3px;
  }

  .featureLeft h3 {
    text-align: center;
  }

  .bannContent {
    margin-top: -100px;
  }

  .privacy-box {
    padding: 30px 30px;
  }

  .plane-page h1.text-center {
    font-size: 48px !important;
  }

  .login-page-flex {
    padding-left: 15px;
    padding-right: 15px;
  }

  .login-page {
    padding: 30px 30px;
    width: 100%;
  }

  .headerRow .headerRight {
    width: 30%;
  }

  .headerRight ul li a {
    padding: 10px 17px;
  }
}

@media only screen and (max-width: 400px) {
  h1 {
    font-size: 40px !important;
    font-weight: 700 !important;
  }

  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
  }

  .plane-page h1.text-center {
    font-size: 40px !important;
  }
}

pre, pre code {
  white-space: pre-wrap !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

@media only screen and (max-width: 890px){
  .gorazd-left{
    left: 10px;
    z-index: 10;
  }

  .gorazd-right{
    z-index: 10;
    right: 10px;
  }
}

@media only screen and (max-width:575px){
  .articalTitle{
    margin-bottom: 60px;
  }

  

  .container .MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation1.MuiCard-root.homeBg.css-xsul48-MuiPaper-root-MuiCard-root{
    height: 85%;
  }
}

/*Media Query css*/

.new-badge {
  position: absolute;
  bottom: -12px; /* Adjust to position it correctly below the text */
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF4136; /* A bright, common color for 'new' badges */
  color: white;
  padding: 1px 5px;
  font-size: 9px; /* Small font size */
  font-weight: bold;
  border-radius: 4px;
  line-height: 1;
  text-transform: uppercase;
  z-index: 1; /* Ensure it's above other elements if needed */
}

/* Optional: A little triangle/pointer for the badge */
.new-badge::before {
  content: '';
  position: absolute;
  top: -3px; /* Position of the triangle */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #FF4136; /* Same color as badge background */
}

/* Adjust for when the nav item is active/hovered, if needed */
.main_menu ul li .current-menu-item .new-badge,
.main_menu ul li a:hover .new-badge {
  /* You might want to adjust colors or position slightly on hover/active */
  /* For example, if the text color changes, the badge might need contrast */
}