.epilogue {
  font-family: 'Epilogue';
}

.poppins {
  font-family: 'Poppins';
}

/* ---------------Variables for Animation--------- */

:root {
  --transition-default: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  --ease-default: cubic-bezier(0, 0, 0.58, 1);
  --ease-out-long: cubic-bezier(0, .5, 0, 1);
  --ease-out-medium: cubic-bezier(0, .57, .55, 1);
  --ease-out-short: cubic-bezier(.15, .7, .78, 1);
  --ease-elastic-1: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  --ease-elastic-2: cubic-bezier(0.68, -3, 0.27, 5);
}

/*---------------Reset Css---------------*/

html,
body {
  font-family: "Poppins";
  font-display: auto;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  /* overflow-x: hidden; */
  color: rgba(21, 20, 57, 0.4);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5em;
  font-weight: normal;
}


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

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.71);
}

/* a:hover {
  color: #000 !important;
} */

p {
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

.w-fit {
  width: fit-content;
}

.audio-control-playing {
  background-color: #000000 !important;
}

.audio-control-paused {
  background-color: #777777;
}

.cursor-pointer {
  cursor: "pointer" !important
}

.justify-self-end {
  justify-content: end;
}

.capitalize {
  text-transform: capitalize;
}

.text-black {
  color: #000;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-999-desktop {
  z-index: 999 !important;
}

.btn {
  padding: 8px 30px;
  border-radius: 100px;
  font-size: 16px;
  box-shadow: none !important;
  font-weight: 500;
  border: 0;
  position: relative;
  text-decoration: none !important;
}

.btn-white-outline {
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 10px 8px 8px 8px;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  background: none;
  text-decoration: none !important;
  margin-left: 5px;
  margin-right: 5px;
}

.btn-white-outline:hover {
  background-color: #fff;
  color: #000;
}

.btn-white-rounded {
  border-radius: 100px;
  border: 1px solid #111;
  padding: 17px 40px 15px 40px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  background: var(--black, #fff);
  text-decoration: none !important;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  line-height: normal;
  vertical-align: middle;
}

.btn-white-rounded:not(:disabled):hover {
  background: #000;
  color: #fff;
  border: 1px #fff solid;
}

.btn-transparent-rounded {
  border-radius: 100px;
  border: 1px solid #111;
  padding: 6px 8px 4px 8px;
  color: #000;
  font-size: 1rem;
  display: inline-block;
  background: transparent;
  text-decoration: none !important;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.btn-transparent-rounded:hover {
  background: #000;
  color: #fff;
  border: 1px #fff solid;
}

.btn-black {
  border-radius: 100px;
  border: 0.81px solid var(--black, #111);
  background: var(--black, #111);
  color: white;
  text-decoration: none !important;
  margin-left: 5px;
  margin-right: 5px;
  padding: 17px 40px 15px 40px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  line-height: normal;
  vertical-align: middle;
}

.btn-black a {
  color: white;
}

.btn-black:hover a {
  color: black;
}

.btn-black:hover {
  background: #fff;
  color: #000;
}

.btn-black-label {
  leading-trim: both;
  text-edge: cap;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16.198px;
  /* 89.988% */
  letter-spacing: 0.5px;
  word-wrap: break-word;
}



.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.4;
}

.btn.btn-green {
  background: #33cd9f;
  color: #fff;
}

.btn.btn-green:hover {
  background: #0b6b4e;
  color: #fff;
}

.btn.btn-green:hover::after {
  opacity: 1;
}


.btn.btn-white:hover {
  color: #108864;
}


.btn-outline-grey {
  color: rgba(21, 20, 57, 0.4);
  /* Subtitle */
  border: 0.866051px solid rgba(21, 20, 57, 0.4);
  box-sizing: border-box;
}

.btn.btn-lg {
  font-size: 20px;
  padding: 15px 40px;
}

.btn.btn-md {
  font-size: 18px;
  padding: 11px 40px;
}

.btn.btn-sm {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn.btn-green.text-shadow {
  text-shadow: 0.866051px 0.866051px 0.866051px rgba(23, 168, 125, 0.79);
}

.read-more-btn {
  color: #33cd9f;
  text-decoration: none;
}

.read-more-btn:hover {
  color: #108864;
  text-decoration: none;
}

.read-more-btn .icon {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.btn.btn-width-320 {
  min-width: 320px;
}

.btn-width-240 {
  min-width: 240px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}

.title {
  font-family: "Poppins";
  margin: 0 0 15px 0;
}

h1,
.h1 {
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.2em;
  color: #202c46;
}

h2,
.h2 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2em;
  color: #202c46;
}

h3,
.h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2em;
  color: #202c46;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  color: #202c46;
}

h5,
.h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  color: #202c46;
}

h6,
.h6 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.2em;
}

#trustpilot {
  color: #010101;

  /* H2 */
  font-family: Epilogue;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 96px */
  letter-spacing: -3px;
  text-transform: uppercase;
}

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

/* .main-body {
  overflow: hidden;
} */

.default-section {
  padding: 100px 0;
}

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

/*Font Size Start*/
.font-16 {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.font-18 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5em;
}

.font-22 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.5em;
}

.font-20 {
  font-size: 20px;
  line-height: 1.4em;
}

.font-26 {
  font-size: 26px;
  line-height: 1.3em;
}

.font-36 {
  font-size: 36px;
  line-height: 1.3em;
}

/*Font Size End*/

/*Background Color Start*/
.bg-light-grey {
  background-color: rgba(248, 248, 248, 0.70);
}

.bg-light-green {
  background-color: #ddf4ec !important;
}

/*Background Color End*/

/*Text Color Start*/
.text-dark-blue {
  color: #202c46 !important;
}

.text-white {
  color: #fff !important;
}

.text-grey {
  color: #3a3a3a !important;
}

/*Text Color End*/

/*Select Dropdown Start*/

.custom-select-dropdown select.form-select {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  mix-blend-mode: normal;
  border: 0;
  height: 40px;
  padding: 5px 18px;
  padding-right: 39px;
  background-position: right 0.95rem center;
}

/*Select Dropdown End*/

.no-ul {
  text-decoration: none !important;
}

/* Third party code override Starts */
.poptin-credit {
  display: none !important;
}

/* Third party code override Ends */
/*---------------Reset Css End*--------------------/
  
  
  /*Header Css Start*/
.header-banner-section .loading-spin {
  position: absolute;
  margin: 10px;
  top: 2px;
  right: 4px;
  box-shadow: none;
  color: #33cd9f;
  font-size: 11px;
  text-align: center;
}

.logo-white {
  display: none;
}

.main-header {
  position: fixed;
  /* position: sticky; */
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f1f3f4;
}



.main-header.open {
  height: 100vh;
  background-image: url("https://gleac-assets.s3.us-east-2.amazonaws.com/Images/mob-menu-bg.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center bottom;
  border: 0;
}

.main-header.open .logo-white {
  display: inline-block;
}

.main-header.open .logo-colored {
  display: none;
}

.main-header.open .navbar-toggler span {
  background-color: #fff;
}

#navbar {
  position: sticky;
  top: 0;
}

.main-header .navbar {
  padding: 20px 0;
}

.main-header .navbar-nav .nav-link,
a.nav-link:hover {
  font-size: 16px;
  padding: 0 15px;
  line-height: 36px;
  color: #3a3a3a !important;
  border: 2px solid rgba(235, 234, 237, 0);
}

.nav-link-white,
a.nav-link-white:hover {
  font-size: 16px;
  line-height: 36px;
  color: #fff !important;

}


#navbarSupportedContent {
  margin-left: 10%;
}

.main-header .navbar-nav .nav-link.active {
  border: 2px solid rgba(235, 234, 237, 1);
  border-radius: 100px;
}

.main-header .navbar-nav .nav-item.whatsapp-icon a {
  padding-right: 0;
  font-size: 30px;
  color: #33cd9f;
}

.main-header .navbar-nav .nav-item.whatsapp-icon .icon-whatapp {
  position: relative;
  top: 4px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #005fff;
}

.main-header .navbar-nav .nav-link.btn-schedule-demo {
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.main-header .navbar-nav .nav-link.show {
  border: 2px solid rgba(235, 234, 237, 1);
  border-radius: 100px;
  color: #3a3a3a;
}

.main-header .dropdown-toggle::after {
  border: solid #a8a8a8;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: 2px;
  margin-left: 15px;
}


.main-header .dropdown-menu {
  background-color: #252525;
  /* border: 2px solid #ebeaed; */
  box-sizing: border-box;
  padding: 8px !important;

  min-width: 311px;
  /* color: #3a3a3a; */
  margin-top: 30px;
}


.main-header .dropdown-item {
  line-height: 37px;
  font-size: 16px;
}

.main-header .dropdown-item:hover {
  background-color: #f2f8ff;
}

/* sun-menu classes */
.main-header ul ul li .dropdown-toggle::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* margin-top: 10px; */
  float: right;
}

.dropdown-menu li {
  position: relative;
  padding: 10px 14px;
}


.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}

#dropdown.nav-item:hover {
  background-color: rgba(57, 57, 57, 1);
}

/* for the search bar in nav  */
.search-bar-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 20px;
  -webkit-transition: width 0.4s ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  transition: width 0.5s var(--ease-out-medium);
  /* Adjust the duration and easing function as needed */
}

.search-input {
  width: 60%;
  padding: 8px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  /* Use a bottom border for the underline effect */
  outline: none;
  transition: border-color 0.3s ease;
  /* Add a transition effect for the border color */
}

.search-bar-container.active {
  width: 20vw;
  border-color: #000;
}

.search-input-container {
  display: flex;
  align-items: center;
}



.results-count {
  margin-left: 8px;
  /* Adjust as needed */
}

.arrow-icons button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  /* Remove focus outline if needed */
}



.search-icon {
  cursor: pointer;
}

/* sun-menu classes end */
/*Header Css End*/

/*Header Banner Section Start*/
.header-banner-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 40px 0;
  color: #3a3a3a;
}

.header-banner-section .content-div {
  font-size: 22px;
  line-height: 1.5em;
}

.header-banner-section .human-div {
  max-width: 520px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 5;
}

.human-div .colored-img {
  position: absolute;
  mix-blend-mode: color-burn;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.human-div .colored-img.active {
  opacity: 1;
}

.header-banner-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.header-banner-section.home .overlay {
  background-position: center 140%;
}

.header-banner-section .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
}

.header-banner-section .scroll-down a {
  text-decoration: none;
  font-size: 24px;
  color: #7d7d7d;
}

.header-banner-section .scroll-down p {
  margin: 0;
}

.header-banner-section .scroll-down .icon-down-arrow {
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: 4px;
  font-weight: bold;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}

.header-banner-section.home .outer-div {
  position: relative;
  z-index: 2;
}

.static-dots {
  margin-bottom: 250px;
}

.legend-hint {
  max-width: 510px;
}

.legend-hint ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.legend-hint ul li {
  padding-right: 20px;
}

.legend-hint ul li img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 5;
  width: 100%;
}

.legend-hint ul li.show img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.legend-hint li span {
  display: block;
  position: relative;
  /* max-width: 32px; */
}

.legend-hint li span .text {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  z-index: -1;
}

/* .legend-hint li span:hover .text {
	opacity: 1;
	z-index: 5;
  } */
.legend-hint li span .text span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  padding: 0 15px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #000000;
  height: 100%;
  /* line-height: 29px; changed this line  */
  line-height: normal;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-size: 14px;
}

/*******************************/
.ask-popup-div {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 60px 0;
}

.ask-popup-div .inner-div {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  color: #202c46;
}

.ask-popup-div .btn-div {
  font-size: 0;
}

.ask-popup-div .btn {
  min-width: 130px;
  font-size: 16px;
  margin: 0 5px;
}

/*Header Banner Section End*/

/*job role search item Start*/

.job-role-search-item {
  padding: 30px 15px 30px 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  font-size: 14px;
  color: rgba(21, 20, 57, 0.4);
  height: 400px;
}

.card-content {
  overflow-y: auto;
  height: 298px;
}


.job-role-results .swiper-pagination {
  text-align: left;
  padding-left: 12px;
  margin-top: 25px;
  /* position: static; */
}

.job-role-results .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #202c46;
  border-radius: 24px;
  border: 2px solid rgba(21, 20, 57, 0);
  vertical-align: middle;
  opacity: 1;
}

.job-role-results .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  border: 3px solid #202c46;
  width: 14px;
  height: 14px;
}

/*job role search item End*/

/*Home Brands Section Start*/
.biggest-brands-section {
  background-color: #005fff;
  color: #fff;
}

.brand-logo-outer-div .brand-logo {
  margin-bottom: 20px;
}

.brand-logo-outer-div .brand-logo img {
  width: 300px;
  height: auto;
}

/*Home Brands Section End*/

/*Background Section Start*/
.bg-section {
  background-color: #33cd9f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.bg-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-section.bg-green-gradient {
  background: linear-gradient(180deg, #ddf4ec 0%, rgba(255, 255, 255, 0) 100%);
}

/*Background Section End*/

/*Footer Start*/
.main-footer {
  background-color: #000;
  color: #fff;
}

.main-footer .f-section-1 {
  position: relative;
  overflow: hidden;
}

.main-footer .f-link {
  color: #B2B2B2;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.main-footer .f-link a:hover {
  color: white !important;
}

@keyframes jiggle {

  0%,
  100% {
    transform: rotate(-1deg);
  }

  50% {
    transform: rotate(1deg);
  }
}

.jiggle:hover {
  animation: jiggle 0.5s infinite;
}


.main-footer .f-text {
  color: #FFF;
  font-size: 11.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.75px;
  /* 166.667% */
  letter-spacing: 0.844px;
  text-decoration: none;
}

.main-footer .f-text a:hover,
a:visited,
a:link,
a:active {
  color: none !important;
  text-decoration: none;
}

.main-footer .f-section-1:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 15px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

.main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer .quick-link ul li a {
  color: #d9dbe1;
  text-decoration: none;
  padding: 7px 0;
  display: block;
}

.main-footer .quick-link ul li:hover a {
  color: #fff;
}

.main-footer h5 {
  font-weight: normal;
  margin-bottom: 30px;
}

.footer-right-block {
  margin-left: -15px;
}

/*********************/
.company-info {
  font-size: 14px;
}

.company-info p {
  margin-bottom: 0.6em;
}

.company-info p span.icon {
  display: inline-block;
  width: 20px;
  vertical-align: top;
  margin-right: 8px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.company-info p .text {
  padding-top: 0;
  display: inline-block;
}

.company-info a {
  color: #f5f7fe;
  text-decoration: none;
}

.company-info a:hover {
  color: #fff;
}

/*********************/
.subscribe-email {
  position: relative;
  max-width: 310px;
}

.subscribe-email .form-control {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 40px;
  border: 0;
  color: #fff;
  padding-left: 25px;
  padding-right: 50px;
  font-size: 14px;
}

.subscribe-email .btn {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  text-align: center;
  width: 50px;
  height: 100%;
  padding-top: 3px;
}

.subscribe-email .btn .icon {
  top: 2px;
  position: relative;
}

.subscribe-email .form-control:focus-visible {
  background-color: rgba(255, 255, 255, 0.4);
}

.subscribe-email .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.subscribe-email .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.subscribe-email .form-control::placeholder {
  color: #fff;
}

/*********************/
.footer-bottom {
  background-color: #000;
  font-size: 14px;
  font-weight: 300;
}

.footer-bottom ul li {
  display: inline-block;
}

.footer-bottom ul li a {
  color: #d9dbe1;
  text-decoration: none;
  padding: 0 15px;
  line-height: 1.5em;
}

.footer-bottom ul li:hover a {
  color: #fff;
}

.social-icon-div {
  font-size: 0;
}

.social-icon-div a {
  width: 30px;
  height: 30px;
  padding: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 80px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0 8px;
}

.social-icon-div a i {
  margin-top: 6px;
}

.social-icon-div a:hover {
  background-color: #fff;
  color: #0050d7;
}

footer .desktop-view {
  display: none !important;
}

/*Footer End*/

/*Green Store Icon Start*/
.green-store-icon {
  max-width: 420px;
}

.green-store-icon .btn {
  padding: 13px;
}

.green-store-icon a img {
  width: 80%;
}

/*Green Store Icon Start*/

/*Mentors Page Start*/


.teamSwiper {
  padding: 0 20px;
  padding-top: 80px;
}

.teamSwiper .swiper-slide.swiper-slide-next {
  margin-top: -30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.swiper-container.swiper-container-horizontal>.swiper-scrollbar {
  /* max-width: 500px; 
	position: relative;
	left: auto; */
  bottom: 10px;
  margin: 0 auto;
  /* margin-top: 25px; */
  background-color: transparent;
  height: 14px;
}

#swiperAboutUs.swiper-container.swiper-container-horizontal>.swiper-scrollbar {
  bottom: -10px !important;
}

.swiper-container {
  padding: 15px 0 !important;
}

.swiper-container-horizontal>.swiper-scrollbar::after {
  content: "";
  background: radial-gradient(50% 50% at 50% 50%,
      #33cd9f 51.04%,
      rgba(51, 205, 159, 0) 97.4%);
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  display: block;
  width: 100%;
  z-index: 1;
}

.swiper-container-horizontal .swiper-scrollbar-drag {
  background-image: url("https://gleac-assets.s3.us-east-2.amazonaws.com/Images/mentors/scroll-bar.svg");
  background-repeat: no-repeat;
  height: 14px;
  /* width: 100px !important; */
  background-position: center;
  background-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 2;
}

/*******************************/
.team-box-block {
  position: relative;
  font-size: 12px;
  line-height: 1.4em;
  max-width: 265px;
}

.team-box-block .inner-main {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  z-index: 2;
}

.team-box-block .inner-main img {
  width: 100%;
  height: auto;
}

.team-box-block .light-g-bg {
  position: relative;
  z-index: 1;
}

.team-box-block .team-shadow-bg {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.team-box-block .team-shadow-bg div {
  margin: -36px;
}

.team-box-block .dark-g-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.team-box-block:hover .dark-g-bg {
  opacity: 1;
}

.team-box-block .back-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(0px, 30%);
  -moz-transform: translate(0px, 30%);
  -o-transform: translate(0px, 30%);
  -ms-transform: translate(0px, 30%);
  transform: translate(0px, 30%);
  z-index: 5;
  text-align: left;
}

.team-box-block:hover .back-content {
  opacity: 1;
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.team-box-block.view-all-teams:hover .back-content {
  opacity: 0;
}

.team-box-block .back-content .inner-div {
  padding: 30px;
  z-index: 4;
  position: relative;
}

.team-box-block .front-content h6 {
  color: #000;
}

.team-box-block .front-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.team-box-block:hover .front-content {
  -webkit-transform: translate(0px, -100%);
  -moz-transform: translate(0px, -100%);
  -o-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.team-box-block.view-all-teams:hover .front-content {
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.team-box-block .front-content .white-bg {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-box-block .front-content .inner-div {
  position: relative;
  z-index: 5;
  padding: 30px;
}

.team-box-block .front-content .team-photo:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: none;
  left: 0;
  top: 0;
}

.team-box-block .front-content .team-photo {
  max-width: 150px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
  position: relative;
}

.team-box-block .front-content .team-photo .team-spot:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  left: 0;
  bottom: 0px;
  border: 1px solid #fff;
}

.team-box-block .front-content .team-photo .team-spot {
  margin: 0px;
  position: relative;
  z-index: 5;
}

/* new loading css start */
.team-box-block.is-loading .social-icon,
.team-box-block.is-loading .front-content p,
.team-box-block.is-loading h6,
.team-box-block.is-loading .back-content .description,
.team-box-block.is-loading .front-content .team-photo:before {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.team-box-block.is-loading .front-content .team-photo:before {
  display: block;
}

.team-box-block.is-loading h6 {
  min-height: 22px;
}

.team-box-block.is-loading .front-content p {
  min-height: 18px;
}

.team-box-block.is-loading .back-content .description {
  min-height: 150px;
}

.team-box-block.is-loading .social-icon {
  min-width: 20px;
  text-align: right;
  min-height: 20px;
}

.team-box-block.is-loading .social-icon a {
  display: none;
}

/* new loading css ends */
.team-box-block .social-icon {
  position: absolute;
  left: 30px;
  right: auto;
  bottom: 35px;
  z-index: 10;
  font-size: 18px;
  opacity: 0;
}

.team-box-block .social-icon a {
  color: #19191d;
  opacity: 0.3;
  text-decoration: none;
}

.team-box-block:hover .social-icon {
  opacity: 1;
}

.team-box-block:hover .social-icon a {
  color: #fff;
  opacity: 1;
}

.team-box-block .bottom-right-div {
  position: absolute;
  right: 18px;
  bottom: 35px;
  z-index: 10;
  font-size: 18px;
}

.team-box-block .bottom-right-div a {
  color: #23b98c;
  opacity: 1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.team-box-block .bottom-right-div a .added {
  color: rgb(33, 150, 243);
  opacity: 1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.team-box-block:hover .bottom-right-div a {
  color: #fff !important;
  opacity: 1;
}

.team-box-block:hover .bottom-right-div a span {
  color: #fff !important;
  opacity: 1;
}

.team-box-block .bottom-right-div a svg {
  display: inline-block;
  vertical-align: middle;
}

.team-box-block:hover .bottom-right-div a svg path {
  fill: #fff;
}

.team-box-block .book-btn svg {
  width: 21px;
  height: 21px;
  margin-right: 3px;
  margin-top: -2.5px;
}

.team-box-block .btn-view-all {
  position: relative;
  height: 100%;
  width: 100%;
}

.team-box-block.view-all-teams .inner-div {
  height: 100%;
}

.team-box-block .btn-view-all a svg {
  margin-bottom: 5px;
}

.team-box-block .btn-view-all a {
  color: #23b98c;
  text-decoration: none;
  font-size: 14px;
  background: #f4f5f7;
  width: 150px;
  height: 150px;
  padding-top: 40px;
  border-radius: 100%;
  margin-top: -25px;
  display: block;
  -webkit-mask-image: url(https://gleac-assets.s3.us-east-2.amazonaws.com/Images/mentor-details/mask-img-2.svg);
  mask-image: url(https://gleac-assets.s3.us-east-2.amazonaws.com/Images/mentor-details/mask-img-2.svg);
  -webkit-mask-size: contain;
}


/**************************/
.tab-block-design .nav-tabs {
  border: 0;
}

.nav-tabs-outer {
  overflow: auto;
  padding-bottom: 20px;
}

.tab-block-design .nav-tabs button {
  border: none;
  background-color: transparent;
  color: #000;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 30px;
  white-space: nowrap;
  text-transform: capitalize;
  font-family: 'Epilogue';
  border-radius: 45px;
  margin-right: 16px;
}

.tab-block-design .nav-tabs button::after {
  content: "";
  width: 100%;
  border: 1px solid #000;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab-block-design .nav-tabs .nav-link.active::after {
  opacity: 1;
}

.tab-block-design .nav-tabs .nav-item.show .nav-link,
.tab-block-design .nav-tabs .nav-link.active {
  border-bottom: 1px solid rgba(21, 20, 57, 0.4);
  color: #000;
  background-color: transparent;
}

.tab-block-design .nav-tabs .nav-link:focus,
.tab-block-design .nav-tabs .nav-link:hover {
  border-bottom: 1px solid rgba(21, 20, 57, 0.4);
}

/****************/
.tab-block-design-fa .nav-tabs {
  border: 0;
}

.nav-tabs-outer {
  overflow: auto;
  padding-bottom: 20px;
}

.tab-block-design-fa .nav-tabs button {
  border: 0;
  border-bottom: 1px solid rgba(21, 20, 57, 0.4);
  background-color: transparent;
  color: rgba(21, 20, 57, 0.4);
  position: relative;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 30px;
  white-space: nowrap;
}

.tab-block-design-fa .nav-tabs button::after {
  content: "";
  width: 100%;
  background: #202c46;
  border-radius: 50px;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab-block-design-fa .nav-tabs .nav-link.active::after {
  opacity: 1;
}

.tab-block-design-fa .nav-tabs .nav-item.show .nav-link,
.tab-block-design-fa .nav-tabs .nav-link.active {
  border-bottom: 1px solid rgba(21, 20, 57, 0.4);
  color: #202c46;
  background-color: transparent;
}

.tab-block-design-fa .nav-tabs .nav-link:focus,
.tab-block-design-fa .nav-tabs .nav-link:hover {
  border-bottom: 1px solid rgba(21, 20, 57, 0.4);
}

/************************/
.cogX-award-section .img-div {
  max-height: 480px;
  overflow: hidden;
}

.cogx-award-div {
  max-width: 480px;
}

.cogx-award-div .logo {
  min-width: 100px;
  max-width: 100px;
}

/************************/
.event-section .event-count {
  font-size: 14px;
  line-height: 1em;
  padding-bottom: 19px;
  padding-left: 15px;
  font-weight: bold;
}

.event-card {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 30px;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 30px;
}

.event-card.lg-box {
  height: 530px;
}

.event-card .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.event-card .overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(180deg,
      rgba(54, 54, 54, 0) -56.8%,
      rgba(0, 0, 0, 0.5) 48.55%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: block;
}

.event-card .overlay.green-overlay {
  background: #33cd9f;
  opacity: 0.9;
}

.event-card h4 {
  color: #fff;
}

.event-card .link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

.event-card .bottom-div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.event-card .bottom-div.date-time span {
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
  border-radius: 74.5556px;
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 300;
}

.event-card .bottom-div.btns .share-btn {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}

.event-card .bottom-div.btns .share-btn svg {
  margin-top: -6px;
}

.event-card .inner-div {
  position: relative;
  z-index: 5;
  height: 100%;
}

.swiper-custom-arrow {
  font-size: 0;
}

.swiper-custom-arrow>div {
  position: static;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f5f7fe;
  border-radius: 100px;
  margin: 0 5px;
  text-align: center;
  border: 0;
}

.swiper-custom-arrow>div:focus-visible {
  border: 0;
}

.swiper-custom-arrow>div:after {
  color: rgba(21, 20, 57, 0.4);
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  display: none;
}

.swiper-custom-arrow>div {
  font-size: 30px;
  color: #202c46;
  line-height: 50px;
}



/*Mentors Page End*/

/*Modal Popup Start*/

.modal-header-style {
  color: #FFF;

  font-size: 01.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 150% */
  letter-spacing: -0.5px;
}

.modal-form-header {
  color: #111;

  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.243px;
  text-transform: capitalize;
}

.modal-box-design.no-form .modal-dialog {
  max-width: 800px;
  width: 95%;
}

.modal-box-design .modal-dialog {
  max-width: 1200px;
  width: 95%;
}

.modal-box-design.modal-max-width-900 .modal-dialog {
  max-width: 80%;
}

.modal-box-design.modal-max-width-770 .modal-dialog {
  max-width: 770px;
}

.modal-box-design .modal-dialog .modal-content {
  border-radius: 30px;
}


.modal-box-design .modal-dialog .modal-body {
  padding: 50px;
}

.modal-box-design .modal-dialog .modal-body a {
  margin: 0 5px;
}

.modal-box-design .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  opacity: 1;
  z-index: 99999;
  background-size: 12px auto;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
}

.modal-box-design .btn-close:hover {
  opacity: 0.5;
}

.video-modal iframe {
  width: 100%;
  min-height: 500px;
}

.html-5-video {
  position: relative;
}

.html-5-video .video-js,
.html-5-video video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.html-5-video .video-js .vjs-big-play-button {
  background: #ea3223;
  border-radius: 100px;
  opacity: 1;
  z-index: 5;
  width: 70px;
  height: 70px;
  border: 0;
  line-height: 70px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.html-5-video .video-js .vjs-big-play-button:hover {
  opacity: 0.8;
}

/*******************************/
.subscribe-email-on-popup {
  border-radius: 20px;
}

.subscribe-email-on-popup .btn {
  min-width: 180px;
  margin-left: 15px;
}

.subscribe-email-on-popup .ipad-img {
  margin-top: -2rem;
  margin-left: -15px;
}

.subscribe-email-on-popup .ipad-img img {
  max-width: 200px;
}

/*****************************/
.api-catalogue-modal {
  font-size: 14px;
}

.api-catalogue-modal .modal-dialog .modal-content {
  overflow: hidden;
}

.api-catalogue-modal .plug-img-div {
  margin: -50px;
  margin-right: -80px;
}

.api-catalogue-modal .ipad-img-div {
  margin: 0;
  margin-bottom: -80px;
  margin-right: 15px;
}

/************************/
.modal-box-design.form-modal .modal-dialog .modal-body {
  padding-left: 40px;
  padding-right: 40px;
}

.form-modal .biggest-brand-div {
  max-width: 600px;
  margin: 0 auto;
}

.form-modal .biggest-brand-div h6 {
  font-size: 17.321px;
  color: #bcc6c9;
  font-weight: 400;
}

.modal-box-design.form-modal .thank-you-block {
  min-height: 500px;
}

#spanDemoPopupImage {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#imgDemoPopupImage {
  width: 100%;
}

#h3RequestADemo {
  color: rgb(1, 95, 255);
}

.analytics-button {
  display: none;
}

/*Modal Popup End*/

/*form Style Start*/

.form-control {
  background: #ffffff;
  border: 2px solid #ebeaed;
  box-sizing: border-box;
  border-radius: 100px;
  height: 60px;
  font-size: 20px;
  line-height: 26px;
  color: rgba(21, 20, 57, 0.4);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
}

.form-control:focus,
.form-control:focus-visible {
  box-shadow: none;
}

.form-select {
  border: 2px solid #ebeaed;
  box-sizing: border-box;
  border-radius: 100px;
  height: 60px;
  font-size: 20px;
  line-height: 26px;
  color: rgba(21, 20, 57, 0.4);
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: none;
}

.form-group option {
  color: #000 !important;
}

/***********Custom Checkbox****************/
/* Customize the label (the container) */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12.1247px;
  line-height: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(21, 20, 57, 0.4);
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 15px;
  width: 15px;
  left: 0px;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #33cd9f;
  border-radius: 5.1963px;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked~.checkmark {
  background-color: #33cd9f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 4px;
  width: 6px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Customize the label (the custom-checkbox-tags) */
.custom-checkbox-tags {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  margin-right: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(21, 20, 57, 0.8);
}

/* Hide the browser's default checkbox */
.custom-checkbox-tags input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox-tags .checkmark {
  position: static;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 12px 30px 10px 30px;
  display: block;
  background: #f5f7fe;
  line-height: 1em;
  font-size: 16px;
  border: 1px dashed rgba(21, 20, 57, 0.4);
  box-sizing: border-box;
  border-radius: 26px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-tags:hover input~.checkmark {
  background-color: #f5f7fe;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-tags input:checked~.checkmark {
  background-color: #202c46;
  color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox-tags .checkmark.check-arrow:before {
  content: "";
  position: static;
  display: none;
  margin-right: 15px;
}

/* Show the checkmark when checked */
.custom-checkbox-tags input:checked~.checkmark.check-arrow:before {
  display: inline-block;
}

/* Style the checkmark/indicator */
.custom-checkbox-tags .checkmark.check-arrow:before {
  content: "";
  position: static;
  display: none;
  margin-right: 15px;
  width: 14px;
  height: 14px;
  background-image: url("../../img/checkbox-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-checkbox-tags .checkmark .img-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: 0px;
}

.custom-checkbox-tags .checkmark div {
  vertical-align: middle;
  margin-right: 5px;
}

/*************************/
.form-style .label {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-color);
  font-size: 16px;
  font-family: var(--font);
}

.form-style .label-download {
  margin-bottom: 15px;
  color: #616161;
  font-size: 13.8568px;
}

.label-radio {
  margin-left: 10px;
}

.form-style .form-control::-webkit-input-placeholder {
  /* Edge */
  color: rgba(21, 20, 57, 0.4);
}

.form-style .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(21, 20, 57, 0.4);
}

.form-style .form-control::placeholder {
  color: rgba(21, 20, 57, 0.4);
}

.form-style .form-control {
  font-size: 15px;
  color: rgba(21, 20, 57, 0.4);
  height: 52px;
  font-weight: normal;
  color: #444444;
}

.form-has-error .form-error {
  color: red;
  font-size: 12px;
  padding-top: 5px;
  font-weight: 400 !important;
}

.form-has-error .form-control {
  border: 1px solid #f00;
}

.form-style .textarea.form-control {
  height: auto;
  border-radius: 20px;
  padding-bottom: 35px;
  padding-top: 25px;
  position: relative;
}

.form-style .textarea.form-control textarea {
  border: 0;
  display: block;
  width: 100%;
  height: 200px;
  margin-top: 0;
  vertical-align: middle;
  resize: none;
}

.form-style .textarea.form-control textarea:focus-visible {
  box-shadow: none !important;
  outline: none;
}

.form-style textarea.form-control {
  height: auto;
  border-radius: 20px;
}

.form-style .form-select {
  font-size: 15px;
  color: rgba(21, 20, 57, 0.4);
  font-weight: 500;
  height: 52px;
}

.form-style .mandatory {
  color: #000;
}

.form-style .form-group {
  margin-bottom: 30px;
}

.radio-download {
  display: flex;

  justify-content: flex-start;
}

.form-style .btn {
  font-size: 17px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}

.form-style.detail-popup .form-group {
  margin-bottom: 20px;
}

.form-style.detail-popup .bg-form {
  padding: 30px 36px;
  border-radius: 10px;
}

/*form Style Start*/

/*Enterprise Page start*/
.step-card {
  max-width: 350px;
}

.step-card .img-div {
  position: relative;
  max-width: 275px;
}

.step-card .img-div img {
  width: 100%;
  height: auto;
}

.step-card .img-div .line {
  display: block;
  width: 100%;
  height: 50px;
  z-index: 2;
  position: absolute;
  background-repeat: no-repeat;
  left: 100%;
  bottom: 10%;
  max-width: 70%;
  background-size: 100% auto;
}

.step-card.step-1 .img-div .line {
  margin-left: -18px;
}

.step-card.step-2 {
  margin-top: 50px;
}

.step-card.step-2 .img-div .line {
  margin-left: -30px;
  bottom: 30%;
}

.step-card.step-3 {
  margin-top: 100px;
}

/********************************/
.testimonial-card {
  position: relative;
}

.testimonial-card .description {
  font-size: 30px;
  line-height: 1.4em;
  font-family: "Poppins", serif;
  color: #3a3a3a;
  margin-bottom: 50px;
}

.testimonial-card .client-info {
  color: #3a3a3a;
}

.testimonial-card .client-info h6 {
  font-weight: bold;
  color: #3a3a3a;
}

.testimonial-card .client-img img {
  width: 100%;
  height: auto;
}

.testimonial-card .client-img {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  max-width: 300px;
}

.testimonial-card .client-img .inner-div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 30px;
}

/*******************/
.testimonial-section {
  position: relative;
}

.testimonial-section .container {
  position: relative;
  z-index: 12;
}

.testimonial-section .quote-icon {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.testimonial-section:after {
  content: "";
  display: block;
  background-image: url("https://gleac-assets.s3.us-east-2.amazonaws.com/Images/enterprise/green-dots.svg");
  width: 190px;
  height: 115px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.testimonial-section:before {
  content: "";
  display: block;
  background-image: url("https://gleac-assets.s3.us-east-2.amazonaws.com/Images/enterprise/blue-dots.svg");
  width: 190px;
  height: 115px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/********************/
.list-style-check {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style-check li:before {
  margin-left: -36px;
  width: 36px;
  font-size: 20px;
}

.list-style-check li {
  padding: 8px 0 8px 36px;
}

.list-style-check li:last-child {
  padding-bottom: 0;
}

/*Enterprise Page End*/

/*Personal Page Start*/
.header-fade-swiper .swiper-slide {
  opacity: 0 !important;
}

.header-fade-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.personal-skill-swiper {
  padding: 30px 0;
  margin-top: -35px;
}

.personal-skill-infinites-scroll .infiniteslide_wrap {
  margin-top: -40px;
  padding: 30px 0;
}

.personal-skill-infinites-scroll ul {
  margin: 0;
  padding-bottom: 20px;
  list-style: none;
}

.personal-skill-infinites-scroll li {
  padding: 0 10px;
}

.personal-skill-infinites-scroll.psi-2 ul {
  padding-left: 150px;
}

.ps-swiper-direction-right {
  padding-left: 260px;
  padding-right: 10px;
}

.ps-swiper-direction-left {
  padding-left: 115px;
  padding-right: 155px;
}

.ps-infinites-direction-left,
.ps-infinites-direction-right {
  display: none;
}

/******************/
.skill-challenge-card {
  background: #ffffff;
  width: 468px;
  height: 190px;
  box-shadow: 6px 6px 40px rgba(140, 164, 124, 0.3);
  border-radius: 4px;
  padding: 25px 30px;
  font-size: 15px;
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.skill-challenge-card:hover {
  opacity: 1;
  box-shadow: 0px 0px 30px rgba(51, 205, 159, 0.5);
}

.skill-challenge-card .vs-div {
  margin-bottom: 15px;
}

.skill-challenge-card h6 {
  color: #202c46;
  margin-bottom: 0;
  height: 20px;
  overflow: hidden;
}

.skill-challenge-card .user-div .photo-div {
  min-width: 60px;
  max-width: 60px;
  position: relative;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #bdbdbd;
  background-position: center;
}

.skill-challenge-card .user-div.active .photo-div {
  border-color: #159e75;
}

.skill-challenge-card .user-div .queen-h {
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  text-align: center;
  display: none;
  background-image: url("https://gleac-assets.s3.us-east-2.amazonaws.com/icons/queen-head.png");
  height: 16px;
  background-size: 22px auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.skill-challenge-card .user-div.active .queen-h {
  display: block;
}

.skill-challenge-card .user-div .success-div {
  margin-top: 0;
  text-align: center;
  position: relative;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
}

.skill-challenge-card .user-div .success-div span {
  background: #bdbdbd;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 59px;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.37px;
  color: #ffffff;
  text-shadow: 0px 0px 3px #696969;
  width: 40px;
  height: 18.1px;
}

.skill-challenge-card .user-div.active .success-div span {
  background: #33cd9f;
  text-shadow: 0px 0px 3px #159e75;
}

.skill-challenge-card .user-div .right-div {
  padding-left: 10px;
  font-size: 10px;
  line-height: 1.3em;
  color: #424242;
  height: 53px;
  overflow: hidden;
}

.skill-challenge-card .user-div .right-div .name {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
  margin-bottom: 1px;
}

.skill-challenge-card .vs-div .vs-icon-div {
  opacity: 0.7;
}

.skill-challenge-card.is-loading .user-div,
.skill-challenge-card.is-loading p,
.skill-challenge-card.is-loading h6 {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.skill-challenge-card.is-loading .vs-icon-div div {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  opacity: 5;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.skill-challenge-card.is-loading h6 {
  min-height: 20px;
  margin-bottom: 3px;
}

.skill-challenge-card.is-loading p {
  min-height: 20px;
}

.skill-challenge-card.is-loading .user-div {
  min-height: 60px;
}

.skill-challenge-card.is-loading .user-div>div {
  opacity: 0;
}

/*Personal Page End*/

/********************/
.video-thum-div {
  position: relative;
}

.video-thum-div .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.video-thum-div .play-btn i {
  background: #ea3223;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
}

/*About Page End*/

.popup-card-info .row {
  margin-left: -8px;
  margin-right: -8px;
}

.popup-card-info .row>div {
  padding-left: 8px;
  padding-right: 8px;
}

.popup-card-info {
  font-size: 12px;
  color: #202c46;
  line-height: 1.5em;
}

.popup-card-info strong {
  font-size: 16px;
}

.popup-card-info .d-flex {
  border-radius: 10px;
}

.popup-card-info .u-photo {
  min-width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  border: 2px solid #ffffff;
  margin-right: 15px;
}

.popup-card-info .icon-share-icon {
  font-size: 22px;
}

.popup-card-info .date-time-div .icon {
  font-size: 36px;
  margin-right: 12px;
  display: inline-block;
}

.popup-card-info .role-div .icon {
  font-size: 36px;
  margin-right: 12px;
  display: inline-block;
}



/*Tags Start*/
.tags-list {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.tags-list li {
  display: inline-block;
  padding: 6px 5px;
}

.tags-list li a,
.tags-list li span {
  display: block;
  padding: 8px 25px;
  background: #f5f7fe;
  border-radius: 24.5px;
  font-size: 16px;
  color: rgba(21, 20, 57, 0.4);
}

/*Tags End*/


.hideHeader {
  display: none;
}

.no-data {
  font-size: 16px;
  display: flex;
  justify-content: center;
  color: #3a3a3a;
  margin: 30px 0px;
  height: 400px;
  align-items: center;
}

.content-button {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

.teamSwiper .swiper-slide {
  max-width: 275px;
  margin-right: 25px;
}

.articleSwiper .swiper-slide {
  max-width: 345px !important;
  margin-right: 40px !important;
}

/*New*/
.home2-banner .swiper-container {
  padding: 0 !important;
}


.cwt-div {
  margin-bottom: 50px;
}

.cwt-div .icon-d {
  min-width: 50px;
  font-size: 32px;
  color: #005fff;
}

.nh-tab-left-img {
  margin: 0 -40px;
}


.t-gleac-rating {
  max-width: 270px;
  text-align: left;
}

.t-gleac-rating .g-logo {
  background: #ffffff;
  box-shadow: 0px 0px 46.2857px rgba(32, 32, 32, 0.2);
  border-radius: 18.5143px;
  height: 82px;
  width: 82px;
  text-align: center;
  padding-top: 13px;
}

.t-gleac-rating .right {
  font-size: 11px;
  color: #202c46;
  line-height: 14px;
  padding-left: 25px;
  font-weight: 600;
}

.testimonial2-card .client-say {
  background-color: #fff;
  font-size: 24px;
  color: #111;

  /* body XL */
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.243px;
  color: #18191f;
  border-radius: 15px;
  position: relative;
  margin-bottom: 8px;
  min-height: 300px;
}

.testimonial2-card .client-say:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
}

.testimonial2-card .client-profile {
  margin-bottom: 15px;
  font-size: 14px;
}

.testimonial2-card .client-profile .img-div {
  border-radius: 100%;
  overflow: hidden;
  width: 54px;
  height: 54px;
  background-size: cover;
  margin: 0 auto;
}

.testimonial2-card .client-name {
  color: #010101;
  font-family: 'Epilogue';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.1px;
  /* 145% */
  text-transform: uppercase;
}

.testimonial2Swiper .swiper-pagination-bullet {
  background: #23b98c;
  opacity: 1;
  border: 3px solid #ddf4ec;
  width: 14px;
  height: 14px;
}

.testimonial2Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 3px solid #23b98c;
  background: transparent;
}

.testimonial2-section .quote-icon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.founder-header-banner .right-img {
  position: relative;
}

.founder-header-banner .social-icon-div {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.founder-header-banner .social-icon-div a {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 40px;
  color: #202c46;
  font-size: 20px;
  line-height: 40px;
}

.founder-header-banner .social-icon-div a i {
  margin-top: 11px;
}

.about-mobi-section {
  position: relative;
}

.about-section {
  color: var(--black, #111);

  /* body L */
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.243px;
}

.sallyann-header {
  color: #010101;

  /* H3 */
  font-family: 'Epilogue';
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 67.2px */
  letter-spacing: -1.6px;
}

.testimonial2-section.t-founter:before {
  content: "";
  display: block;
  background-image: url("https://gleac-assets.s3.us-east-2.amazonaws.com/Images/enterprise/green-dots.svg");
  width: 190px;
  height: 115px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 25px;
  top: 40px;
  z-index: 1;
}

.post-card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.post-card .title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
}

.post-card .content-div {
  background-color: #fff;
  padding: 25px;
  padding-bottom: 0;
  overflow: hidden;
}

.post-card .bottom-btn {
  width: 100%;
  padding: 15px 25px 25px 25px;
}

.post-card .img-div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.post-card.overlay .img-div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 3;
}

.post-card .btn {
  border: 2px solid #ebeaed;
  color: #1e0e62;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 400;
}

.post-card p {
  margin-bottom: 18px;
}

.post-card .play-icon {
  position: absolute;
  display: block;
  left: 20px;
  bottom: 25px;
  background: #ea3223;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  color: #fff;
  text-align: center;
  z-index: 5;
}

.post-card .play-icon i {
  padding-top: 16px;
  padding-left: 4px;
}

.post-card.video-card .content-div {
  padding: 30px 0 0 0;
}

.post-card.video-card .img-div {
  border-radius: 10px;
}

.post-slide-swiper .arrow-btn,
.video-post-slide-swiper .arrow-btn {
  font-size: 0;
}

.post-slide-swiper .swiper-btn,
.video-post-slide-swiper .swiper-btn {
  width: 50px;
  height: 50px;
  position: static;
  display: inline-block;
  text-align: center;
  border-radius: 90px;
  background-color: #fff;
  opacity: 1;
  margin-left: 10px;
  overflow: hidden;
  cursor: pointer;
  background-color: #f5f7fe;
}

.post-slide-swiper .swiper-btn:after,
.video-post-slide-swiper .swiper-btn:after {
  content: "";
  font-size: 0;
  font-weight: bolder;
  color: #151439;
  opacity: 40%;
  line-height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #151439;
  border-left: 2px solid #151439;
  transform: rotate(135deg);
  position: relative;
  left: -2px;
}

.post-slide-swiper .swiper-btn.swiper-button-prev:after,
.video-post-slide-swiper .swiper-btn.swiper-button-prev:after {
  left: 2px;
  transform: rotate(-45deg);
}

.swiper-container-horizontal.mb-teamSwiper>.swiper-scrollbar {
  max-width: 500px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  bottom: 0;
}

.swiper-container-horizontal.mb-teamSwiper {
  padding-bottom: 80px !important;
}

.modal-footer.mf-full {
  margin: 0 -50px;
  margin-bottom: -50px;
  padding: 15px 30px;
}

.mb-select-item {
  font-size: 0;
  min-height: 200px;
}

.book-session-modal .help-link {
  font-size: 16px;
  line-height: 20px;
  color: #202c46;
  font-weight: 600;
}

.book-session-modal .help-link svg {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.help-session-modal .mb-select-item {
  min-height: inherit;
}

.help-session-modal .helpModalSwiper {
  width: 100%;
  height: 165px;
  padding: 0 !important;
}

.help-session-modal .helpModalSwiper .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.help-session-modal .max-text-size {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.swiper-container-vertical>.swiper-scrollbar {
  background-color: transparent;
  width: 6px;
}

.swiper-container-vertical>.swiper-scrollbar:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #c2cfe0;
  opacity: 0.2;
}

.swiper-container-vertical .swiper-scrollbar-drag {
  background-color: #c2cfe0;
  z-index: 5;
}

.btn-back {
  text-decoration: none;
  color: #3a3a3a;
  font-size: 18px;
}

.btn-back svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.back-directory-section {
  color: #3a3a3a;
  font-size: 14px;
}

.book-session-section .title a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 9px;
  color: #0b94ff;
  text-decoration: none;
}

.md-profile-pic {
  position: relative;
  -webkit-mask-image: url(https://gleac-assets.s3.us-east-2.amazonaws.com/Images/mentor-details/mask-img-2.svg);
  mask-image: url("https://gleac-assets.s3.us-east-2.amazonaws.com/Images/mentor-details/mask-img-2.svg");
  -webkit-mask-size: contain;
}

.md-profile-pic img {
  width: 100%;
  height: 100%;
}

.md-profile-pic .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-mask-image: url(https://gleac-assets.s3.us-east-2.amazonaws.com/Images/mentor-details/mask-img-2.svg);
  mask-image: url("https://gleac-assets.s3.us-east-2.amazonaws.com/Images/mentor-details/mask-img-2.svg");
  -webkit-mask-size: contain;
}

.accordion-style-1 .accordion-button:not(.collapsed) {

  background-color: transparent;
}

.accordion-style-1 .number-text {
  font-size: 20px;
  letter-spacing: 0.106356px;
  color: rgba(60, 60, 67, 0.5);
  min-width: 50px;
  max-width: 50px;
}

.accordion-style-1 .accordion-button {

  font-size: 22px;
  font-weight: 500;
  color: #202c46;
  line-height: 1.2em;
  box-shadow: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-style-1 .accordion-item {
  border: 0;
  margin-bottom: 15px;
}

.accordion-style-1 .accordion-body {
  color: #000;
}

.accordion-style-1 .accordion-button::after {
  background-image: url(../../img/icon/open-icon.svg);
  text-align: center;
  width: 36px;
  height: 36px;
  display: block;
  font-size: 0px;
  background-size: 52%;
  background-position: 5px center;
  border-radius: 50%;
}

.accordion-style-1 .fa .accordion-button::after {
  background-image: url(../../img/arrow-down.svg);
  border: 2px solid rgba(21, 20, 57, 0.4);
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0px;
  background-size: 52%;
  background-position: 5px center;
  border-radius: 50%;
}

.accordion-style-1 .fa .accordion-button {
  font-size: 22px;
  font-weight: 500;
  color: #202c46;
  line-height: 1.2em;
  box-shadow: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-style-1 .fa .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../../img/icon/collapse-icon.svg) !important;
  transform: rotate(-180deg);
}

.accordion-style-1 .accordion-button .collapsed {
  background-image: url(../../img/icon/open-icon.svg) !important;
}

.accordion-style-1 .accordion-button::after {
  background-image: url(../../img/icon/open-icon.svg);
}

.accordion-style-2 .accordion-button .collapsed::after {
  background-image: url(../../img/icon/collapse-icon.svg);
}

.accordion-style-2 .accordion-button .collapsed::after {
  background-image: url(../../img/icon/collapse-icon.svg);
}

.accordion-style-1 .accordion-button .collapsed::after {
  background-image: url(../../img/icon/collapse-icon.svg);
}

#we-are-gleac-mafia {
  width: 170%;
  margin-top: 15%;
}

.section-shadow {
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.02);
  position: relative;
}

.section-title-image {
  display: inline-block;
  max-width: 0.5em;
  margin: -0.05em 0 0 0.5em;
  vertical-align: top;
}

.section-title-image img,
.section-title-image svg {
  vertical-align: top;
}

.section-decoration {
  position: absolute;
  top: -100px;
  right: -50px;
  width: 160px;
  height: 160px;
}

.section-title-large {
  font-size: calc(0.50887rem + 5vw);
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2.05px;
}

.section-title-medium {
  font-size: 82px;
  font-weight: 500;
  line-height: 100%;
}

.section-title-small {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.5px;
  color: #000;
}

.section-title-smallplus {
  font-size: 30px;
  font-weight: 400;
  margin-top: 16px;
  line-height: 150%;
}

.section-title-descr {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.section-descr-large {
  font-size: 24px;
  color: #000;

  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.243px;

}

.section-descr-normal {
  color: var(--black, #111);

  /* body XL */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.243px;
}

.global-search-box {
  position: relative;
}

.global-search-box .spinner-border {
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 5;
  font-size: 14px;
}

.global-search-box .form-control {
  border: 2px solid #33cd9f;
  border-radius: 100px;
  height: 60px;
  padding-left: 38px;
  padding-right: 70px;
  font-size: 16px;
  color: #202c46;
}

.global-search-box .form-control::-webkit-input-placeholder {
  /* Edge */
  color: rgba(32, 44, 70, 0.6);
}

.global-search-box .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(32, 44, 70, 0.6);
}

.global-search-box .form-control::placeholder {
  color: rgba(32, 44, 70, 0.6);
}

.global-search-box .form-control:hover {
  box-shadow: 0px 0px 20px #33cd9f;
}

.global-search-box .form-control:focus,
.global-search-box .form-control:focus-visible {
  box-shadow: none;
  border: 2px solid #3a3a3a;
  background-color: #fff;
}

.global-search-box .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.2s ease;
}

.global-search-box .form-control:focus::-ms-input-placeholder {
  color: transparent;
  transition: color 0.2s ease;
}

.global-search-box .form-control:focus::placeholder {
  color: transparent;
  transition: color 0.2s ease;
}

.global-search-box .form-control:disabled {
  box-shadow: none;
  border: 2px solid #3a3a3a;
  background-color: #fff;
}

.global-search-box .form-control~.btn-cancle {
  display: none;
}

.global-search-box .form-control:disabled~.btn-search {
  display: none;
}

.global-search-box .form-control:disabled~.btn-cancle {
  display: block;
}

.global-search-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  box-shadow: none;
  color: #33cd9f;
  font-size: 22px;
  text-align: center;
  padding: 0;
}

.global-search-box .btn i {
  line-height: 55px;
}

.global-search-box .btn.btn-cancle {
  color: #3a3a3a;
}


.team-box-block .top-left-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 50;
}

.team-box-block .top-left-icon svg {
  width: 25px;
  height: auto;
}

.mentors-listing-section {
  color: #19191d;
}

.mentors-listing-section .team-box-block {
  margin-bottom: 65px;
}

.mentors-listing-section .team-box-block .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.mentors-listing-section .team-box-block .social-icon {
  left: 30px;
  right: auto;
  bottom: 35px;
  opacity: 0;
}

.team-box-block .spanDiscoverNftMentor {
  background: linear-gradient(135deg, #EE4786 0%, #F2E479 128%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-box-block:hover .spanDiscoverNftMentor {
  color: white;
  background: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.mentors-listing-section .team-box-block .detail-text {
  margin-bottom: 15px;
}

.mentors-listing-section .team-box-block:hover .social-icon {
  opacity: 1;
}

.mentors-listing-section .listing-row {
  margin-left: -25px;
  margin-right: -25px;
}

.mentors-listing-section .user-designation {
  max-width: 100%;
  /* word-break: break-all; */
}

.mentors-listing-section .team-box-block .front-content .team-photo {
  margin-bottom: 15px;
}

.mentors-listing-section .listing-row .col-div {
  padding-left: 25px;
  padding-right: 25px;
}

.mentors-listing-section.bg-section .overlay {
  background-size: contain;
}

.team-box-block .top-left-icon svg {
  width: 17px;
}

.back-directory-section .right-div svg {
  margin-top: -3px;
}

.checkout-bottom-popup {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 55;
  background: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  border-radius: 20px 20px 0px 0px;
  max-width: 420px;
  width: 90%;
  bottom: -420px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.checkout-bottom-popup.active {
  bottom: 0;
  z-index: 999999;
}

.checkout-bottom-popup .checkout-item-list {
  height: 340px;
  overflow: auto;
}

.checkout-bottom-popup .head-title {
  padding: 18px 13px;
}

.checkout-bottom-popup .head-title .right-arrow {
  position: relative;
  display: block;
  max-width: 25px;
  min-width: 25px;
  height: 25px;
}

.checkout-bottom-popup .head-title .right-arrow:before {
  content: "";
  font-size: 0;
  font-weight: bolder;
  color: #151439;
  line-height: 1;
  display: block;
  margin: 0 auto;
  margin-top: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #23b98c;
  border-left: 2px solid #23b98c;
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.checkout-bottom-popup .head-title .right-arrow:after {
  content: "";
  font-size: 0;
  font-weight: bolder;
  color: #151439;
  line-height: 1;
  display: block;
  margin: 0 auto;
  margin-top: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #23b98c;
  border-right: 2px solid #23b98c;
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  top: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.checkout-bottom-popup.active .head-title .right-arrow:before {
  top: 12px;
}

.checkout-bottom-popup.active .head-title .right-arrow:after {
  top: -6px;
}

.checkout-bottom-popup .button-div {
  padding: 17px 40px;
  border-top: 1px solid rgba(21, 20, 57, 0.1);
}

.checkout-bottom-popup .button-div-new {
  padding: 15px 10px;
  border-top: 1px solid rgba(21, 20, 57, 0.1);
}

.checkout-item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.checkout-item-list ul li {
  padding: 10px 40px;
}

.checkout-item-list ul li:nth-child(2n + 2) {
  background-color: #f5f7fe;
}

.checkout-item-list .img-div {
  min-width: 80px;
  min-height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
}

.checkout-item-list .content-div {
  padding: 0 15px;
  font-size: 12px;
  line-height: 1.5em;
  color: #19191d;
  width: 100%;
}

.checkout-item-list .content-div h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.checkout-item-list .status-div {
  font-size: 14px;
  color: #3a3a3a;
}

.checkout-item-list .status-div svg {
  width: 18px;
  height: auto;
  margin-right: 4px;
  margin-top: -4px;
}

.checkout-item-list .designation {
  margin-bottom: 10px;
}

.checkout-item-list .remove-icon {
  min-width: 14px;
  max-width: 14px;
}

.checkout-item-list .remove-icon a {
  border: 1px solid #e83e49;
  display: block;
  height: 14px;
  border-radius: 50px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #e83e49;
  opacity: 0.7;
  position: relative;
}

.checkout-item-list .remove-icon a:after {
  content: "";
  width: 6px;
  height: 1px;
  display: block;
  background-color: #e83e49;
  position: absolute;
  left: 3px;
  top: 6px;
}

.checkout-confirm-modal .checkout-item-list {
  background: rgb(232, 233, 235);
}

.checkout-confirm-modal .custom-checkbox {
  font-size: 16px;
  color: rgba(21, 20, 57, 0.4);
  font-weight: 600;
}

.checkout-confirm-modal .custom-checkbox .checkmark {
  top: 0;
  background: none;
  border: 2px solid #33cd9f;
}

.checkout-confirm-modal .custom-checkbox input:checked~.checkmark {
  background-color: transparent;
}

.checkout-confirm-modal .custom-checkbox .checkmark:after {
  border-color: #33cd9f;
  left: 4px;
  top: 1px;
}

.checkout-confirm-modal .custom-checkbox a {
  color: rgba(21, 20, 57, 0.4);
  text-decoration: underline;
}

.checkout-confirm-modal .checkout-item-list .d-flex {
  margin: 10px 0;
}

.input-with-icon {
  position: relative;
}

.input-with-icon svg {
  position: absolute;
  left: 0;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 18px;
  height: auto;
  z-index: 9;
}

.form-style .input-with-icon .form-control {
  padding-left: 55px;
}

.input-with-icon svg.calendar path {
  stroke: #23b98c;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  display: none;
}

#launcher {
  bottom: 60px !important;
  z-index: 999 !important;
}

.bookSwiper {
  padding: 0px !important;
}

.swiperLogosPopUp .swiper-container {
  padding: 0px !important;
}

.swiper-container.bookSessionSwiper {
  padding: 0px !important;
  height: 250px;
}

.swiper-container.bookSwiper {
  height: 250px;
}

.warning-popup {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9;
}

.mCustomScrollbarCheckbox {
  max-height: 250px;
  overflow: auto;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #C2CFE0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #C2CFE0;
  opacity: 0.2;
  width: 2px;
}

.brands-logo-swiper-popup .swiper-slide {
  max-width: 92px;
}


select,
.mentortag {
  text-transform: capitalize
}



.home2-banner .swiper-container.home-page-header-swiper {
  margin-right: -100px;
  margin-left: -100px;
}

.home-page-header-swiper .mob-img img {
  max-width: 400px;
  width: 100%;
}

.home-page-header-swiper .mob-img {
  text-align: center;
}

#cboxContent {
  padding: 50px;
  background: #fff;
  border-radius: 30px;
  max-width: 1200px;
  width: 95%;
}

#cboxOverlay {
  background-color: #000;
  opacity: 0.5 !important;
}

#cboxClose {
  box-sizing: content-box;
  color: #000;
  width: 26px;
  height: 26px;
  border: 2px solid #000;
  border-radius: 30px;
  opacity: 1;
  z-index: 99999;
  background-size: 12px auto;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

#cboxClose:before,
#cboxClose:after {
  position: absolute;
  left: 12px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #000;
  top: 4px;
}

#cboxClose:before {
  transform: rotate(45deg);
}

#cboxClose:after {
  transform: rotate(-45deg);
}

.react-datepicker-popper {
  z-index: 55;
}

/* GleacMeta Banner CSS Begins */
.gleac-meta-banner {
  background-color: #33cd9f;
}

.gleac-meta-banner-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gleac-meta-banner-heading {
  color: white;
}

.gleac-meta-banner-content {
  color: white;
  text-align: justify;
  text-justify: inter-word;
}

.gleac-meta-banner-email {
  text-decoration: none;
}

.gleac-meta-banner-close-button {
  color: white;
  background-color: #33cd9f;
  border: 1px white solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* GleacMeta Banner CSS Ends */

.home-iphone-image {
  width: 25rem !important;
  max-width: none !important;
}

.home-iphone-image-2 {
  width: 21rem !important;
  max-width: none !important;
}

#aTopMenuScheduleDemo {
  font-weight: normal;
}

.footer-category {
  font-weight: bold !important;
}

#swiperAboutUs {
  overflow-x: clip;
  overflow-y: visible;
  margin-top: 30px;
}

.marquee {
  overflow: hidden;
}

.marquee p {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-left 2s linear infinite;
  -webkit-animation: scroll-left 2s linear infinite;
  animation: scroll-left 10s linear infinite;
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.spinner {
  animation: spin infinite 3s linear;

  /*You can increase or decrease the timer (5s) to 
   increase or decrease the speed of the spinner*/
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 575px) {
  .men-dir-search-apply-row {
    flex-direction: column-reverse;
  }

  .men-dir-apply-wrapper {
    margin-bottom: 10px !important;
  }
}

.men-dir-apply-wrapper {
  text-align: right;
  margin: auto;
}

@media only screen and (min-width: 1280px) and (max-width:1349px) {
  .homepage-front-image {
    max-width: 97%;
  }
}

@media only screen and (min-width: 1350px) and (max-width:1399px) {
  .homepage-front-image {
    max-width: 91%;
  }
}

@media only screen and (min-width: 1400px) and (max-width:1500px) {
  .homepage-front-image {
    max-width: 87%;
  }
}

@media only screen and (min-width: 1501px) and (max-width:1549px) {
  .homepage-front-image {
    max-width: 98%;
  }
}

@media only screen and (min-width: 1550px) and (max-width:1600px) {
  .homepage-front-image {
    max-width: 95%;
  }
}

@media only screen and (min-width: 1601px) and (max-width:1700px) {
  .homepage-front-image {
    max-width: 90%;
  }
}

@media only screen and (min-width: 1701px) {
  .homepage-front-image {
    max-width: 83%;
  }
}

/* ---------- images */

.section-image-1-wrap {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  z-index: 0;
}

.section-image-1 {
  transform: rotate(3deg);
}

/* ----------- feature styling */
.gleac-section-features {
  display: flex;
  flex-wrap: wrap;
}

.mentor-skills-keywords {
  display: flex;
  flex-wrap: wrap;
}

button.industry-filter-list {
  list-style-type: none;
  margin: 0 10px 10px 0;
  padding: 12px 16px 12px 16px;
  font-family: 'Epilogue';
  font-size: 0.75rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  border-radius: 35px;
  transition: var(--transition-default);
  line-height: 1;
  text-transform: uppercase;
}

button.clear {
  list-style-type: none;
  margin: 0 10px 10px 0;
  padding: 12px 16px 10px 16px;
  font-family: 'Epilogue';
  font-size: 0.75rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  border-radius: 35px;
  transition: var(--transition-default);
  line-height: 1;
  text-transform: uppercase;
}

.gleac-section-features ul {
  padding: 0 !important;
  list-style-type: none;
  -webkit-padding-start: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gleac-section-features li {
  list-style-type: none;
  margin: 0 10px 10px 0;
  font-family: 'Epilogue';
  border: 1px solid #000;
  color: #000;
  border-radius: 35px;
  transition: var(--transition-default);
  line-height: 2;

  padding: 10px 16px 8px;
  font-size: 14px;
  line-height: 17px !important;
}
.gleac-section-features li.link-tab{
  display: flex;
  padding: 0;
  background: #000 !important;
  color: #fff !important;
  border-radius: 35px;
  overflow: visible;
}
.gleac-section-features li.link-tab a {
  padding: 10px 16px 8px;
  border-radius: 35px;
  color: #fff;
  white-space: nowrap;
}
.gleac-section-features li.link-tab a:hover {
  border-radius: 10px;
}

.mentor-skills-keywords li {
  list-style-type: none;
  margin: 0 10px 10px 0;
  padding: 12px 16px;
  font-family: 'Epilogue';
  font-size: 0.85rem;
  border: 1px solid #000;
  color: #000;
  border-radius: 35px;
  transition: var(--transition-default);
  line-height: 2;
}

.gleac-section-features:not(#no-hover-anim) li:hover a,
.gleac-section-features:not(#no-hover-anim) li:hover,
button.industry-filter-list:hover {
  border-radius: 10px;
  background-color: #000;
  color: #fff;
}

.mentor-skills-keywords:not(#no-hover-anim) li:hover {
  border-radius: 10px;
  background-color: #000;
  color: #fff;
}

.gleac-section-features a {
  color: #000;
}

.gleac-section-features-small li {
  list-style-type: none;
  margin: 0 4px 4px 0;
  padding: 5px 12px 5px 12px;
  font-family: Epilogue;
  font-size: 0.75rem;
  border: 1px solid #000;
  color: #000;
  border-radius: 35px;
  transition: var(--transition-default);
  line-height: 1rem;


}

.gleac-section-features-small li:hover {
  border-radius: 10px;
  background-color: #000;
  color: #fff;
}

/* ----------------numbered features styling */

/* ==============================
   Features 1
   ============================== */

.features-1-number {
  position: absolute;
  top: -60px;
  left: -40px;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
}

.features-1-icon {
  font-size: 64px;
  margin-bottom: 5px;
  line-height: 1;
}

.features-1-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.features-1-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.05em;
  border-bottom: 1px #000 solid;
  margin-bottom: 5%;
  padding-bottom: 5%;
  margin-top: 30%;
}

.features-1-descr {
  font-size: 17px;
  line-height: 1.6470;
  letter-spacing: 0;
}


.enterprise-customers-card {
  background-color: white;
  padding: 1rem 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: '#202c46';
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}

.enterprise-customers-card .separator {
  border: 1px solid rgba(21, 20, 57, 0.4);
  width: 90%;
  margin: 1rem 0;
}

.enterprise-customers-card .more-details {
  width: 90%;
  display: flex;
  justify-content: flex-end
}

.enterprise-customers-card .hover-card-image {
  width: 60px;
  margin-bottom: 20px
}

.font-weight-normal {
  font-weight: normal;
}

.full-opacity {
  opacity: 1 !important;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.navbar-item-font {
  color: #fff;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.64px;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  width: 1rem !important;
  height: 1rem !important;
  border-radius: 50% !important;
}

.debug {
  border: 1px solid #f00;
}

/* ---------------LINKS */

.link-hover-anim {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  transition: letter-spacing .27s var(--ease-out-medium);
  will-change: letter-spacing;
}

.link-hover-anim:hover {
  letter-spacing: -1px;
  color: #000;
}

/*
* Title Animations
*/

.title-expand-anim {
  transition: letter-spacing .27s var(--ease-out-medium);
  will-change: letter-spacing;
}

.title-expand-anim:hover {
  letter-spacing: -1px;
}

/* 
 * Marquee text line 
 */

.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marquee-style-5 {
  width: 100%;
  font-size: 200px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.032em;
}

.marquee-style-5 .marquee-track>div {
  padding-right: 0.7em;
}

.marquee-track {
  display: table;
  overflow: visible;
  position: relative;
  color: #000;
}

.marquee-track>div {
  display: table-cell;
  white-space: nowrap;
}

.marquee-animation-3 {
  animation: marquee-animation-3 36s linear infinite;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-animation-3 {
    animation: none !important;
  }
}

@keyframes marquee-animation-3 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ----------------styling for personDirectory */
.person-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 3%;
}

.hover-element {
  transition: all 0.3s ease;
}

#contact-link:hover {
  border: 1px #fff solid;
}

#contact-link:hover #contact-img {
  content: url('/img/icon/White-circle-black-plus.svg');
}

#contact-link:hover #contact-img-reverse {
  content: url('/img/icon/Black-circle-white-plus.svg');
}



/* ----------- animations --------- */
.parallax-5 {
  background-position-y: 0;
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 37px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* ==============================
   Links
   ============================== */

.link-hover-anim {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  background: none;
  border: none;
  cursor: pointer;
}

.link-hover-anim:hover {
  text-decoration: none !important;
}

.link-hover-anim:hover .link-strong-unhovered {
  opacity: 0;
  transform: translateY(-150%) translateZ(0.001px) skewY(-10deg);
}

.link-hover-anim:hover .link-strong-hovered {
  opacity: 1;
  transform: translateY(0) translateZ(0.001px) skewY(0);
}

.link-circle {
  padding-right: 22px;
}

.link-circle:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 7px;
  transform: translate3d(0, -50%, 0.001px);
  display: block;
  width: 51px;
  height: 51px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: all .5s var(--ease-elastic-2);
}

.link-circle:hover:before {
  transform: translate3d(0, -50%, 0.001px) scale(1.1);
}

.underline-hover-anim a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .5s var(--ease-out-medium);
  will-change: background-size;
}

.underline-hover-anim a:hover {
  color: unset;
  background-size: 100% 1px;
}


/* ---------timeline tabs styling ----------*/

.nav-link {
  color: #000;
}

.nav-tabs .nav-link {
  border: none !important;
}

.nav-link:hover {
  color: #000;
}

.nav-link.active {
  border-color: none !important;
  border-bottom: 1px solid #000 !important;
}

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

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

/*---------- rounded images / image animations ---- */

.circle {
  border-radius: 100px;
  overflow: hidden;
}

.image-hover-anim {
  clip-path: inset(0);
  transform: translateZ(0);
  transition: all 2s var(--ease-out-medium);
  will-change: clip-path;
}

.image-hover-anim:hover {
  transition: var();
  clip-path: inset(10px);
}

.done-btn{
  outline: none;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  margin: 20px 0 20px !important;
  border-radius: 30px;
  background: #111 !important;
  border: 1px solid #111 !important;
  color: white !important;
}



/* ----------- tooltip styling ----------  */

.tooltip {
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.15px;

  border-radius: 48px;
  padding: 4px;
}


/* --------- styling for video popups ----- */

.popup-overlay {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Semi-transparent overlay background */
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-container {
  opacity: 0;
  /* Initially hidden */
  transform: translateY(-20px);
  /* Initial position above */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.popup-container.show {
  opacity: 1;
  /* Visible during entrance */
  transform: translateY(0);
  /* Move to the normal position */
}

.popup-container.hide {
  opacity: 0;
  /* Fade out during exit */
  transform: translateY(-20px);
  /* Move above during exit */
}

.popup-container {
  background: #fff;
  padding: 10px 20px 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* Box shadow for a raised effect */
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  border-radius: 32px;
  width: 50%;
}

.popup-close-button {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

/* -------------- pagination -------- */

/*
 * Pagination
 */

.pagination {
  font-size: 13px;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  margin-right: 5px;
  padding: 9px 16px;
  border: 1px solid #ccc;
  color: #757575;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: var(--border-radius-default);
  transition: var(--transition-default);
}

.pagination a:hover {
  text-decoration: none;
  border-color: #010101;
  color: #010101;
}

.pagination a.active,
.pagination a.active:hover {
  border-color: #010101;
  color: #010101;
  cursor: default;
}

.pagination span.no-active,
.pagination span.no-active:hover {
  border-color: #ccc;
  color: #757575;
  cursor: default;
}

.light-content .pagination a {
  border-color: rgba(255, 255, 255, .35);
  color: var(--color-dark-mode-gray-1);
}

.light-content .pagination a:hover {
  border-color: var(--color-dark-mode-gray-1);
  color: #fff;
}

.light-content .pagination a.active,
.light-content .pagination a.active:hover {
  border-color: var(--color-dark-mode-gray-1);
  color: #fff;
}

.light-content .pagination span.no-active,
.light-content .pagination span.no-active:hover {
  border-color: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .37);
}


/* -------- animated tabs styling -------- */

.service-2-item {
  position: relative;
  max-width: 90%;
  margin-bottom: 28px;
}

.services-2-descr-btn {
  width: fit-content;
}

.services-2-subheader {
  color: #000;

  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

.service-2-item:nth-child(even) {
  margin-left: auto;
}

.services-2-button {
  position: relative;
  padding: 58px;
  border: 1px solid #000;
  border-radius: 200px;
}

.services-2-title {
  will-change: transform;
  transition: transform .375s var(--ease-out-medium);
  color: var(--black, #111);
  position: relative;
  padding-left: 0.40em;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -4px;
  padding-left: 28px;
}

.services-2-button:hover .services-2-title {
  transform: translateX(10px);
}

.services-2-button:hover .services-2-image {
  transform: translateX(-10px);
}

.services-2-descr-inner-header {
  color: #111;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.services-2-descr-inner-text {
  color: #111;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.services-2-number {
  position: absolute;
  top: -1rem;
  left: 0;
  padding-right: 8px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
}

.services-2-image {
  max-width: 218px;
  margin-left: auto;
  will-change: transform;
  transition: transform .375s var(--ease-out-medium);
}

.services-2-image img {
  border-radius: 70px;
}

.services-2-descr {
  position: relative;
  max-width: 80vw;
  max-height: 30px;
  overflow: visible;
  margin-top: -30px;
  margin-left: 100px;
  padding: 0 40px;
  background: #fff;
  font-size: 16px;
  opacity: 0;
  transition: max-height .7s var(--ease-default);
  will-change: max-height;
}

.services-2-descr-list li {
  list-style-type: disc;
  color: #000;
}

.services-2-descr-list-bold li {
  list-style-type: disc;
  color: #000;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
}

.services-2-descr.js-visible {
  max-height: 1000px;
  margin-bottom: 160px;
  opacity: 1;
}

.services-2-descr-inner {
  opacity: 0;
  transform: translateY(10px);
  transition: all .5s var(--ease-default);
}

.services-2-descr.js-visible .services-2-descr-inner {
  opacity: 1;
  transform: none;
}

.services-2-button-close {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) scale(.37);
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  /* transition: all .17s var(--ease-out-medium); */
  transition-delay: .12s;
}

.services-2-button-close:before,
.services-2-button-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  display: block;
  width: 60%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.services-2-button-close:after {
  transform: translateY(-50%) rotate(45deg);
}

.services-2-button.active .services-2-button-close {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 0;
}

.light-content .services-2-button {
  border-color: rgba(255, 255, 255, .5);
}

.light-content .services-2-descr {
  background: var(--color-dark-1);
}

.light-content .services-2-button-close {
  background: #fff;
}

.light-content .services-2-button-close:before,
.light-content .services-2-button-close:after {
  background: var(--color-dark-1);
}

.micropractice-row {
  --bs-gutter-x: 1.2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.community-overflow-image-wrapper {
  position: relative;
}

.community-overflow-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78%;
  background: #000;
}

.community-overflow-image {
  height: auto;
  padding-top: 5%;
}

.community-title-container {
  width: 170%;
  margin-top: 15%;
  margin-bottom: 10px;
  display: inline-flex;
}

#our-story-container {
  margin-top: clamp(11%, 11%, 180px);
  padding-bottom: 10%;
}

#our-story-container .landing-title,
.tribe-section .section-title-large,
.join-us-section .section-title-large {
  font-size: 82px;
  color: #111 !important;
}

.community-overflow-image .section-title-medium,
.community-overflow-image .section-title-medium span {
  font-size: 82px;
}

.join-us-section {
  background: #000;
  padding-top: 5%;
  padding-bottom: 5%;
}

.join-us-section .join-us-section-content {
  display: flex;
  flex-wrap: wrap;
}

.join-us-section .join-us-section-content .community-title-container {
  width: 65%;
  margin: 0;
  padding: 0 10px;
}
.join-us-section .join-us-section-content .subheader-container {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-us-section .join-us-section-content .subheader-container .btn-white-rounded  {
  font-size: clamp(16px, 1.5vw, 18px);
}

.join-us-section .join-us-section-content .section-title-large {
  font-size: 56px;
  line-height: 1.2;
  text-transform: none;
}

.join-us-section .section-title-large {
  color: #fff !important;
}

.join-us-section .section-descr-normal {
  color: #fff;
}

.join-us-section .community-join-our-community-button {
  border: 1px solid #fff;
}

@media screen and (max-width: 1000px) {

  #our-story-container .landing-title,
  .tribe-section .section-title-large,
  .join-us-section .section-title-large {
    font-size: 60px;
  }

  .community-overflow-image .section-title-medium,
  .community-overflow-image .section-title-medium span {
    font-size: 60px;
  }
}

#our-story-container .section-descr-normal {
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: clamp(26px, 2.5vw, 36px);
  padding-right: 70px !important;
}

#our-story-container .section-descr-normal.single {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 1440px) {
  #our-story-container .section-descr-normal {
    padding-right: 60px !important;
  }

  .join-us-section .community-join-our-community-button {
    padding: 12px 25px;
  }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
  .expert-container .mentor-photo img {
    width: 200px !important;
  }
  .community-overflow-image-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }

  #our-story-container {
    margin-top: clamp(14%, 14%, 180px);
  }

  .truepilot-carousel-wrapper .row {
    margin: 0;
  }

  .truepilot-carousel-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #our-story-container .row .col-md-auto,
  .tribe-section .page-section .tribe-content+div,
  .tribe-section .page-section .tribe-content,
  .join-us-section .page-section .col-md-6,
  .truepilot-section-wrapper .page-section .col-12,
  .truepilot-carousel-wrapper .row .col-12 {
    padding: 0;
  }

  .tribe-section .subheader-container p,
  .join-us-section .section-descr-normal {
    margin-top: 10px !important;
  }

  .join-us-section .link-hover-anim {
    margin-top: 10px !important;
  }
  .link-hover-anim {
    font-size: 14px;
  }
  .link-hover-anim  img {
    width: 60px;
  }

  #our-story-container .section-descr-normal {
    padding-right: 0 !important;
  }

  .video-card-section-wrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .join-us-section {
    padding-top: 8%;
    padding-bottom: 8%;
    margin-top: 20px !important;
  }
  .join-us-section .join-us-section-content {
    flex-direction: column;
  }
  .join-us-section .join-us-section-content .community-title-container {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .join-us-section .join-us-section-content .subheader-container {
    width: 100%;
  }

  .join-us-section .join-us-section-content .subheader-container .btn-white-rounded  {
    padding: 15px 20px !important;
  }

  .join-us-section .join-us-section-content .section-title-large  {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }

}

@media screen and (max-width: 576px) {
  footer .desktop-view {
    display: none !important;
  }
}

@media only screen and (max-width: 425px) {
  .community-established-bottom-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
}

@media only screen and (max-width: 320px) {
}

.overflow-img {
  position: relative;
  bottom: 0;
  align-content: center;
  text-align: center;
}

.peopledirectory-error {
  color: var(--gray, #777);

  /* body L */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.243px;

}

/* --------Countdown Styling--------- */

.divCountdown {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

.divCountdown .flex-50 {
  flex-grow: 3;
  margin: 0 10px;
}

.divCountdown .flex-16 {
  flex-grow: 1;
  margin: 0 10px;
}

.tribe-section .tribe-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tribe-section .section-descr-normal {
  max-width: 350px;
}

.tribe-section .subheader-container p,
.join-us-section .section-descr-normal {
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: clamp(20px, 2.5vw, 24px);
  margin-top: 25px;
}


.join-us-section .link-hover-anim,
.truepilot-section-wrapper .link-hover-anim {
  margin-top: 15px;
  font-weight: 400;
  font-size: clamp(14px, 2.5vw, 16px);
  color: #111 !important;
}

.join-us-section .link-hover-anim img,
.truepilot-section-wrapper .link-hover-anim img {
  margin-left: 10px;
}

.join-us-section .absolute-desktop {
  top: 9%;
}

@media screen and (max-width: 767px) {

  .timeline-2007,
  .timeline-2017 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #our-story-container .landing-title,
  .tribe-section .section-title-large,
  .join-us-section .section-title-large {
    font-size: 42px;
  }

  .community-overflow-image .section-title-medium,
  .community-overflow-image .section-title-medium span {
    font-size: 42px;
  }

  .truepilot-section-wrapper .link-hover-anim {
    margin-top: 20px !important;
  }

  .trustpilot-star-icon-container {
    width: 22px !important;
    height: 22px !important;
  }
}

.community-mentor-section-top {
  padding-top: 170px;
}

.community-mentor-section-top .enterprise-content-wrapper .enterprise-content .content-wrapper h3 {
  font-size: clamp(28px, 2.5vw, 36px) !important;
  margin-bottom: 12px;
}

.community-mentor-section-top h2,
.community-mentor-section-top h2 span {
  font-size: clamp(42px, 5vw, 64px);
  line-height: clamp(48px, 5.2vw, 76px);
  max-width: 1150px;
  width: 100%;
}

.truepilot-section-wrapper .section-title-large span {
  font-size: clamp(42px, 5vw, 64px);
  line-height: clamp(48px, 5.2vw, 76px);
  margin-bottom: 10px;
  display: inline-flex;
  color: #010101 !important;
}

.truepilot-carousel-wrapper {
  margin-top: clamp(40px, 5vw, 52px);
  margin-bottom: clamp(60px, 10vw, 135px);
}

@media screen and (max-width:767px) {
  .community-mentor-section-top {
    padding-top: 80px;
  }

  .community-mentor-section-top .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.community-heading-class {
  font-size: 64px;
  color: #111111;

}

.community-enterprise-title {
  font-size: 36px !important;

}

.community-join-our-community-button {
  display: block;
  width: fit-content;
  height: 37px;
  font-family: 'Epilogue';
  font-weight: 400;
  font-size: 18px;
  line-height: 16.2px;
  border-radius: 100px;
  padding: 12px 40px;
  margin-top: 40px;
  margin-bottom: clamp(14%, 14%, 200px);
  color: #FFFFFF;
  outline: none;
  border: none;
  background-color: #111111;
}

.community-join-our-community-button:hover {
  color: #FFFFFF;
}

.timeline-tabs li button {
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(20px, 2vw, 30px);
  color: #111 !important;
  padding-bottom: 25px;
}

@media only screen and (max-width: 1440px) {
  .community-join-our-community-button {
    margin-top: 10px;
  }

  .timeline-tabs li button {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .timeline-tabs li {
    width: 33.33%;
  }
}

@media screen and (max-width: 575px) {
  .timeline-tabs li {
    width: 50%;
  }

  .timeline-tabs li button {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 425px) {
  .community-join-our-community-button {
    font-size: 14px;
  }
}

.trustpilot-sub-heading {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.trustpilot-star-icon-container {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00B67A;
  margin-right: 2.6px;
}

.trustpilot-excellent {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-left: 20px;
  color: #777777;

}

.trustpilot-review-text {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;

  color: #777777;

}

.trustpilot-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 12px;
  margin-right: 12px;
  background: #77777766;

}

@media only screen and (max-width:425px) {
  .trustpilot-excellent {
    font-size: 16px;
    margin-left: 2px;
  }

  .trustpilot-dot {
    margin-left: 4px;
    margin-right: 4px;
  }

  .trustpilot-review-text {
    font-size: 16px;
  }
}

.community-established-description {
  width: 68%;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1440px) {
  .community-established-description {
    width: 80%;
  }
}

@media only screen and (max-width: 991px) {
  .community-established-description {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .community-established-description {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .join-us-section .link-hover-anim img,
  .truepilot-section-wrapper .link-hover-anim img {
    width: 60px;
  }

}

.community-established-bottom-text {
  text-align: left;
  margin-top: 20px;
  max-width: 812px;
  color: #777777;
  margin: 20px 0 0;
}

.community-carousel-buttons {
  margin-top: 28px;
}

.ai-first-home-page-top {
  position: relative;
  z-index: 2;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 16px;
  border-radius: 28px;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  background: transparent;

}

.contact-us-header {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  border-bottom: 1px solid #FFFFFF26;
}

.contact-us-header .contact-us-header-content {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 11%;
}

.contact-us-header .header-content .logo img {
  width: 155px;
  height: auto;
}

.contact-us-splash-screen-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: relative;
  z-index: 11000;
  padding-top: 100px;
  padding-bottom: 20px;
}

.contact-us-background {
  background-image: url('/img/home/Splash-new.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  height: calc(100vh - 100px);
}

.contact-us-background::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}

.contact-us-chatbot-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 80%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .contact-us-chatbot-container {
    width: 100%;
    height: 100%;
    top: auto;
    left: auto;
    transform: none;
  }
}

.question-wrapper {
  margin: 15px 0 !important;
}
.question-wrapper .question {
  background: #005cff0f;
  color: #111;
  padding: 8px 16px;
  border-radius: 20px;
  width: fit-content;
  margin: 0 0 10px;
}

.question-wrapper .btn-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.question-wrapper .btn-wrapper {
  margin: 12px 0 10px;
}
.question-wrapper  .flex-1 {
  flex: 1;
}
.question-wrapper .btn-wrapper button {
  background: #000;
  color: #fff;
  padding: 5px 16px;
  border-radius: 20px;
  border: none;
  outline: none;
  margin-right: 10px;
}
.mentor-name-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.mentor-name-wrapper .mentor-name {
  background: #f6f6f6;
  color: #000;
  padding: 8px 10px;
  margin: 5px 0;
  border-radius: 20px;
  margin-right: 5px;
  font-size: 12px;
  cursor: pointer !important;
}
.mentor-name-wrapper .mentor-name:hover {
  background-color: #e0e0e0;
}
.mentor-name-wrapper .mentor-name.selected  {
  background-color: #111;
  color: white;
  border-color: #111;
}
.mentor-name-wrapper .mentor-name.disabled, .selected-mentor-question.disabled {
  cursor: not-allowed !important;
  pointer-events: none;
} 
.selected-mentor-question{
  background: #f6f6f6;
  color: #000;
  padding: 8px 10px;
  margin: 5px 0;
  border-radius: 20px;
  margin-right: 5px;
  font-size: 12px;
  cursor: pointer !important;
  border: 0px;
}
.selected-mentor-question:hover {
  background-color: #e0e0e0;
}
.selected-mentor-question.selected  {
  background-color: #111;
  color: white;
  border-color: #111;
}

.book-url-wrapper .book-url {
  display: flex;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
}
.mentor-gpt-yes-no-btn{
  background: transparent !important;
  border: 1px solid #111 !important;
  color: #000 !important;
}
.mentor-gpt-yes-no-btn:hover{
  background: #111 !important;
  border: 1px solid #111 !important;
  color: white !important;
}
.mentor-gpt-form{
  display: flex;
  white-space: normal;
  margin-top: 12px;
  width: 100%;
  margin-left: 0px;
}

.mentor-gpt-form .form-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
}
.mentor-gpt-form .form-item  label {
  margin: 0 0 5px;
  color: #000;
  font-size: 14px;
}
.mentor-gpt-form .form-item input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 36px;
  background: #fff;
  outline: none;
  padding: 5px 12px;
  font-size: 14px;
}
.mentor-gpt-form button {
  outline: none;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  margin: 20px 0 0 !important;
  border-radius: 8px;
 
  background: #111 !important;
  border: 1px solid #111 !important;
  color: white !important;
}
.mentor-gpt-form button:hover{

  background: #111 !important;
  border: 1px solid #111 !important;
  color: white !important;
}

/* chat bot css */
.chat_assistantMessage__E_orB {
  white-space: normal;
  color: #111;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  flex-wrap: wrap;
}
.expert-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0;
}

.expert-container .mentor-info h3 
{
  text-align: center;
}

.expert-container .mentor-photo {
  display: flex;
    justify-content: center;
}
.expert-container .mentor-photo img {
  width: 250px;
}

.expert-container .mentor-podcast audio {
  width: 100%;
}

.expert-container + div{
  white-space: normal;
  margin: 10px 0 0;
}
.mentor{
display: flex;
flex-direction: column;
width: calc(33.33% - 8px);
}
.mentor .mentor-id{
  display: none;
}

.mentor .mentor-name{
order: 2;
color: #000;
text-align: center;
font-size: 12px;
line-height: 140%;
/* margin-top: auto; */
margin-bottom: 10px;
}

.mentor .mentor-designation {
display: none;
}

.mentor .mentor-image{
  position: relative;
  display: flex;
order: 1;
height: 100px;
margin: 0 0 10px;
align-items: center;
justify-content: center;
text-align: center;
/* background-image: url(/img/splash-bluev2.webp);
background-size: contain;
background-position: center;
background-repeat: no-repeat; */
}

.mentor .mentor-image::before {
  content: 'Learn More';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  padding: 10px 10px;
  background: #fff;
  color: #000;
  border-radius: 40px;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  display: none;
  cursor: pointer;
  z-index: 2;
}

.mentor .mentor-image::after {
  content: '';
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.mentor .mentor-image:hover::before,
.mentor .mentor-image:hover::after {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.mentor .mentor-image img {
  object-fit: contain;  
  width: 100%;
  height: 100%;
  margin: 0;
}

.mentor .mentor-podcast {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 3;
}
.mentor .mentor-podcast audio {
  width: 100%;
  }

  .chat_messages__QfNWF{
    height: 58vh;
    overflow: auto;
  }

  .chat_inputForm__3kuY5 {
    padding: 10px 0 0 !important;
    position: sticky;
    bottom: 0;
  }

  .mentorgpt-content{
    margin-bottom: 0 !important;
  }

  @media screen and (max-width: 800px) {
    .expert-container {
      flex-wrap: wrap;
    }
    .mentor{
      width: 100%;
      margin: 0 0 15px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      }
      .mentor .mentor-image{
        height: 80px;
      }
      .mentor .mentor-image img {
        object-fit: contain;
      }
      .mentor .mentor-podcast{
        max-width: 250px;
        width: 100%;
      }
  }

  .question-container{
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

.question-container .mentor-name{
    display: block;
  width: fit-content;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 16.2px;
  border-radius: 100px;
  padding: 12px 40px;
  background-color: #FFFFFF;
  outline: none;
  border: none;
  color: #111111;
  }
  .question-container .mentor-name:hover{
    cursor: pointer;
  }
  .mentor-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mentor-card .mentor-header .mentor-image{
    display: none;
  }
  .mentor-card .mentor-info{
    display: flex;
    flex-direction: column;
  }
  .mentor-card .mentor-bio{
    display: flex;
    flex-direction: column;
    width: fit-content;
  }

  .mentor-actions{
    display: flex;
    flex-direction: column;
  }
  .mentor-actions .action-links{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px 0 15px;
  }
  .mentor-actions .mentor-show-more {
    width: fit-content;
    border: none;
    font-weight: 500;
    line-height: 30px; /* match icon height */
    vertical-align: middle;
  }
  
  .mentor-actions .mentor-show-more::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 6px;
    background-image: url("/img/icon/icon-arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
  }
  .mentor-actions .mentor-view-details{
    width: fit-content;
    background: transparent ;
    border: 1px solid #111 ;
    border-radius: 100px;
    padding: 8px 16px;
    color: #000;
    transition: .2s all ease-in-out;
    cursor: pointer !important;
  }
  .mentor-actions .mentor-view-details:hover {
    background: #000;
    color: #fff;
  }
  .mentor-actions .mentor-connect {
    width: fit-content;
    color: white;
    border: 1px solid #111;
    border-radius: 100px;
    padding: 8px 16px;
    background: #000;
    
    display: inline-flex;
    align-items: center;
    gap: 6px; /* spacing between text and icon */
    cursor: pointer !important;
    transition: .2s all ease-in-out;
  }
  .mentor-actions .mentor-connect:hover {
    background: #fff;
    color: #000;
    border-color: transparent;
  }

  .mentor-actions .mentor-connect:hover::after {
    background-image: url("/img/icon/Black-circle-white-plus.svg");
  }
  
  .mentor-actions .mentor-connect::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/img/icon/White-circle-black-plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .chat_userMessage__1rGQ5,  .chat_assistantMessage__E_orB {
    padding: 10px 16px !important;
    font-size: 16px;
  }

  .chat_assistantMessage__E_orB {
    background: #005cff0f !important;
  }

  /* mentor-card */
  .mentor-card .mentor-header {
    display: flex;
    flex-wrap: wrap;
  }
  .mentor-card .mentor-header .mentor-info .mentor-name{
    font-size: 16px;
  }
  .mentor-card .mentor-header .mentor-info .mentor-designation{
    font-size: 14px;
    color: rgba(17, 17, 17, 0.70);
  }
  .mentor-card .mentor-bio{
    font-size: 14px;
    white-space: normal;
  }

  .mentor-card .mentor-actions {
    margin: 15px 0 0;
  }

  .mentor-card .mentor-actions .mentor-show-more{
    background: none !important;
    position: relative;
    display: inline-block;
    padding: 6px 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    border: none;
    cursor: pointer !important;
    color: #000;
    transition: letter-spacing .27s cubic-bezier(0,.57,.55,1);
    will-change: letter-spacing;
    margin: 0 0 5px;
  }
  .mentor-card .mentor-actions .mentor-show-more:hover {
    text-decoration: none !important;
    letter-spacing: -1px;
  }
  .mentor-card .mentor-actions .mentor-show-more::after {
    margin-left: 15px;
  }

  /* question-container */
  .question-container  {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0;
    margin: 15px 0;
  }
  .question-container .question{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 140%;
    white-space: normal;
    margin: 0 0 15px;
  }

  .question-container .mentor-name{
    white-space: normal;
    background: #fff;
    color: #000;
    padding: 10px 10px;
    border-radius: 20px;
    margin: 5px 10px 5px 0;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
  }
  .question-container .mentor-name.selected {
    background: #000;
    color: #fff;
  }
  .question-container button {
    outline: none;
    border: none;
    width: 100%;
    background: #000;
    color: #fff;
    margin: 15px 0 0 ;
    line-height: 1;
    border-radius: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
  }

  .question-container .selected-mentor-question {
    background: #fff;
    color: #000;
    width: auto;
    margin: 10px 10px 0 0;
    line-height: 120%;
    height: auto;
    padding: 10px 10px;
    white-space: normal;
  }
  .question-container .selected-mentor-question.selected {
    background: #000;
    color: #fff;
  }

  @media screen and (max-width: 767px) {
  
    .chat_messages__QfNWF {
      padding: 0 !important;
      height: 57vh;
    }
    .mentorgpt-searchbox {
      flex: 1;
    }
    .chat_userMessage__1rGQ5, .chat_assistantMessage__E_orB {
      padding: 12px 12px !important;
      font-size: 14px;
      line-height: 130%;
    }
    .chat_userMessage__1rGQ5, .chat_assistantMessage__E_orB, .chat_codeMessage__05BxW {
      max-width: 90% !important;
    }
    .mentor-actions .action-links {
      flex-wrap: wrap;
    }
    .question-container .question {
      font-size: 14px;
    }
    .mentor-gpt-form {
      padding: 15px 0;
    }
    .mentor .mentor-image:hover::before, .mentor .mentor-image:hover::after {
      display: none;
    }
  }
  
/* end of chat bot css */

/* new css for GPT */
.mentor-selection-reason{
  margin: 15px 0 !important;
}
.no-podcast{
  font-size: 12px;
  line-height: 120%;
}
.form-container{
  width: 100%;
}
.form-container form{
  width: 100%;
}

.action-btns{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.show-more-btn-gpt {
  margin: 10px 0;
  background: #000;
  color: #FFF;
  border-radius: 30px;
  display: flex;
  width: 'fit-content';
  padding: 8px 15px; 
  border: 1px solid #000;
  justify-content: 'center';
}

.connect-btn {
  margin: 10px 0;
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  border-radius: 30px;
  display: flex;
  width: 'fit-content';
  padding: 8px 15px; 
  justify-content: 'center';
}