/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html,
    body {
  font-family: Lato, sans-serif;
}

.container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 475px) {
  .container {
    max-width: 475px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 766px) {
  .container {
    max-width: 766px;
  }
}

@media (min-width: 991px) {
  .container {
    max-width: 991px;
  }
}

@media (min-width: 1198px) {
  .container {
    max-width: 1198px;
  }
}

@media (min-width: 1399px) {
  .container {
    max-width: 1399px;
  }
}

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

.email-login-container {
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.grid-upper-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.email-holder {
  display: flex;
  align-items: center;
  gap: 10px;
}

.grid-upper-header .email-holder a:first-child {
  display: none;
}

@media (min-width: 991px) {
  .grid-upper-header .email-holder a:first-child {
    display: block;
  }
}

.login-movile {
  display: block;
}

@media (min-width: 991px) {
  .login-movile {
    display: none;
  }
}

.email-holder a:first-child {
  display: block;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-right: 10px;
}

.form-grid-uper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.grid-upper-header a,.upper-from-login a, .nav-list ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 991px) {
  .grid-upper-header a,.upper-from-login a, .nav-list ul li a {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(64 72 78 / var(--tw-text-opacity));
  }
}

@media (min-width: 1600px) {
  .grid-upper-header a,.upper-from-login a, .nav-list ul li a {
    font-size: 18px;
    line-height: 24px;
  }
}

.form-grid-uper input {
  height: 30px;
  width: 100%;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-grid-uper input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.grid-upper-header a,.fre-pmp-link a {
  transition-duration: 500ms;
}

.grid-upper-header a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.form-grid-uper input.sbmt-btn {
  max-width: 125px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 1399px) {
  .form-grid-uper input.sbmt-btn {
    font-size: 16px;
  }
}

.form-grid-uper input.sbmt-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

.upper-from-login {
  margin-left: auto;
  display: none;
  width: 100%;
  max-width: 500px;
}

@media (min-width: 991px) {
  .upper-from-login {
    display: block;
  }
}

@media (min-width: 1198px) {
  .upper-from-login {
    max-width: 590px;
  }
}

.upper-from-login a {
  white-space: nowrap;
  font-weight: 400;
}

/* MAIN NAV BAR  */

.main-nav-bar .main-nav-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 991px) {
  .main-nav-bar .main-nav-grid {
    flex-direction: row;
    align-items: center;
    gap: 0px;
  }
}

.nav-list nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 991px) {
  .nav-list nav ul {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1198px) {
  .nav-list nav ul {
    gap: 35px;
  }
}

.nav-list nav ul li a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

.nav-list {
  display: none;
  padding-bottom: 30px;
}

@media (min-width: 991px) {
  .nav-list {
    display: block;
    padding-bottom: 0px;
  }
}

.menu-item-has-children {
  position: relative;
  max-width: 100%;
}

.menu-item-has-children a {
  position: relative;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.menu-item-has-children a::after {
  position: absolute;
  top: 6px;
  right: -20px;
  height: 14px;
  width: 14px;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 991px) {
  .menu-item-has-children a::after {
    right: -14px;
  }
}

@media (min-width: 1198px) {
  .menu-item-has-children a::after {
    right: -18px;
  }
}

.logo-mobile-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 991px) {
  .hamburger-icon {
    display: none;
  }
}

.pmp-btn {
  display: none;
}

@media (min-width: 991px) {
  .pmp-btn {
    display: block;
  }
}

.pmp-btn a {
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 1198px) {
  .pmp-btn a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }
}

@media (min-width: 1399px) {
  .pmp-btn a {
    font-size: 16px;
  }
}

.pmp-btn a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-nav-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-mai-nav {
  width: 100%;
  max-width: 140px;
}

@media (min-width: 991px) {
  .logo-mai-nav {
    max-width: 130px;
  }
}

@media (min-width: 1198px) {
  .logo-mai-nav {
    max-width: 180px;
  }
}

@media (min-width: 1600px) {
  .logo-mai-nav {
    max-width: 236px;
  }
}

.custome-header {
  top: 0px;
  z-index: 1111;
  width: 100%;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}

@media (min-width: 991px) {
  .custome-header {
    position: fixed;
  }
}

.margin-top {
  display: none;
}

@media (min-width: 991px) {
  .margin-top {
    display: block;
  }
}

/* .sub-menu{
        @apply absolute bottom-0 top-[50px] 
    } */

.become-a-certified .certified-title a {
  display: block;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(23 59 99 / var(--tw-border-opacity));
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .become-a-certified .certified-title a {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
  }
}

@media (min-width: 1198px) {
  .become-a-certified .certified-title a {
    padding-bottom: 12px;
    font-size: 20px;
  }
}

@media (min-width: 1399px) {
  .become-a-certified .certified-title a {
    padding-bottom: 18px;
    font-size: 22px;
  }
}

.sub-menus {
  top: 25px;
  left: 50%;
  z-index: 1111;
  display: none;
  width: 100%;
  padding-top: 20px;
  transition-duration: 500ms;
}

@media (min-width: 991px) {
  .sub-menus {
    position: absolute;
    width: 990px;
  }
}

@media (min-width: 1198px) {
  .sub-menus {
    width: 1150px;
    padding-top: 28px;
  }
}

@media (min-width: 1399px) {
  .sub-menus {
    width: 1440px;
  }
}

@media (min-width: 1600px) {
  .sub-menus {
    padding-top: 39px;
  }
}

.menu-item-has-children:hover .sub-menus {
  display: block;
}

.become-a-certified {
  width: 100%;
}

@media (min-width: 991px) {
  .become-a-certified {
    max-width: 365px;
  }
}

.certified-title {
  padding-bottom: 10px;
}

@media (min-width: 991px) {
  .certified-title {
    padding-bottom: 20px;
  }
}

@media (min-width: 1198px) {
  .certified-title {
    padding-bottom: 30px;
  }
}

@media (min-width: 1399px) {
  .certified-title {
    padding-bottom: 40px;
  }
}

.grid-virtual {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}

.become-a-certified .virtual-class-room a {
  border-style: none;
  padding: 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 1198px) {
  .become-a-certified .virtual-class-room a {
    font-size: 16px;
  }
}

@media (min-width: 1399px) {
  .become-a-certified .virtual-class-room a {
    font-size: 18px;
    line-height: 30px;
  }
}

.virtual-class-room {
  padding-top: 20px;
}

.become-certified,.for-corporate {
  width: 3000px;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 244 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 475px) {
  .become-certified,.for-corporate {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 991px) {
  .become-certified,.for-corporate {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1399px) {
  .become-certified,.for-corporate {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 55px;
    padding-right: 55px;
  }
}

.become-a-certified .certified-title:last-child {
  padding-bottom: 0px;
}

.coroporate-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 1198px) {
  .coroporate-holder {
    flex-direction: row;
  }
}

@media (min-width: 1399px) {
  .coroporate-holder {
    gap: 50px;
  }
}

.fre-pmp-btm {
  width: 100%;
  max-width: 437px;
}

.fre-pmp-link a {
  display: block;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.fre-pmp-btm p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

.for-corporate {
  display: none;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 27px;
  padding-bottom: 27px;
}

@media (min-width: 991px) {
  .for-corporate {
    display: block;
  }
}

@media (min-width: 1198px) {
  .for-corporate {
    padding-top: 49px;
    padding-bottom: 49px;
  }
}

.fre-pmp-btm p a {
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

.grid-trust-polot {
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 360px;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}

@media (min-width: 1399px) {
  .grid-trust-polot {
    padding-bottom: 40px;
  }
}

.logo-of-trust-piolot {
  width: 100%;
  max-width: 166px;
}

.grid-trust-polot .content-trust-piolot p {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.trustpioly-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1399px) {
  .trustpioly-holder {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.main-hold-guide {
  margin: auto;
  width: 100%;
  max-width: 386px;
}

.free-smart-guide h5 {
  padding-bottom: 7px;
  font-size: 25px;
  font-weight: 700;
  line-height: 51px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

@media (min-width: 1399px) {
  .free-smart-guide h5 {
    font-size: 30px;
  }
}

.free-smart-guide p {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 1399px) {
  .free-smart-guide p {
    font-size: 20px;
  }
}

.free-smart-guide h6 {
  padding-top: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 1399px) {
  .free-smart-guide h6 {
    font-size: 25px;
    line-height: 35px;
  }
}

.free-smart-guide h6 strong {
  font-weight: 800;
}

.download-free-guide {
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  padding-top: 49px;
  padding-bottom: 49px;
  padding-left: 45px;
  padding-right: 45px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.download-free-guide .download-data {
  margin: auto;
  width: 100%;
  max-width: 305px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.download-free-guide .download-data a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 1399px) {
  .download-free-guide .download-data a {
    font-size: 16px;
  }
}

.download-free-guide .download-data a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.hold-all-data-left-side {
  position: relative;
  height: 100%;
}

.trustpioly-holder {
  height: 100%;
}

.hold-all-data-left-side.new {
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 991px) {
  .hold-all-data-left-side.new {
    display: flex;
  }

  .main-holder-certified {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 4.0px 8.0px 8.0px rgba(0,0,0,0.38);
    --tw-shadow-colored: 4.0px 8.0px 8.0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 25px;
  left: -40px;
  display: none;
  width: 350px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 50px;
}

li.menu-item-has-children:hover .sub-menu {
  display: flex;
}

/* MAIN NAV BAR END */

/* TAB SEC  */

.tab-content {
  display: none;
  transition-duration: 500ms;
}

.main-title-tab h2 {
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .main-title-tab h2 {
    line-height: 40px;
  }
}

@media (min-width: 1399px) {
  .main-title-tab h2 {
    font-size: 32px;
    line-height: 51px;
  }
}

@media (min-width: 1600px) {
  .main-title-tab h2 {
    font-size: 35px;
  }
}

.main-title-tab p {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .main-title-tab p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1399px) {
  .main-title-tab p {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .main-title-tab p {
    font-size: 25px;
    line-height: 37px;
  }
}

.tab-button a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 991px) {
  .tab-button a {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (min-width: 1198px) {
  .tab-button a {
    font-size: 20px;
    line-height: 30px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1399px) {
  .tab-button a {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .tab-button a {
    font-size: 25px;
    line-height: 37px;
  }
}

.tab-button a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.tab-button.active a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.tab-button p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1600px) {
  .tab-button p {
    font-size: 18px;
  }
}

.tab-button p {
  display: none;
}

@media (min-width: 1198px) {
  .tab-button.active p {
    display: block;
  }
}

.right-tab-data {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

@media (min-width: 991px) {
  .right-tab-data {
    justify-content: normal;
    gap: 20px;
  }
}

@media (min-width: 1198px) {
  .right-tab-data {
    flex-direction: column;
  }
}

@media (min-width: 1600px) {
  .right-tab-data {
    gap: 24px;
  }
}

.btm-right-tab-content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 1198px) {
  .btm-right-tab-content p {
    font-size: 16px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1600px) {
  .btm-right-tab-content p {
    font-size: 18px;
  }
}

.btm-right-tab-content p a {
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

@media (min-width: 1198px) {
  .btm-right-tab-content p a {
    --tw-text-opacity: 1;
    color: rgb(255 186 2 / var(--tw-text-opacity));
  }
}

.mbole-btm-data-tab-holder {
  position: relative;
  padding: 25px;
}

@media (min-width: 1198px) {
  .mbole-btm-data-tab-holder {
    padding: 0px;
  }
}

.mbole-btm-data-tab-holder::after {
  position: absolute;
  top: 0px;
  left: -2000px;
  right: -2000px;
  bottom: 0px;
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.left-container-tab {
  margin: auto;
  width: 100%;
  max-width: 750px;
  padding-top: 30px;
}

@media (min-width: 1198px) {
  .left-container-tab {
    margin: 0px;
    max-width: 595px;
    padding-top: 0px;
  }
}

.left-container-tab::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -2000px;
  right: -2000px;
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1198px) {
  .left-container-tab::after {
    display: none;
  }
}

.main-title-tab {
  width: 100%;
  max-width: 600px;
  padding-bottom: 35px;
}

@media (min-width: 1198px) {
  .main-title-tab {
    max-width: 378px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1399px) {
  .main-title-tab {
    max-width: 470px;
    padding-bottom: 35px;
  }
}

@media (min-width: 1600px) {
  .main-title-tab {
    padding-bottom: 40px;
  }
}

.right-side-tab-data {
  width: 100%;
  max-width: 915px;
}

.btm-right-tab-content {
  margin: auto;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  padding: 15px;
}

@media (min-width: 1198px) {
  .btm-right-tab-content {
    margin-top: 0px;
    max-width: 95%;
    background-color: transparent;
    padding: 0px;
    padding-top: 18px;
  }
}

.pmp-guranted-sec {
  overflow: hidden;
  padding-bottom: 30px;
}

@media (min-width: 1198px) {
  .pmp-guranted-sec {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.mobile-tab-content {
  display: block;
  padding-bottom: 20px;
}

@media (min-width: 1198px) {
  .mobile-tab-content {
    display: none;
  }
}

.mobile-tab-content p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

.mobile-para {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1198px) {
  .mobile-para {
    display: none;
  }
}

.free-pmp-mobile a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.free-pmp-mobile {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.practice-question-sec {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1198px) {
  .practice-question-sec {
    display: none;
  }
}

/* TAB SEC END */

/* FIVE QUICK STEPS  */

.free-pmp-webinar-sec {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 244 / var(--tw-bg-opacity));
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 991px) {
  .free-pmp-webinar-sec {
    --tw-bg-opacity: 1;
    background-color: rgb(234 234 234 / var(--tw-bg-opacity));
  }
}

.five-quick-steps {
  width: 100%;
  max-width: 305px;
}

@media (min-width: 1198px) {
  .five-quick-steps {
    margin-left: auto;
    max-width: 465px;
  }
}

.five-quick-steps a {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 1198px) {
  .five-quick-steps a {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1399px) {
  .five-quick-steps a {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 1600px) {
  .five-quick-steps a {
    font-size: 45px;
    line-height: 51px;
  }
}

.five-quick-steps a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.main-sive-points li {
  list-style-type: decimal;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 1198px) {
  .main-sive-points li {
    font-size: 18px;
    line-height: 24px;
  }
}

.main-sive-points {
  width: 100%;
  max-width: 765px;
}

.main-sive-points ul {
  padding-left: 10px;
}

@media (min-width: 640px) {
  .main-sive-points ul {
    padding-left: 0px;
  }
}

/* FIVE QUICK STEPS END */

/* TRUST PILOT SEC  */

.pilot-thumbnail {
  margin: auto;
  width: 100%;
  max-width: 245px;
  padding-bottom: 10px;
}

@media (min-width: 991px) {
  .pilot-thumbnail {
    padding-bottom: 25px;
  }
}

.logo-trust-pilot p {
  font-size: 15px;
  line-height: 20px;
  color: #40484;
  transition-duration: 500ms;
}

@media (min-width: 991px) {
  .logo-trust-pilot p {
    font-size: 18px;
    line-height: 24px;
  }
}

.logo-trust-pilot p a {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  transition-duration: 500ms;
}

.logo-trust-pilot p a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 186 2 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.logo-trust-pilot {
  margin: auto;
  width: 100%;
  max-width: 510px;
  padding-bottom: 50px;
  text-align: center;
}

.trust-slider-holder {
  margin: auto;
  width: 100%;
  max-width: 1330px;
}

/* TRUST PILOT SEC END */

/* SLIDER  */

.slider-data1 {
  margin: auto;
  width: 100%;
  max-width: 225px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
  padding: 10px;
}

.star-image {
  padding-bottom: 10px;
}

.slider-data1 h4 {
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

.slider-data1 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.slider-data1 h6 {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

.all-hold-slider {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 5px;
}

@media (min-width: 991px) {
  .all-hold-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1198px) {
  .all-hold-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1399px) {
  .all-hold-slider {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.reasd-more-trust-pilote {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 52px;
  padding-top: 40px;
}

@media (min-width: 1198px) {
  .reasd-more-trust-pilote {
    padding-bottom: 60px;
    padding-top: 50px;
  }
}

@media (min-width: 1399px) {
  .reasd-more-trust-pilote {
    padding-bottom: 72px;
    padding-top: 55px;
  }
}

.reasd-more-trust-pilote a {
  display: inline-block;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 991px) {
  .reasd-more-trust-pilote a {
    --tw-bg-opacity: 1;
    background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  }
}

.reasd-more-trust-pilote a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.trust-pilot-sec {
  padding-top: 40px;
}

@media (min-width: 991px) {
  .trust-pilot-sec {
    padding-top: 55px;
  }
}

section.trust-pilot-sec .container {
  --tw-border-opacity: 1;
  border-color: rgb(175 175 175 / var(--tw-border-opacity));
}

@media (min-width: 991px) {
  section.trust-pilot-sec .container {
    border-bottom-width: 1px;
  }
}

/* .mySwiperreview .swiper-wrapper {
        @apply max-w-[1200px] w-full m-auto
    } */

/* SLIDER END */

/* WHY CHOSE  */

.why-chose-holder h2 {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 766px) {
  .why-chose-holder h2 {
    padding-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgb(23 59 99 / var(--tw-text-opacity));
  }
}

@media (min-width: 991px) {
  .why-chose-holder h2 {
    padding-bottom: 18px;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
  }
}

@media (min-width: 1399px) {
  .why-chose-holder h2 {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .why-chose-holder h2 {
    font-size: 35px;
  }
}

.why-chose-logo {
  margin: auto;
  display: none;
  width: 100%;
  max-width: 250px;
  padding-top: 22px;
  padding-bottom: 18px;
}

@media (min-width: 766px) {
  .why-chose-logo {
    display: block;
  }
}

@media (min-width: 1600px) {
  .why-chose-logo {
    max-width: 297px;
    padding-top: 28px;
    padding-bottom: 20px;
  }
}

.why-chose-holder p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 766px) {
  .why-chose-holder p {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    --tw-text-opacity: 1;
    color: rgb(64 72 78 / var(--tw-text-opacity));
  }
}

@media (min-width: 1399px) {
  .why-chose-holder p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1600px) {
  .why-chose-holder p {
    font-size: 22px;
  }
}

.why-chose-holder {
  margin: auto;
  width: 100%;
  max-width: 1100px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 766px) {
  .why-chose-holder {
    text-align: center;
  }
}

@media (min-width: 1600px) {
  .why-chose-holder {
    max-width: 1370px;
  }
}

.scientific-data h4 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

@media (min-width: 766px) {
  .scientific-data h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1399px) {
  .scientific-data h4 {
    padding-bottom: 15px;
    font-size: 25px;
  }
}

.scientific-data p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 1399px) {
  .scientific-data p {
    font-size: 18px;
    line-height: 24px;
  }
}

.scientific-data {
  position: relative;
  z-index: 1;
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 305px;
}

@media (min-width: 766px) {
  .scientific-data {
    max-width: 468px;
  }
}

@media (min-width: 991px) {
  .scientific-data {
    text-align: center;
  }
}

.why-chose-sec {
  padding-top: 70px;
  padding-bottom: 84px;
}

.grid-scientificaly-proven-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  padding-top: 30px;
}

@media (min-width: 766px) {
  .grid-scientificaly-proven-grid {
    gap: 35px;
  }
}

@media (min-width: 991px) {
  .grid-scientificaly-proven-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
  }
}

@media (min-width: 1198px) {
  .grid-scientificaly-proven-grid {
    padding-top: 40px;
  }
}

@media (min-width: 1399px) {
  .grid-scientificaly-proven-grid {
    padding-top: 55px;
  }
}

span.futura-text {
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: -1;
  display: block;
  font-family: Futura;
  font-size: 138px;
  line-height: 150px;
  --tw-text-opacity: 1;
  color: rgb(241 243 244 / var(--tw-text-opacity));
}

@media (min-width: 766px) {
  span.futura-text {
    display: none;
  }
}

/* WHY CHOSE END */

/* CONTACT BANER  */

.contact-sec-home-sec {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
}

@media (min-width: 991px) {
  .contact-sec-home-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1198px) {
  .contact-sec-home-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1399px) {
  .contact-sec-home-sec {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1600px) {
  .contact-sec-home-sec {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

/* .hold-student-logo{
        @apply flex items-end gap-[20px] smxl:gap-[35px] pb-[20px] lg:pb-[30px] smxl:pb-[40px] xl:pb-[60px] 2xl:pb-[70px]
    } */

.hold-student-logo {
  margin: auto;
  width: 100%;
  max-width: 235px;
  padding-bottom: 20px;
}

@media (min-width: 991px) {
  .hold-student-logo {
    max-width: 300px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1198px) {
  .hold-student-logo {
    max-width: 594px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1399px) {
  .hold-student-logo {
    padding-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .hold-student-logo {
    padding-bottom: 70px;
  }
}

.student-logo-data {
  width: 100%;
  max-width: 200px;
}

@media (min-width: 1198px) {
  .student-logo-data {
    max-width: 285px;
  }
}

.lofo-student {
  width: 100%;
  max-width: 150px;
}

@media (min-width: 1198px) {
  .lofo-student {
    max-width: 270px;
  }
}

.student-logo-data p {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 9px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 766px) {
  .student-logo-data p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (min-width: 1198px) {
  .student-logo-data p {
    font-size: 15px;
  }
}

@media (min-width: 1600px) {
  .student-logo-data p {
    font-size: 17px;
    line-height: 26px;
  }
}

.most-cheetah-student h2 {
  padding-bottom: 17px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .most-cheetah-student h2 {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1198px) {
  .most-cheetah-student h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (min-width: 1399px) {
  .most-cheetah-student h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 1600px) {
  .most-cheetah-student h2 {
    font-size: 45px;
    line-height: 51px;
  }
}

.most-cheetah-student p {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .most-cheetah-student p {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }
}

@media (min-width: 1198px) {
  .most-cheetah-student p {
    font-size: 20px;
  }
}

@media (min-width: 1399px) {
  .most-cheetah-student p {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .most-cheetah-student p {
    font-size: 30px;
    line-height: 40px;
  }
}

.most-cheetah-student h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .most-cheetah-student h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
  }
}

@media (min-width: 1198px) {
  .most-cheetah-student h4 {
    font-size: 35px;
  }
}

@media (min-width: 1399px) {
  .most-cheetah-student h4 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 1600px) {
  .most-cheetah-student h4 {
    font-size: 45px;
    line-height: 51px;
  }
}

.left-student {
  width: 100%;
  max-width: 535px;
}

@media (min-width: 1600px) {
  .left-student {
    max-width: 652px;
    padding-top: 70px;
  }
}

.data-input-type input,.data-input-type select {
  display: block;
  height: 40px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(175 175 175 / var(--tw-border-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .data-input-type input,.data-input-type select {
    font-size: 18px;
  }
}

.data-input-type input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .data-input-type input::-webkit-input-placeholder {
    font-size: 18px;
  }
}

.data-input-type select option::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

.data-input-type select option {
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

.data-input-type input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.data-input-type select:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.data-input-type select {
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

.right-student {
  width: 100%;
  max-width: 500px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 991px) {
  .right-student {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1198px) {
  .right-student {
    margin-left: auto;
  }
}

@media (min-width: 1399px) {
  .right-student {
    max-width: 575px;
  }
}

.student-form-holder {
  margin: auto;
  width: 100%;
  max-width: 515px;
}

.data-input-type {
  padding-bottom: 20px;
}

.sbmt-btn-holder .sbmt-btn {
  cursor: pointer;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 991px) {
  .sbmt-btn-holder .sbmt-btn {
    font-size: 16px;
  }
}

.sbmt-btn-holder .sbmt-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sbmt-btn-holder {
  margin: auto;
  width: 100%;
  max-width: 365px;
  padding-top: 20px;
  text-align: center;
}

.right-student label {
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .right-student label {
    font-size: 18px;
    line-height: 24px;
  }
}

/* CONTACT BANER END */

/* REFER FRIEND  */

.refer-sec {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 766px) {
  .refer-sec {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.refer-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 766px) {
  .refer-grid {
    flex-direction: row;
  }
}

.image-refer {
  width: 100%;
}

@media (min-width: 766px) {
  .image-refer {
    width: 50%;
  }
}

.refer-content {
  width: 100%;
  max-width: 400px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 766px) {
  .refer-content {
    margin-left: 20px;
    max-width: 370px;
  }
}

@media (min-width: 991px) {
  .refer-content {
    margin-left: 40px;
  }
}

@media (min-width: 1198px) {
  .refer-content {
    margin-left: 90px;
  }
}

@media (min-width: 1399px) {
  .refer-content {
    margin-left: 120px;
    max-width: 475px;
  }
}

@media (min-width: 1600px) {
  .refer-content {
    margin-left: 140px;
    max-width: 568px;
  }
}

.refer-content h2 {
  padding-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
}

@media (min-width: 991px) {
  .refer-content h2 {
    padding-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 1198px) {
  .refer-content h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (min-width: 1399px) {
  .refer-content h2 {
    padding-bottom: 50px;
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 1600px) {
  .refer-content h2 {
    font-size: 45px;
    line-height: 51px;
  }
}

.refer-content a {
  display: inline-block;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 991px) {
  .refer-content a {
    font-size: 16px;
  }
}

.refer-content a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* REFER FRIEND END */

/* PROJRCT MANAGMENT HOLDER  */

.project-managment-holder {
  margin: auto;
  width: 100%;
  max-width: 1350px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 55px;
  text-align: center;
}

@media (min-width: 991px) {
  .project-managment-holder {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1198px) {
  .project-managment-holder {
    padding-bottom: 60px;
  }
}

@media (min-width: 1399px) {
  .project-managment-holder {
    padding-bottom: 70px;
  }
}

@media (min-width: 1600px) {
  .project-managment-holder {
    padding-bottom: 80px;
  }
}

.projec-new-holder {
  margin: auto;
  width: 100%;
  max-width: 1285px;
}

.unsure {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .unsure {
    padding-bottom: 25px;
  }
}

@media (min-width: 1198px) {
  .unsure {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 1399px) {
  .unsure {
    font-size: 35px;
    line-height: 51px;
  }
}

.project-managment-holder p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .project-managment-holder p {
    font-size: 18px;
    font-weight: 700;
  }
}

@media (min-width: 1198px) {
  .project-managment-holder p {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (min-width: 1399px) {
  .project-managment-holder p {
    font-size: 22px;
    line-height: 30px;
  }
}

.company-grid-logo {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 60px;
  padding-top: 40px;
}

@media (min-width: 766px) {
  .company-grid-logo {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
  }
}

@media (min-width: 991px) {
  .company-grid-logo {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-top: 50px;
  }
}

@media (min-width: 1198px) {
  .company-grid-logo {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 1399px) {
  .company-grid-logo {
    padding-top: 70px;
  }
}

.image-logo-of-company {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.projrct-managment-sec {
  padding-top: 42px;
}

@media (min-width: 991px) {
  .projrct-managment-sec {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 50px;
  }
}

@media (min-width: 1198px) {
  .projrct-managment-sec {
    padding-top: 70px;
  }
}

@media (min-width: 1399px) {
  .projrct-managment-sec {
    padding-top: 80px;
  }
}

@media (min-width: 1600px) {
  .projrct-managment-sec {
    padding-top: 90px;
  }
}

.projrct-managment-sec .container {
  --tw-border-opacity: 1;
  border-color: rgb(175 175 175 / var(--tw-border-opacity));
}

@media (min-width: 1198px) {
  .projrct-managment-sec .container {
    border-bottom-width: 1px;
  }
}

/* PROJRCT MANAGMENT HOLDER END */

/* UNSURE CREDETINAL  */

.unsure-title {
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}

.unsure-title h4 {
  padding-bottom: 0px;
}

.student-result {
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 510px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 23px;
}

.student-thumbnail {
  padding-bottom: 20px;
}

.body-student {
  text-align: center;
}

.body-student h5 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .body-student h5 {
    --tw-text-opacity: 1;
    color: rgb(23 59 99 / var(--tw-text-opacity));
  }
}

@media (min-width: 1198px) {
  .body-student h5 {
    font-size: 19px;
  }
}

@media (min-width: 1399px) {
  .body-student h5 {
    font-size: 23px;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .body-student h5 {
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 40px;
  }
}

.body-student p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .body-student p {
    font-size: 18px;
    line-height: 24px;
  }
}

.grid-view-testi a {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  transition-duration: 500ms;
}

@media (min-width: 991px) {
  .grid-view-testi a {
    font-size: 12px;
  }
}

@media (min-width: 1399px) {
  .grid-view-testi a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .grid-view-testi a {
    font-size: 16px;
  }
}

.grid-view-testi a:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.grid-view-testi a:last-child {
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.grid-view-testi a:first-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.grid-view-testi a:last-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.grid-view-testi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

@media (min-width: 991px) {
  .grid-view-testi {
    flex-direction: row;
  }
}

.body-student {
  height: auto;
  padding-bottom: 20px;
}

@media (min-width: 1399px) {
  .body-student {
    height: 320px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1600px) {
  .body-student {
    height: 300px;
  }
}

.grid-unsecure-crediential {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 25px;
}

@media (min-width: 991px) {
  .grid-unsecure-crediential {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
  }
}

@media (min-width: 1399px) {
  .grid-unsecure-crediential {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.counselor {
  margin: auto;
  width: 100%;
  max-width: 265px;
}

@media (min-width: 766px) {
  .counselor {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.counselor a {
  display: block;
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-duration: 500ms;
}

@media (min-width: 991px) {
  .counselor a {
    --tw-text-opacity: 1;
    color: rgb(255 186 2 / var(--tw-text-opacity));
  }
}

@media (min-width: 1198px) {
  .counselor a {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1399px) {
  .counselor a {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 1600px) {
  .counselor a {
    font-size: 35px;
    line-height: 51px;
  }
}

.counselor a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .counselor a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.unsure-credential-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 244 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1198px) {
  .unsure-credential-sec {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.unsure-credential-sec::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  height: 480px;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1399px) {
  .unsure-credential-sec::after {
    --tw-bg-opacity: 1;
    background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1600px) {
  .unsure-credential-sec::after {
    height: 465px;
  }
}

/* UNSURE CREDETINAL END */

/* CHEETAH LEARNING  */

.ifreme-video-holder {
  margin: auto;
  width: 100%;
  max-width: 305px;
}

@media (min-width: 766px) {
  .ifreme-video-holder {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (min-width: 991px) {
  .ifreme-video-holder {
    text-align: center;
  }
}

.frame-video-holder iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.frame-video-holder {
  margin: auto;
  height: 170px;
  width: 100%;
  max-width: 786px;
  padding-top: 30px;
}

@media (min-width: 766px) {
  .frame-video-holder {
    height: 300px;
  }
}

@media (min-width: 1198px) {
  .frame-video-holder {
    height: 447px;
  }
}

.ifreme-video-holder h4 {
  padding-bottom: 0px;
}

.synthesis-tecgnique h4 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .synthesis-tecgnique h4 {
    font-size: 18px;
  }
}

@media (min-width: 1399px) {
  .synthesis-tecgnique h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

.synthesis-tecgnique p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 1399px) {
  .synthesis-tecgnique p {
    font-size: 18px;
    line-height: 24px;
  }
}

.synthesis-tecgnique {
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 365px;
  --tw-border-opacity: 1;
  border-color: rgb(23 59 99 / var(--tw-border-opacity));
  padding-right: 20px;
}

@media (min-width: 991px) {
  .synthesis-tecgnique {
    border-right-width: 1px;
  }
}

.grid-acclerated-learning {
  display: grid;
  gap: 15px;
  padding-top: 25px;
}

@media (min-width: 766px) {
  .grid-acclerated-learning {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 991px) {
  .grid-acclerated-learning {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding-top: 30px;
  }
}

@media (min-width: 1198px) {
  .grid-acclerated-learning {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 40px;
  }
}

@media (min-width: 1399px) {
  .grid-acclerated-learning {
    gap: 30px;
    padding-top: 60px;
  }
}

.learning-training-sec {
  position: relative;
  z-index: 1;
  padding-top: 35px;
  padding-bottom: 40px;
}

@media (min-width: 991px) {
  .learning-training-sec {
    padding-top: 45px;
  }
}

@media (min-width: 1399px) {
  .learning-training-sec {
    padding-top: 50px;
  }
}

.learning-training-sec::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  height: 465px;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 991px) {
  .learning-training-sec::after {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1198px) {
  .learning-training-sec::after {
    height: 480px;
  }
}

@media (min-width: 1399px) {
  .learning-training-sec::after {
    height: 495px;
  }
}

.grid-acclerated-learning .synthesis-tecgnique:last-child {
  border-color: transparent;
}

/* CHEETAH LEARNING END */

/* FEATURED MANAGMENT  */

.fetured-sec {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 30px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

@media (min-width: 766px) {
  .fetured-sec {
    padding-bottom: 55px;
  }
}

@media (min-width: 991px) {
  .fetured-sec {
    --tw-bg-opacity: 1;
    background-color: rgb(23 59 99 / var(--tw-bg-opacity));
    padding-top: 45px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1198px) {
  .fetured-sec {
    padding-bottom: 60px;
  }
}

@media (min-width: 1399px) {
  .fetured-sec {
    padding-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .fetured-sec {
    padding-bottom: 90px;
  }
}

.feature-certifaction {
  margin: auto;
  width: 100%;
  max-width: 410px;
}

@media (min-width: 991px) {
  .feature-certifaction {
    max-width: 1000px;
    padding-bottom: 40px;
    text-align: center;
  }
}

@media (min-width: 1198px) {
  .feature-certifaction {
    padding-bottom: 50px;
  }
}

@media (min-width: 1399px) {
  .feature-certifaction {
    padding-bottom: 70px;
  }
}

@media (min-width: 1600px) {
  .feature-certifaction {
    max-width: 1085px;
    padding-bottom: 90px;
  }
}

.feature-certifaction h4 {
  padding-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .feature-certifaction h4 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.feature-certifaction p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

@media (min-width: 991px) {
  .feature-certifaction p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width: 1399px) {
  .feature-certifaction p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1600px) {
  .feature-certifaction p {
    font-size: 22px;
    line-height: 30px;
  }
}

.tab-contenttab {
  display: none;
}

.grid-exam-tab {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 30px;
}

@media (min-width: 991px) {
  .grid-exam-tab {
    flex-direction: row;
  }
}

@media (min-width: 1399px) {
  .grid-exam-tab {
    gap: 50px;
  }
}

.tab-first-right .tab-linkss {
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  transition-duration: 500ms;
}

@media (min-width: 991px) {
  .tab-first-right .tab-linkss {
    font-weight: 500;
  }
}

@media (min-width: 1198px) {
  .tab-first-right .tab-linkss {
    font-size: 18px;
  }
}

@media (min-width: 1399px) {
  .tab-first-right .tab-linkss {
    font-size: 20px;
    line-height: 27px;
  }
}

@media (min-width: 1600px) {
  .tab-first-right .tab-linkss {
    font-size: 25px;
    line-height: 37px;
  }
}

.tab-first-right .tab-linkss:hover {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

a.tab-labeltabnew.activeshow {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.grid-project-managment-tab-side {
  display: none;
  flex-direction: column-reverse;
  gap: 30px;
}

@media (min-width: 991px) {
  .grid-project-managment-tab-side {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 1198px) {
  .grid-project-managment-tab-side {
    gap: 40px;
  }
}

@media (min-width: 1399px) {
  .grid-project-managment-tab-side {
    gap: 80px;
  }
}

.grid-project-managment-tab-side-top {
  flex-direction: column-reverse;
  gap: 20px;
  padding-bottom: 25px;
}

@media (min-width: 991px) {
  .grid-project-managment-tab-side-top {
    display: none;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1198px) {
  .grid-project-managment-tab-side-top {
    gap: 40px;
  }
}

@media (min-width: 1399px) {
  .grid-project-managment-tab-side-top {
    gap: 80px;
  }
}

.project-content,.project-managment-thumbnail {
  width: 100%;
}

@media (min-width: 991px) {
  .project-content,.project-managment-thumbnail {
    width: 50%;
  }
}

.project-content-holder {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 991px) {
  .project-content-holder {
    margin-left: auto;
    max-width: 440px;
  }
}

.tab-two-thumbnial {
  width: 100%;
  max-width: 495px;
}

.tab-first-right {
  width: 100%;
}

@media (min-width: 991px) {
  .tab-first-right {
    width: 33%;
  }
}

.tab-right-data {
  width: 73%;
}

.project-content h4 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

@media (min-width: 1198px) {
  .project-content h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1600px) {
  .project-content h4 {
    font-size: 20px;
    line-height: 40px;
  }
}

.project-content p {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

@media (min-width: 1600px) {
  .project-content p {
    font-size: 18px;
    line-height: 24px;
  }
}

.tab-two-learn-more a {
  display: inline-block;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

.tab-two-learn-more a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

.tab-two-learn-more {
  padding-top: 20px;
}

@media (min-width: 991px) {
  .tab-two-learn-more {
    padding-top: 30px;
  }
}

@media (min-width: 1600px) {
  .tab-two-learn-more {
    padding-top: 75px;
  }
}

.tab-labeltabnew.activeshow a {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

/* FEATURED MANAGMENT END */

/* SIGN UP  */

.sign-up-holder {
  margin: auto;
  width: 100%;
  max-width: 285px;
  text-align: center;
}

@media (min-width: 766px) {
  .sign-up-holder {
    max-width: 1000px;
  }
}

.sign-up-holder .unsure {
  padding-bottom: 0px;
  line-height: 30px;
}

@media (min-width: 991px) {
  .sign-up-holder .unsure {
    line-height: 35px;
  }
}

@media (min-width: 1399px) {
  .sign-up-holder .unsure {
    line-height: 46px;
  }
}

.form-sign-holder input {
  display: block;
  height: 44px;
  width: 100%;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.form-sign-holder input::-webkit-input-placeholder {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.form-sign-holder input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.grid-form-sign-up {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 13px;
  padding-top: 35px;
}

@media (min-width: 766px) {
  .grid-form-sign-up {
    flex-direction: row;
  }
}

@media (min-width: 991px) {
  .grid-form-sign-up {
    padding-top: 40px;
  }
}

@media (min-width: 1198px) {
  .grid-form-sign-up {
    padding-top: 50px;
  }
}

@media (min-width: 1399px) {
  .grid-form-sign-up {
    padding-top: 60px;
  }
}

.hold-input-sign {
  width: 100%;
  text-align: center;
}

.hold-input-sign .btn-sbmt-sign {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  font-weight: 600;
  line-height: 20px;
  transition-duration: 500ms;
}

.hold-input-sign .btn-sbmt-sign:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sign-sec {
  padding-top: 35px;
  padding-bottom: 50px;
}

@media (min-width: 991px) {
  .sign-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1198px) {
  .sign-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1399px) {
  .sign-sec {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1600px) {
  .sign-sec {
    padding-bottom: 110px;
  }
}

/* SIGN UP END */

/* MOVE UP  */

.move-up-sec {
  padding-top: 40px;
  padding-bottom: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1198px) {
  .move-up-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1399px) {
  .move-up-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.move-up-holder .unsure {
  padding-bottom: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.move-up-holder h6,.move-up-holder a {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

@media (min-width: 991px) {
  .move-up-holder h6,.move-up-holder a {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1399px) {
  .move-up-holder h6,.move-up-holder a {
    font-size: 30px;
    line-height: 46px;
  }
}

.move-up-holder a {
  text-decoration-line: underline;
  transition-duration: 500ms;
}

.move-up-holder a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.move-up-holder {
  margin: auto;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

@media (min-width: 766px) {
  .move-up-holder {
    max-width: 600px;
  }
}

/* MOVE UP END */

/* FOOTER  */

.custom-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  padding-top: 30px;
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

@media (min-width: 991px) {
  .custom-footer {
    padding-top: 40px;
  }
}

@media (min-width: 1399px) {
  .custom-footer {
    padding-top: 55px;
  }
}

.cheetah-footer-logo-holder {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 35px;
}

@media (min-width: 991px) {
  .cheetah-footer-logo-holder {
    margin: auto;
    text-align: center;
  }
}

.foter-logo {
  width: 100%;
  max-width: 255px;
  padding-bottom: 20px;
}

@media (min-width: 991px) {
  .foter-logo {
    margin: auto;
  }
}

.cheetah-footer-logo-holder a,.cheetah-footer-logo-holder p,.nav-list-holder-grid a,.capm-holder p,.audit-info-holder p,.audit-info-holder li,.copy-right-footer p,.copy-right-footer a {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width: 991px) {
  .cheetah-footer-logo-holder a,.cheetah-footer-logo-holder p,.nav-list-holder-grid a,.capm-holder p,.audit-info-holder p,.audit-info-holder li,.copy-right-footer p,.copy-right-footer a {
    font-size: 15px;
  }
}

@media (min-width: 1399px) {
  .cheetah-footer-logo-holder a,.cheetah-footer-logo-holder p,.nav-list-holder-grid a,.capm-holder p,.audit-info-holder p,.audit-info-holder li,.copy-right-footer p,.copy-right-footer a {
    font-size: 18px;
  }
}

.nav-list-holder-grid a {
  font-weight: 600;
}

.capm-holder p,.audit-info-holder p,.audit-info-holder li,.copy-right-footer a,.copy-right-footer p {
  font-weight: 400;
}

.adress {
  margin: auto;
  width: 100%;
  max-width: 325px;
  padding-bottom: 15px;
}

.caal-footer a {
  font-weight: 500;
}

.custom-footer a {
  transition-duration: 500ms;
}

.custom-footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.caal-footer {
  display: flex;
  flex-direction: column;
}

@media (min-width: 991px) {
  .caal-footer {
    flex-direction: row;
    gap: 5px;
  }
}

.nav-list-holder-grid {
  display: flex;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-direction: row;
  gap: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 991px) {
  .nav-list-holder-grid {
    margin: auto;
    align-items: center;
    gap: 30px;
  }
}

.nav-list-holder-grid ul {
  margin: auto;
  display: flex;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-direction: column;
  align-items: baseline;
  gap: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 991px) {
  .nav-list-holder-grid ul {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1198px) {
  .nav-list-holder-grid ul {
    gap: 30px;
  }
}

.hod-ultwo {
  margin: auto;
  display: flex;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 991px) {
  .hod-ultwo {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1198px) {
  .hod-ultwo {
    gap: 30px;
  }
}

.nav-list-footer {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(175 175 175 / var(--tw-border-opacity));
}

.capm-content,.audit-info-holder {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(175 175 175 / var(--tw-border-opacity));
}

li.active a {
  --tw-text-opacity: 1;
  color: rgb(255 186 2 / var(--tw-text-opacity));
}

.search-icon ul {
  padding-top: 0px;
  padding-bottom: 0px;
}

.capm-holder {
  margin: auto;
  width: 100%;
  max-width: 1045px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 991px) {
  .capm-holder {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
}

.audit-max {
  margin: auto;
  width: 100%;
  max-width: 495px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 991px) {
  .audit-max {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.audit-max ul {
  padding-top: 10px;
  padding-left: 20px;
}

.audit-max li {
  list-style-type: decimal;
  padding-bottom: 2px;
}

.copy-right-content {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

@media (min-width: 991px) {
  .copy-right-content {
    display: flex;
  }
}

@media (min-width: 1198px) {
  .copy-right-content {
    gap: 80px;
  }
}

@media (min-width: 1399px) {
  .copy-right-content {
    gap: 130px;
  }
}

@media (min-width: 1600px) {
  .copy-right-content {
    gap: 180px;
  }
}

.copy-right-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 991px) {
  .copy-right-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.social-media {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}

@media (min-width: 766px) {
  .social-media {
    display: none;
  }
}

.search-icon ul a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.grid-term-condirions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 20px;
}

@media (min-width: 991px) {
  .grid-term-condirions {
    display: none;
  }
}

.term-holder {
  width: 100%;
  max-width: 145px;
}

.mobile-logo-data-copy-foter {
  display: block;
}

@media (min-width: 991px) {
  .mobile-logo-data-copy-foter {
    display: none;
  }
}

.scrl-top {
  position: fixed;
  bottom: 8%;
  right: 2%;
  z-index: 1111;
  display: none;
}

/* SEARCH MODAL  */

.sec-serach-modal {
  position: fixed;
  top: 0px;
  z-index: 1111;
  display: none;
  height: 100%;
  width: 100%;
  transition-duration: 500ms;
}

.over-lay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.serach-holder-modal input {
  height: 40px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

.serach-holder-modal input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.modal-submit {
  max-width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
}

@media (min-width: 991px) {
  .modal-submit {
    max-width: 200px;
  }
}

.modal-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.serch-grid-modal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 991px) {
  .serch-grid-modal {
    flex-direction: row;
  }
}

.serach-holder-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 20px;
  padding-right: 20px;
}

.close-cross-modal {
  position: absolute;
  top: 10px;
  right: 5%;
  z-index: 9999;
  width: 100%;
  max-width: 50px;
  cursor: pointer;
}

/* SEARCH MODAL END */

/* MOBILE POPUP  */

.mobile-modal-sec {
  position: fixed;
  top: 0px;
  z-index: 1111;
  display: none;
  height: 100%;
  width: 100%;
  transition-duration: 500ms;
}

.mobile-title-holder h4 {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 59 99 / var(--tw-border-opacity));
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 51px;
  --tw-text-opacity: 1;
  color: rgb(23 59 99 / var(--tw-text-opacity));
}

.mobile-title-holder {
  padding-bottom: 25px;
}

.mobile-login-holder {
  position: absolute;
  top: 322px;
  left: 50%;
  margin: auto;
  width: 100%;
  max-width: 345px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.iner-mobile-form-holder input {
  margin-bottom: 18px;
  height: 44px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(175 175 175 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

.iner-mobile-form-holder input::-webkit-input-placeholder {
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(64 72 78 / var(--tw-text-opacity));
}

.iner-mobile-form-holder input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mobile-forget-pw a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(31 112 193 / var(--tw-text-opacity));
}

.mobile-forget-pw {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

input.btn-mobile-btn {
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 59 99 / var(--tw-bg-opacity));
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

input.btn-mobile-btn:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 2 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.mobile-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

section.mobile-modal-sec .close-cross-modal {
  max-width: 30px;
}

/* MOBILE POPUP END */

/* fixes */

.grid-virtual span {
  padding-left: 13px;
}

.why-chose-holder h2 span {
  display: block;
}

@media (min-width: 766px) {
  .why-chose-holder h2 span {
    display: none;
  }
}

/* fixesend */

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.block {
  display: block;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[23px\] {
  gap: 23px;
}

/* .futura{
        font-family: 'Futura';
    } */

@font-face {
  font-family: 'Futura';

  src: url('../fonts/FuturaBT-BoldCondensed.woff2') format('woff2'),
        url('../fonts/FuturaBT-BoldCondensed.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@media (min-width: 475px) {
  .xs\:gap-\[30px\] {
    gap: 30px;
  }
}

@media (min-width: 991px) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }
}

@media (min-width: 1198px) {
  .smxl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .smxl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .smxl\:gap-\[50px\] {
    gap: 50px;
  }

  .smxl\:gap-\[60px\] {
    gap: 60px;
  }
}

@media (min-width: 1399px) {
  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:gap-\[70px\] {
    gap: 70px;
  }
}

@media (min-width: 1600px) {
  .\32xl\:gap-\[85px\] {
    gap: 85px;
  }
}