@import url("https://fonts.googleapis.com/css2?family=Lato&family=Poppins:wght@100;300;400;500;600;700&display=swap");

/* html {
  transition: background-color 0.3s ease, color 0.3s ease;
} */

/* :root {
  --bg: #fff;
  --primary: #33b0ca;
  --text: #252525;
  --subtext: #616161;
  --popup-bg: #fafafa;
  --popup-border: #eaeaea;
} */

/* .theme-dark {
  --bg: #121212;
  --primary: #33b0ca;
  --text: #f1f1f1;
  --subtext: #a5a5a5;
  --popup-bg: #1e1e1e;
  --popup-border: #333333;
} */

html {
  background: #fff !important;
  color: #252525 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
  background: #fff !important;
  color: #252525 !important;
}

.button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.base-bootstrap-nav {
  background-color: #fafafa;
}

.language-dropdown {
  padding-right: 10px;
  border-right: 1px solid #33b0ca !important;
  color: #33b0ca;
  font-size: 14px;
}

.langauage-menu {
  padding: 4px 10px;
  border-radius: 3px;
}

.langauage-menu .dropdown-menu {
  border: 2px solid #252525;
  padding: 16px;
}

.langauage-menu .dropdown-menu li {
  background: #eaeaea;
  margin: 8px 0;
  border-radius: 8px;
}

.langauage-menu .dropdown-menu li:hover a {
  background: #33b0ca !important;
  border-radius: 8px;
  color: #fff !important;
}

.userGreet {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #252525;
  margin-right: 10px;
}

.userName {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #252525;
}

ul {
  list-style: none !important;
  padding-left: 0rem;
  margin-bottom: 0;
  margin-top: 0;
}

.ContainerWidth {
  margin: 0 auto !important;
  width: 92% !important;
}

.Mobile-nav {
  display: none;
}

.profile-dropdown-container ul {
  position: absolute !important;
  left: auto !important;
  border: 2px solid #33b0ca;
  padding: 16px !important;
  right: 0px !important;
  width: 245px;
}

.profile-dropdown-container ul li {
  background: #eaeaea;
  margin: 8px 0;
  border-radius: 8px;
}

.profile-dropdown-container .dropdown-item {
  color: #252525;
}

.profile-dropdown-container ul li:hover a {
  background: #33b0ca !important;
  border-radius: 8px;
  color: #fff !important;
}

.rhm-icon-container {
  display: none;
  margin-right: 11px;
}

.rhm-icon-container img {
  cursor: pointer;
}

.navigation .navbar .dropdown-menu {
  background-color: #fafafa;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.navigation .navbar .service-Megamenu a {
  color: #252525 !important;
  padding: 10px 16px;
  text-decoration: none;
  text-align: left;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: block;
}

#LinkBtnGroup > a.active {
  background-color: #fff;
  margin-top: 10px;
  color: #fff;
  background-color: #33b0ca;
  pointer-events: none;
}

.LinkButtons {
  color: #33b0ca;
  background-color: #fff;
}

.Mobile_rightSideView {
  display: none;
}

.desktop_rightSideView {
  display: flex;
  align-items: center;
}

.desktopLogo {
  display: block;
}

#right-icon-2,
.rhm-menu-container {
  display: none;
}

.mnfBrand-logo {
  width: 71px;
  height: 60px;
}

.desktopNavbarLinks .navbar-nav li a.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #252525;
}

.navbar-nav > li > div.service-Megamenu {
  visibility: hidden;
  background-color: #fff;
  position: absolute;
  margin-top: 10px;
  width: 305px;
  color: #333;
  box-sizing: border-box;
  z-index: 3;
  font-size: 14px;
  border-radius: 5px;
  opacity: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  left: 118px;
  top: 40px;
}

.navbar-nav > li > div.services-Megamenu {
  width: 298px !important;
}

.service-ColFix {
  height: 350px;
  max-height: calc(100vh - 120px);
}

.ServicesMegamenuLastChild {
  margin-bottom: 0;
}

.navbar-nav > li:hover > div.service-Megamenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  z-index: 99;
  transform: rotateX(0deg);
}

.service-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 16px;
  display: flex;
  justify-content: space-between;
}

.Megamenu-ColFix {
  background: #eaeaea;
  border-radius: 8px;
  overflow: auto;
  width: 270px;
  padding: 0;
}

.Megamenu-ColFix a[style*="font-size: bold;"] {
  color: #33b0ca !important;
  font-weight: 600;
  line-height: 22px;
  margin-top: 15px !important;
}

.Megamenu-ColFix a[style*="font-size: bold;"]:hover {
  color: #33b0ca !important;
  font-weight: 600;
  line-height: 22px;
  margin-top: 15px !important;
}

.Megamenu-ColFix a:focus,
.Megamenu-ColFix a:hover {
  color: #252525 !important;
  background-color: transparent !important;
}

.MegamenuSecondChild {
  padding-top: 8px;
}

.Megamenu-ColFix ul li:last-child {
  margin-bottom: 10px;
}

.langauage-menu .dropdown-menu {
  min-width: 135px !important;
}

.services-doodle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
}

.services-doodle img {
  width: 39px;
  height: 39px;
  margin-right: 8px;
}

.services-doodle span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

.base-body {
  min-height: unset !important;
  position: static !important;
}

.base-navbar-overwrite {
  display: block;
  overflow: visible;
  position: static;
  transition: none;
  width: inherit;
}

.corporate-ui-fix,
.Accrdheader {
  background-color: #fff;
}

.navbar-ul-container {
  /* transform: translateY(-7px) !important; */
  margin-top: 0px;
}

.HeightNav {
  height: 70px;
}

.navigation .navbar .service-Megamenu a:hover {
  color: #33b0ca !important;
  font-weight: 600;
}

#profilePicture,
#profilePictureMobile {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 2px;
}

.profile-dropdown-container {
  box-shadow: none !important;
}

/* Refer your friend css */

.dark-bg-refer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1031;
}

.refer-popup-tailwind {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 764.82px;
  height: auto;
  padding: 2rem 0;
  z-index: 1032;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: none;
}

.dark-bg-refer {
  display: none;
}

.refer-popup-tailwind h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: #33b0ca;
}

.friend-email-input-container {
  width: 80%;
}

.friend-email-input-container div {
  position: relative;
}

.friend-email-input-container input {
  width: 100%;
  outline: none;
  border: 1px solid #616161;
  border-radius: 8px;
  padding: 0.6rem;
  margin: 0.6rem 0;
}

.friend-email-input-container i {
  position: absolute;
  right: 16px;
  top: 24px;
  cursor: pointer;
}

.refer-btn-tailwind {
  background: #33b0ca;
  color: #fff;
  width: 80px;
  height: 42px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: 10%;
  border: none !important;
  box-shadow: none !important;
}

.addmore-btn-tailwind {
  width: 80%;
  background: #fff;
  border: 1px solid #bcbcbc;
  outline: none;
  color: #bcbcbc;
  padding: 0.6rem;
  border-radius: 8px;
}

.cross-btn-refer {
  border: none;
  background: red;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  right: -14px;
}

.refer-alert-prompt {
  color: red;
  margin-right: auto;
  margin-left: 10%;
}

.refer-back-arrow-mobile {
  display: none !important;
}

.refer-thankyou-popup {
  width: 552px;
  height: 320px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  z-index: 1032;
  display: none;
}

.refer-thankyou-popup img {
  width: 214px;
  height: 153px;
}

:root {
  --scrollbar-width: 6px;
}

::-webkit-scrollbar {
  width: var(--scrollbar-width) !important;
  transition: width 0.3s ease;
}

::-webkit-scrollbar-thumb {
  background-color: #33b0ca;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

.admin-Megamenu {
  min-width: 1170px;
  height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 870px;
}

#theme-toggle-button {
  font-size: 24px;
  cursor: pointer;
  color: #252525;
  margin: 0 8px;
}

.toggle-primary-color {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0 4px;
  position: relative;
  transition: box-shadow 0.2s ease;
}

.toggle-primary-color:nth-child(1) {
  background-color: #84cc16;
}

.toggle-primary-color:nth-child(2) {
  background-color: #ec4899;
}

.toggle-primary-color:nth-child(3) {
  background-color: #f97316;
}

.toggle-primary-color:nth-child(4) {
  background-color: #33b0ca;
}

.selected-color::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 50%;
  border: 2px solid #33b0ca;
  pointer-events: none;
  transition: all 0.2s ease;
}

#welcomeOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  display: none;
}

.welcome-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  width: 568px;
  height: 730px;
  border-radius: 8px;
  background-color: #fafafa;
  overflow: hidden;
  display: none;
}

.welcome-popup h1 {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  background-color: #33b0ca;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.working-idea-buttons {
  width: 438px;
  margin: 16px auto;
  display: none;
}

.working-idea-buttons p {
  font-weight: 500;
  color: #252525;
  font-size: 18px;
}

.working-idea-buttons span {
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.working-idea-buttons label {
  font-weight: 500;
  font-size: 16px;
  color: #252525;
  cursor: pointer;
  transform: translateY(1px);
}

.working-idea-buttons input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.working-idea-buttons input[type="radio"]::before {
  content: "✔";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #252525;
  color: transparent;
  font-size: 14px;
}

.working-idea-buttons input[type="radio"]:checked::before {
  content: "✔";
  background-color: #33b0ca;
  border-color: transparent;
  color: #fff;
}

.yes-buttons,
.no-buttons {
  width: 438px;
  margin: auto;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  max-height: 300px;
  overflow: hidden;
}

.no-buttons {
  overflow: hidden;
}

.yes-buttons button,
.no-buttons button {
  width: 100%;
  min-height: 44px;
  border: 1px solid #33b0ca;
  border-radius: 4px;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  color: #252525;
  background-color: transparent;
}

.yes-buttons .link-buttons,
.no-buttons .link-buttons,
.other-buttons .link-buttons {
  background-color: #33b0ca2b;
  text-align: center;
  font-size: 14px;
  padding: 8px 12px;
  border: none;
  border-radius: 25px;
  min-height: unset;
  width: fit-content;
  font-weight: 500;
}

.pills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
}

.pills-container.open {
  margin: 6px 0;
  opacity: 1;
}

.continue-skip {
  width: 438px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.continue-skip #continue {
  width: 188px;
  height: 32px;
  border-radius: 8px;
  background: #61616180;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: not-allowed;
}

.continue-skip #continue i {
  margin-left: 12px;
}

.continue-skip #skip {
  color: #33b0ca;
  font-weight: 500;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
  width: fit-content;
}

.dropdown {
  position: relative;
  width: 438px;
  margin: auto;
}

.floating-text {
  font-weight: 500;
  font-size: 18px;
  color: #252525;
  width: 438px;
  margin: auto;
  margin-bottom: 8px;
}

.dropdown__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  border: 1.5px solid #61616180;
  background: transparent;
  color: #222;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.06s ease;
  cursor: pointer;
}

.dropdown__button:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.dropdown__button:focus-visible {
  outline: none;
  border-color: #2d6bff;
  box-shadow: 0 0 0 3px rgba(45, 107, 255, 0.3);
}

.dropdown__value {
  font-weight: 500;
  color: #616161;
  font-size: 16px;
}

.dropdown__caret {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  opacity: 0.9;
  fill: #616161;
}

.dropdown[data-open="true"] .dropdown__caret {
  transform: rotate(180deg);
}

.dropdown__menu {
  position: absolute;
  z-index: 2;
  inset-inline: 0;
  top: calc(100% + 0px);
  background: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: clip;
  box-shadow: 0px 4px 3px 0px #00000005;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: height 0.25s ease, opacity 0.2s ease;
}

.dropdown[data-open="true"] .dropdown__menu {
  pointer-events: auto;
}

.dropdown__list {
  margin: 0;
  padding: 0.25rem;
  list-style: none;
}

.dropdown__option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  padding: 0.5rem 0.6rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.06s ease;
  color: #252525;
  font-weight: 500;
  font-size: 14px;
}

.dropdown__option:hover {
  background: #f0f0f0;
}

.dropdown__option[aria-selected="true"] {
  background: #e6f0ff;
}

.welcome-picture-bg {
  width: 100%;
}

.container-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-box-1 {
  background: url("/static/media/gradient-bg.webp") no-repeat center/cover;
  height: 488px;
  margin-top: 70px;
}

.container-box-2,
.container-box-4 {
  height: 420px;
  background-color: #fafafa;
}

.container-box-3 {
  background: url("/static/media/scriptstall-bg.webp") no-repeat
    center/cover;
  height: 650px;
  display: none;
}

.container-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  padding: 0 26px;
  margin: auto;
}

.container-child .strips-img {
  width: 212px;
}

.container-child .doodle-img {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.container-child .left {
  position: relative;
}

.container-child .right {
  margin-left: 150px;
}

.welcome-heading {
  font-weight: 600;
  font-size: 65px;
  color: #252525;
  line-height: 1.25;
  transform: translateY(25px);
}

.welcome-heading span {
  margin-left: 185px;
}

.get-started-btn {
  display: block;
  margin-left: auto;
  transform: translateY(90px);
  width: 200px !important;
}

.common-btn {
  width: 180px;
  height: 52px;
  border: 2px solid #40af3e;
  border-radius: 25px;
  outline: none;
  background-color: transparent;
  font-weight: 600;
  color: #252525;
  font-size: 16px;
  position: relative;
}

.common-btn i {
  width: 52px;
  height: 52px;
  background-color: #00b512;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -35px;
  top: -4px;
  transform: rotate(-30deg);
  font-size: 18px;
}

.container-partition {
  width: 100%;
  margin: 12px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.container-partition h2 {
  font-weight: 600;
  font-size: 30px;
  color: #252525;
  min-width: 420px;
  text-align: center;
}

.container-partition div {
  width: calc(100% - 650px);
  height: 7px;
  background-color: #33b0ca;
  opacity: 0.3;
}

.scriptstall-partition {
  width: 100%;
  height: 7px;
  background-color: #33b0ca;
  opacity: 0.3;
  margin: 32px 0;
  display: none;
}

.container-2-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  height: 100%;
}

.img-container {
  width: 229px;
  height: 340px;
  background-color: #33b0ca4d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: 300;
  color: #000;
}

#noPremiseProfileMobile {
  background-color: #33b0ca4d;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  font-weight: 300;
  color: #000;
}

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

.green-fire-strip {
  font-weight: 600;
  color: #252525;
  font-size: 25px;
  background-color: #d2f383;
  width: fit-content;
  border-radius: 25px;
  padding: 4px 32px 4px 30px;
}

.content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.content-container .name {
  font-weight: 400;
  font-size: 45px;
  color: #252525;
  font-family: Markazi Text;
}

.content-container .date {
  font-weight: 400;
  font-size: 16px;
  color: #616161;
}

.content-container .premise {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  border: 1px solid #33b0ca;
  border-radius: 8px;
  width: 826px;
  max-width: 100%;
  height: 100%;
  padding: 16px;
  padding-bottom: 46px;
  background-color: #fafafa;
  position: relative;
}

.premise-icons {
  position: absolute;
  right: 12px;
  top: -40px;
}

.premise-icons img,
.like-comment img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.like-comment {
  display: flex;
  align-items: center;
  position: absolute;
  left: -4px;
  bottom: -50px;
}

.like-comment div {
  margin: 0 12px;
}

.like-comment span {
  font-weight: 400;
  font-size: 12px;
  color: #616161;
}

.video-intro-like-comment {
  position: static;
  transform: translate(-6px, 25px);
}

.check-it-out {
  display: block;
  margin-left: auto;
  margin-right: 40px;
  transform: translateY(12px);
}

.video-intro-container {
  position: relative;
}

.video-intro {
  width: 440px;
  height: 240px;
  border-radius: 8px;
  background-color: #616161;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  overflow: hidden;
}

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

.container-4-child .content-container {
  justify-content: center;
}

.container-box-3 .content-container {
  width: 642px;
  height: 490px;
  background-color: #fff;
  justify-content: center;
  padding-left: 100px;
  gap: 6px;
  position: relative;
  right: -50px;
}

.stall-heading {
  font-weight: 600;
  font-size: 30px;
  color: #fafafa;
  position: absolute;
  top: -46px;
  left: 0;
}

.see-details {
  margin-top: 12px;
}

.stall-container {
  background-color: #fff;
  width: 410px;
  height: 624px;
  border: 10px solid #ffedcc;
  border-radius: 8px;
  position: relative;
  left: -50px;
  z-index: 2;
  padding: 8px;
}

.content-container .tags {
  font-weight: 600;
  font-size: 18px;
  color: #33b0ca;
  margin-top: 12px;
}

.view-now {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.desktopNavbarLinks .navbar-nav li a.nav-link {
  font-size: 14px;
  padding-left: 20px;
  font-weight: 400;
}

.desktopNavbarLinks .navbar-nav li a.nav-link:hover {
  font-size: 14px;
  padding-left: 20px;
  font-weight: 600;
  color: #33b0ca !important;
  text-decoration: none !important;
}

.navbar-nav > li > div.service-Megamenu {
  visibility: hidden;
  background-color: #fafafa;
  position: absolute;
  margin-top: 30px;
  box-sizing: border-box;
  z-index: 3;
  font-size: 14px;
  border-radius: 5px;
  opacity: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.navbar-nav > li > div.assets-Megamenu {
  min-width: 875px;
}

.navbar-nav > li > div.goglobal-Megamenu {
  min-width: 587px;
  height: calc(100vh - 90px);
  max-height: 700px;
  overflow-x: hidden;
  overflow-y: auto;
}

.navbar-nav > li:hover > div.service-Megamenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  z-index: 99;
  transform: rotateX(0deg);
}

.Megamenu-ColFix a[style*="font-size: bold;"] {
  color: #33b0ca !important;
  font-weight: 600;
  line-height: 22px;
  margin-top: 15px !important;
  font-size: 16px !important;
}

.Megamenu-ColFix a[style*="font-size: bold;"]:hover {
  color: #33b0ca !important;
  font-weight: 600;
  line-height: 22px;
  margin-top: 15px !important;
}

.Megamenu-ColFix a:focus,
.Megamenu-ColFix a:hover {
  color: #252525 !important;
  background-color: transparent !important;
}

.MegamenuSecondChild {
  padding-top: 8px;
}

.Megamenu-ColFix ul li:last-child {
  margin-bottom: 30px;
}

.navigation .navbar .service-Megamenu a {
  font-size: 14px !important;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 15.54px;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  text-decoration: none;
  font-weight: 600;
}

.navigation .navbar .service-Megamenu a.HeadingFont {
  font-size: 16px !important;
  color: #33b0ca !important;
  font-weight: 600 !important;
}

.navbarlink.active {
  font-weight: 600 !important;
  color: #33b0ca !important;
}

#tail-navb {
  height: 32px;
  width: 32px;
}

.img-container-mobile,
.video-intro-like-comment-mobile {
  display: none;
}

.stall-top-row {
  display: flex;
  justify-content: space-between;
}

.stall-top-row .stall-left {
  display: flex;
  gap: 12px;
}

.stall-top-row .stall-left p {
  margin: 0;
}

#stallName2 {
  font-weight: 400;
  font-size: 16px;
  color: #252525;
}

#stallDate2 {
  font-weight: 400;
  font-size: 14px;
  color: #616161;
}

.stall-top-row img {
  width: 32px;
  height: 32px;
}

.stall-left img {
  border-radius: 50%;
}

.stall-right img {
  width: 26px;
  height: 26px;
}

.stall-mid {
  text-align: center;
  margin: 8px 0;
}

.stall-mid p {
  color: #33b0ca;
  font-size: 16px;
  font-weight: 500;
  margin: 4px 0;
}

.stall-mid p:nth-child(1) {
  font-weight: 600;
}

.stall-data ul {
  padding-left: 30px;
}

.stall-data li {
  list-style: disc;
  font-weight: 400;
  font-size: 14px;
  color: #616161;
  margin: 4px 0;
}

#stallPrice2 {
  color: #33b0ca;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.stall-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.stall-like-comment {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 4px 4px 4px;
  border-top: 2px solid #eaeaea;
}

.stall-like-comment img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.stall-like-comment span {
  font-weight: 400;
  font-size: 12px;
  color: #616161;
}

.stall-like-comment button {
  color: #fafafa;
  background-color: #33b0ca;
  border: none;
  border-radius: 4px;
  padding: 4px 6px;
  outline: none;
  font-size: 14px;
}

.other-buttons {
  width: 438px;
  margin: 16px auto;
  display: none;
}

.name-container {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}

.name-container input {
  flex: 0 1 auto;
  min-width: 0;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  font-size: 16px;
  color: #252525;
  font-weight: 400;
  padding: 8px;
}

.name-container input + input {
  margin-left: 16px;
}

.name-container input:focus {
  outline: 1px solid #33b0ca;
}

.other-pills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.other-pills-container button {
  width: fit-content;
}

#freeTrialPill,
.name-container,
.floating-ufo {
  display: none;
}

li.nav-item {
    /* background: yellow; */
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1920px) {
  .Mobile_rightSideView {
    display: none;
  }

  .desktop_rightSideView {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-child {
    justify-content: flex-start;
  }
}

@media (max-width: 1600px) {
  .Mobile_rightSideView {
    display: none;
  }

  .desktop_rightSideView {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navigation .navbar .dropdown-menu a {
    color: #252525;
    padding: 8px 16px;
    text-decoration: none;
    text-align: left;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .navigation .navbar .dropdown-menu.AssetMegamenu {
    left: -226px !important;
  }

  .navigation .navbar .dropdown-menu.GlobalMegamenu {
    left: -324px !important;
  }

  .navigation .navbar .dropdown-menu.AdminMegamenu {
    left: -421px !important;
  }

  .Megamenu-ColFix {
    background: #eaeaea;
    border-radius: 8px;
    overflow: auto;
  }

  .Megamenu-ColFix ul li:last-child {
    margin-bottom: 20px;
  }

  .navbarlink.active {
    font-weight: 600 !important;
    color: #33b0ca !important;
  }
}

@media (max-width: 1440px) {
  .Mobile_rightSideView {
    display: none;
  }

  .navigation .navbar .dropdown-menu a {
    color: #252525;
    padding: 8px 16px;
    text-decoration: none;
    text-align: left;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* .navigation .navbar .dropdown-menu.service-Megamenu {
    width: 1282px !important;
    height: 665px !important;
    left: -140px;
  } */
  .navigation .navbar .dropdown-menu.AssetMegamenu {
    left: -226px !important;
  }

  .navigation .navbar .dropdown-menu.GlobalMegamenu {
    left: -324px !important;
  }

  .navigation .navbar .dropdown-menu.AdminMegamenu {
    left: -420px !important;
  }

  .navbarlink.active {
    font-weight: 600 !important;
    color: #33b0ca !important;
  }
}

@media (max-width: 1378px) {
  .navbarlink.active {
    font-weight: 600 !important;
    color: #33b0ca !important;
  }

  .welcome-heading {
    font-size: 50px;
  }
}

@media (max-width: 1280px) {
  .img-container {
    width: 200px;
    height: 320px;
  }

  .video-intro {
    width: 360px;
    height: 200px;
  }

  .content-container .premise {
    width: 700px;
    max-width: 100%;
  }

  .container-box-2 {
    height: 450px;
  }

  .container-2-child {
    gap: 20px;
  }

  .container-child .right {
    margin-left: 100px;
  }

  .welcome-heading {
    font-size: 40px;
  }

  .navigation .navbar .dropdown-menu a {
    color: #252525;
    padding: 8px 16px;
    text-decoration: none;
    text-align: left;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .Megamenu-ColFix a[style*="font-size: bold;"] {
    margin-top: 10px !important;
  }

  .Megamenu-ColFix a[style*="font-size: bold;"]:hover {
    color: #33b0ca !important;
    font-weight: 600;
    line-height: 22px;
    margin-top: 10px !important;
  }

  .Megamenu-ColFix ul li:last-child {
    margin-bottom: 20px;
  }

  /* .navigation .navbar .dropdown-menu.service-Megamenu {
    width: 1200px !important;
    height: 665px !important;
    left: -90px;
  } */
  .navigation .navbar .dropdown-menu.AssetMegamenu {
    left: -176px !important;
  }

  .navigation .navbar .dropdown-menu.GlobalMegamenu {
    left: -285px !important;
  }

  .navigation .navbar .dropdown-menu.AdminMegamenu {
    left: -380px !important;
  }

  .navbarlink.active {
    font-weight: 600 !important;
    color: #33b0ca !important;
  }
}

@media (max-width: 1080px) {
  .Mobile_rightSideView {
    display: none;
  }

  .navigation .navbar .dropdown-menu a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .Megamenu-ColFix.col-xl-3 {
    flex: 0 0 auto;
    width: 22.5% !important;
  }

  /* .navigation .navbar .dropdown-menu.service-Megamenu {
    width: 970px !important;
    height: 665px !important;
    left: -127px;
  } */
  .navigation .navbar .dropdown-menu.AssetMegamenu {
    left: -213px !important;
  }

  .navigation .navbar .dropdown-menu.GlobalMegamenu {
    left: -310px !important;
  }

  .navigation .navbar .dropdown-menu.AdminMegamenu {
    left: -407px !important;
  }

  .services-doodle span {
    display: none !important;
  }

  .navbarlink.active {
    font-weight: 600 !important;
    color: #33b0ca !important;
  }
}

@media (max-width: 1024px) {
  .Mobile-nav {
    min-height: 100vh !important;
    background: #fff;
    position: fixed;
    min-width: 100%;
    top: -2px;
  }

  .navbar-expand-lg .navbar-toggler {
    display: inline;
  }

  .refer-thankyou-popup {
    width: 100vw;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
  }

  .cross-btn-refer {
    display: none;
  }

  .refer-back-arrow-mobile {
    display: inline-block !important;
    color: #33b0ca;
    font-size: 1.5rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    cursor: pointer;
  }

  .refer-popup-tailwind {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    width: 100vw;
    height: 100svh;
    border-radius: 0;
  }

  .refer-popup-tailwind h1 {
    text-align: center;
    font-size: 18px;
  }

  .refer-alert-prompt {
    font-size: 14px;
  }

  .navigation {
    margin-bottom: 70px !important;
  }

  .ContainerWidth {
    width: 100% !important;
  }

  .scroll-accordions {
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow-y: auto;
    max-height: 700px;
  }

  .navbar-toggler {
    border: none;
  }

  .Mobile_rightSideView {
    display: flex;
  }

  .desktop_rightSideView {
    display: none;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }

  .navbar-toggler svg {
    color: #252525;
    width: 32px;
    height: 32px;
  }

  .Mobile-nav {
    display: block;
  }

  .Mobile-nav {
    padding-top: 60px;
  }

  .Mobile-nav .card-body {
    border: none;
    padding: 10px;
  }

  #LinkBtnGroup > a.active {
    background-color: #fff;
    margin-top: 10px;
    color: #fff;
    background-color: #33b0ca;
  }

  #LinkBtnGroup {
    align-items: center;
    justify-content: space-around;
  }

  .LinkButtons {
    color: #33b0ca;
    background-color: #fff;
    border: transparent;
    font-weight: 600;
    line-height: 22px;
    margin-top: 10px;
    padding: 8px 20px;
  }

  #multiCollapseExample1 .Accrdheader .accordion-item,
  #multiCollapseExample1 .Accrdheader .accordion-item .accordion-header,
  #multiCollapseExample2 .Accrdheader .accordion-item,
  #multiCollapseExample2 .Accrdheader .accordion-item .accordion-header,
  #multiCollapseExample3 .Accrdheader .accordion-item,
  #multiCollapseExample3 .Accrdheader .accordion-item .accordion-header {
    border: none !important;
  }

  #multiCollapseExample1 .Accrdheader .accordion-header .accordion-button,
  #multiCollapseExample2 .Accrdheader .accordion-header .accordion-button,
  #multiCollapseExample3 .Accrdheader .accordion-header .accordion-button {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: none;
  }

  #multiCollapseExample1 .Accrdheader .accordion-header .accordion-button,
  #multiCollapseExample2 .Accrdheader .accordion-header .accordion-button,
  #multiCollapseExample3 .Accrdheader .accordion-header .accordion-button {
    color: #33b0ca;
    font-weight: 600;
    line-height: 22px;
  }

  #multiCollapseExample1 .Accrdheader .accordion-body,
  #multiCollapseExample2 .Accrdheader .accordion-body,
  #multiCollapseExample3 .Accrdheader .accordion-body {
    background-color: #eaeaea;
    padding: 5px 10px;
    overflow-y: auto;
    max-height: 330px;
  }

  .accordion-body ul li {
    line-height: 3rem;
  }

  .accordion-body ul li a {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
  }

  .mobLeftChild {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobrightChild {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .desktopLogo {
    display: none;
  }

  .rhm-icon-container {
    display: block;
  }

  .Mobile_rightSideView {
    display: block;
  }

  .desktop_rightSideView {
    display: none;
  }

  .mob-nav-fix {
    min-width: 100%;
  }

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

  .rhm-menu-container {
    background: #eaeaea;
    border-radius: 8px;
    position: absolute;
    right: -100px;
    top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 6px;
    transition: 0.3s;
  }

  .rhm-menu-container.active {
    right: 0;
  }

  .mobrightChild .language-dropdown {
    padding-right: 2px;
    border-right: none !important;
    color: #252525;
    font-size: 12px;
  }

  .mobrightChild .langauage-menu {
    padding: 4px 1px;
    border-radius: 3px;
  }

  .navbar-toggler.active {
    color: #33b0ca !important;
  }

  .card.card-body.Accrdheader {
    overflow-y: hidden;
  }
}

@media (max-width: 992px) {
  .container-child .right {
    margin-left: 50px;
  }

  .welcome-heading span {
    margin-left: 85px;
  }

  .container-box-1 {
    height: 350px;
  }

  .container-child .strips-img {
    width: 150px;
  }

  .container-child .doodle-img {
    width: 150px;
    height: 150px;
  }

  .welcome-heading {
    font-size: 30px;
  }

  .content-container .name {
    font-size: 30px;
  }

  .green-fire-strip {
    font-size: 16px;
  }

  .container-box-3 {
    flex-direction: column;
    padding: 70px 40px;
    height: auto;
    gap: 20px;
  }

  .container-box-3 .content-container {
    right: 0;
    width: 450px;
    padding-left: 0;
    height: 240px;
    gap: 2px;
    padding: 12px;
  }

  .container-box-3 .stall-container {
    left: 0;
    width: 450px;
  }

  .container-box-4 {
    height: auto;
    padding: 30px 0;
  }

  .container-4-child {
    height: auto;
    flex-wrap: wrap;
    padding: 0 40px;
  }

  .video-intro {
    margin: auto;
  }

  .video-intro-container {
    order: 3;
    margin-top: 20px;
  }

  .content-container {
    padding: 0;
  }

  .content-container .premise {
    margin: auto;
    font-size: 16px;
    width: 95vw;
    padding-bottom: 16px;
  }

  .container-box-2 {
    padding: 8px 0 16px 0;
  }

  .content-top {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
  }

  .img-container-desktop {
    display: none;
  }

  .img-container-mobile {
    display: flex;
    width: 150px;
    height: 225px;
  }

  .img-container {
    width: 150px;
    height: 225px;
  }

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

  .other-buttons {
    width: 90%;
  }

  .floating-text,
  .dropdown,
  .working-idea-buttons,
  .yes-buttons,
  .no-buttons,
  .continue-skip {
    width: 90%;
  }

  .video-intro-like-comment {
    display: none;
  }

  .video-intro-like-comment-mobile {
    display: flex;
    position: relative;
    bottom: 0 !important;
    left: 0 !important;
  }

  .view-now-container-mobile {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }

  .view-now {
    position: relative;
    transform: translateX(0%);
    bottom: 0;
    left: 0;
  }

  .container-partition h2 {
    min-width: 200px;
    font-size: 16px;
  }

  .container-partition div {
    width: calc(100% - 200px);
  }

  .video-intro {
    width: 320px;
    height: 180px;
  }
}

@media (max-width: 690px) {
  .scrollable-div {
    max-height: 220px;
  }

  #welcomeOverlay {
    background-color: #25252533;
    top: unset;
    bottom: -1000px;
    transition: all 1s ease-in-out;
    display: block;
  }

  .welcome-popup {
    width: 100vw;
    height: 420px !important;
    border-radius: 0;
    top: unset;
    bottom: -600px;
    transform: translate(-50%, 0%);
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
    overflow: visible;
    transition: all 1s ease-in-out;
    display: block;
  }

  .welcome-popup h1 {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    height: 70px;
  }

  /* .hidden-curve {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 6px;
    background-color: #cfcfcf;
    border-radius: 50%;
    top: -3px;
  } */

  /* .floating-ufo {
    display: inline;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
    box-shadow: 0px 13.76px 16.05px 0px #0000001f;
    background-color: transparent;
    z-index: 2;
  } */

  .white-strip {
    width: 70px;
    height: 4px;
    border-radius: 8px;
    background-color: #fff;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
  }

  .dropdown__list {
    max-height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .working-idea-buttons {
    text-align: center;
  }

  .working-idea-buttons p {
    font-size: 16px;
  }

  .container-box-2 {
    height: auto;
    padding: 32px 0;
  }

  .content-top {
    gap: 20px;
  }

  .stall-like-comment img {
    width: 22px;
    height: 22px;
  }

  .stall-like-comment button {
    font-size: 12px;
  }

  .content-container {
    padding: 0 10px;
  }

  .img-container-mobile {
    width: 100px;
    height: 150px;
  }

  .container-child {
    width: 100%;
    padding-left: 8px;
    padding-right: 0;
  }

  .container-child .right {
    margin-left: 35px;
  }

  .welcome-heading span {
    margin-left: 85px;
  }

  .container-box-1 {
    height: 150px;
  }

  .container-child .strips-img {
    width: 65px;
  }

  .container-child .doodle-img {
    width: 85px;
    height: 85px;
    left: 8px;
  }

  .welcome-heading {
    font-size: 18px;
  }

  .common-btn {
    font-size: 14px;
    width: 110px;
    height: 30px;
  }

  .common-btn i {
    width: 26px;
    height: 26px;
    font-size: 14px;
    right: -21px;
    top: -1px;
  }

  .get-started-btn {
    transform: translateY(20px);
  }

  .green-fire-strip {
    font-size: 16px;
  }

  .content-container .name {
    font-size: 24px;
  }

  .content-container .date {
    font-size: 12px;
  }

  .welcome-popup h1 {
    font-size: 18px;
  }

  .container-box-3 .content-container,
  .container-box-3 .stall-container {
    width: 350px;
  }

  .like-comment {
    bottom: -40px;
  }

  .like-comment div {
    margin: 0 4px;
  }

  .premise-icons img,
  .like-comment img {
    width: 22px;
    height: 22px;
  }

  .check-it-out {
    margin-right: 18px;
  }

  .premise-icons {
    right: 2px;
    top: -30px;
  }

  .stall-heading {
    font-size: 16px;
    top: -30px;
    left: 2px;
  }

  .container-box-3 {
    padding: 50px 10px;
  }

  .content-container .tags {
    font-size: 14px;
    max-width: 160px;
  }
}

@media (max-width: 600px) {
  .name-container {
    flex-direction: column;
    gap: 16px;
  }

  .name-container input + input {
    margin-left: 0;
  }

  .container-4-child {
    padding: 0;
  }

  .pills-container {
    overflow: auto;
  }

  .img-container {
    width: 100px;
    height: 150px;
  }

  .button-container {
    flex-direction: column;
  }

  .Mobile-nav {
    display: block;
  }

  .mobrightChild .language-dropdown {
    padding-right: 2px;
    border-right: none !important;
    color: #252525;
    font-size: 12px;
  }

  .mobrightChild .langauage-menu {
    padding: 4px 1px;
    border-radius: 3px;
  }

  .card.card-body.Accrdheader {
    overflow-y: hidden;
  }
}

@media (max-width: 440px) {
  .green-fire-strip {
    font-size: 14px;
    padding: 4px 16px 4px 14px;
  }

  .thanks-modal {
    width: 90% !important;
    height: auto !important;
    margin: auto !important;
  }

  .thanks-modal-content-mobile {
    height: 564px;
    padding-top: 100px;
    position: absolute !important;
    bottom: 0;
  }

  .thanks-modal-content-mobile img {
    height: 237px;
  }

  .custom-elementcrossbutton {
    display: none !important;
  }

  .custom-element2leftarrow {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 10px !important;
    display: block !important;
  }

  .custom-element2leftarrow button svg {
    color: #33b0ca;
  }

  .margin-auto-refer {
    max-width: 90%;
  }

  .navbar-toggler {
    border: none;
  }

  .Mobile_rightSideView {
    display: flex;
  }

  .desktop_rightSideView {
    display: none;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }

  .navbar-toggler svg {
    color: #252525;
  }

  .Mobile-nav {
    padding-top: 60px;
  }

  .Mobile-nav .card-body {
    border: none;
    padding: 10px;
  }

  #LinkBtnGroup > a.active {
    background-color: #fff;
    margin-top: 10px;
    color: #fff;
    background-color: #33b0ca;
  }

  #LinkBtnGroup {
    align-items: center;
    justify-content: space-around;
  }

  .LinkButtons {
    color: #33b0ca;
    background-color: #fff;
    border: transparent;
    font-weight: 600;
    line-height: 22px;
    margin-top: 10px;
    padding: 8px 20px;
  }

  .mobrightChild .language-dropdown {
    padding-right: 2px;
    border-right: none !important;
    color: #252525;
    font-size: 12px;
  }

  .mobrightChild .langauage-menu {
    padding: 4px 1px;
    border-radius: 3px;
  }

  #multiCollapseExample1 .Accrdheader .accordion-item,
  #multiCollapseExample1 .Accrdheader .accordion-item .accordion-header,
  #multiCollapseExample2 .Accrdheader .accordion-item,
  #multiCollapseExample2 .Accrdheader .accordion-item .accordion-header,
  #multiCollapseExample3 .Accrdheader .accordion-item,
  #multiCollapseExample3 .Accrdheader .accordion-item .accordion-header {
    border: none !important;
  }

  #multiCollapseExample1 .Accrdheader .accordion-header .accordion-button,
  #multiCollapseExample2 .Accrdheader .accordion-header .accordion-button,
  #multiCollapseExample3 .Accrdheader .accordion-header .accordion-button {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: none;
  }

  #multiCollapseExample1 .Accrdheader .accordion-header .accordion-button,
  #multiCollapseExample2 .Accrdheader .accordion-header .accordion-button,
  #multiCollapseExample3 .Accrdheader .accordion-header .accordion-button {
    color: #33b0ca;
    font-weight: 600;
    line-height: 22px;
  }

  #multiCollapseExample1 .Accrdheader .accordion-body,
  #multiCollapseExample2 .Accrdheader .accordion-body,
  #multiCollapseExample3 .Accrdheader .accordion-body {
    background-color: #eaeaea;
    padding: 5px 10px;
    overflow-y: auto;
    max-height: 330px;
    padding-bottom: 0px;
  }

  .accordion-body ul li {
    line-height: 3rem;
  }

  .accordion-body ul li a {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
  }

  .mobLeftChild {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobrightChild {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .desktopLogo {
    display: none;
  }

  .rhm-icon-container {
    display: block;
  }

  .card.card-body.Accrdheader {
    overflow-y: hidden;
  }

  .navbar-toggler.active svg {
    color: #33b0ca !important;
  }
}

@media (max-width: 391px) {
  .view-now-container-mobile {
    flex-direction: column;
  }

  .view-now {
    width: 100%;
    margin-top: 18px;
  }

  .container-box-2 {
    align-items: flex-start;
    height: 460px;
  }

  .container-2-child {
    height: auto;
  }

  .like-comment {
    width: 100%;
    justify-content: space-between;
  }

  .check-it-out {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .welcome-heading {
    font-size: 15px;
  }

  .LinkButtons {
    padding: 6px 16px;
    font-size: 14px;
  }

  #LinkBtnGroup > a.active {
    margin-top: 12px;
  }

  #LinkBtnGroup {
    margin-bottom: 10px;
  }

  .mobrightChild .language-dropdown {
    padding-right: 2px;
    border-right: none !important;
    color: #252525;
    font-size: 12px;
  }

  .mobrightChild .langauage-menu {
    padding: 4px 1px;
    border-radius: 3px;
  }

  .card.card-body.Accrdheader {
    overflow-y: hidden;
  }

  .navbar-toggler.active svg {
    color: #33b0ca !important;
  }
}

@media (max-width: 376px) {
  .LinkButtons {
    padding: 6px 16px;
    font-size: 14px;
  }

  .Mobile_rightSideView .mobrightChild .dropdown a,
  .Mobile_rightSideView .mobrightChild .dropdown .dropdown-menu li a {
    font-size: 12px;
  }

  .mobrightChild .language-dropdown {
    padding-right: 2px;
    border-right: none !important;
    color: #252525;
    font-size: 12px;
  }

  .mobrightChild .langauage-menu {
    padding: 4px 1px;
    border-radius: 3px;
  }

  .profile-dropdown-container ul {
    padding: 10px !important;
    right: 0px !important;
    width: 200px;
  }

  .profile-dropdown-container .dropdown-menu a {
    font-size: 12px !important;
  }

  .langauage-menu .dropdown-menu {
    border: 2px solid #252525;
    padding: 10px;
    min-width: 135px !important;
  }

  .card.card-body.Accrdheader {
    overflow-y: hidden;
  }

  .navbar-toggler.active svg {
    color: #33b0ca !important;
  }

  .scroll-accordions {
    max-height: 75vh;
  }
}

@media (min-width: 300px) and (max-width: 374.98px) {
  .LinkButtons {
    padding: 6px 16px;
    font-size: 12px;
  }

  .mobLeftChild svg {
    width: 32px;
    height: 32px;
  }

  .profile-dropdown-container ul li a {
    font-size: 12px;
  }

  #multiCollapseExample1 .Accrdheader .accordion-header .accordion-button,
  #multiCollapseExample2 .Accrdheader .accordion-header .accordion-button,
  #multiCollapseExample3 .Accrdheader .accordion-header .accordion-button {
    font-size: 14px;
  }

  .accordion-body ul li {
    line-height: 2.5rem;
  }

  .accordion-body ul li a {
    font-size: 14px;
    line-height: 14px;
  }

  .mobrightChild .language-dropdown {
    padding-right: 2px;
    border-right: none !important;
    color: #252525;
    font-size: 12px;
  }

  .mobrightChild .langauage-menu {
    padding: 4px 1px;
    border-radius: 3px;
  }

  .card.card-body.Accrdheader {
    overflow-y: hidden;
  }

  .navbar-toggler.active svg {
    color: #33b0ca !important;
  }
}

@media (max-height: 760px) {
  .welcome-popup {
    height: 600px;
  }

  .welcome-popup h1 {
    height: 60px;
    margin-bottom: 15px;
  }

  .floating-text {
    margin-bottom: 8px;
  }

  .working-idea-buttons {
    margin: 10px auto;
  }

  .working-idea-buttons p {
    margin-bottom: 4px;
  }

  .pills-container {
    gap: 6px;
  }

  .continue-skip {
    gap: 4px;
    bottom: 6px;
  }

  .pills-container.open {
    margin: 0;
  }
}

.sercive-megamenu-halfwidth {
  min-width: 50vw !important;
}

.megamenu-colfix-halfwidth.megamenu-colfix-halfwidth {
  width: 35% !important;
}

.account-rhm {
  z-index: 10 !important;
}

.package-name-container {
  position: relative;
}

#package-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 6px;
  border: 2px solid;
  border-radius: 50%;
  min-width: 34px;
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #33b0ca;
  cursor: pointer;
  visibility: hidden;
}

#package-fullname {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  color: #33b0ca;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  visibility: hidden;
}

/* Multilingual */
body {
  position: static !important;
}

.goog-te-gadget {
  visibility: hidden;
  text-align: right;
  max-height: 0;
}

.goog-te-gadget .goog-te-combo {
  visibility: visible;
  padding: 4px 8px;
  border-radius: 4px;
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: fixed;
  top: 70px;
  right: 40px;
  z-index: 999999;
  outline: 1px solid;
  background-color: #fff;
  min-width: auto;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

.Mobile-nav {
  z-index: 11;
}

.navbar_doodle_texts {
  display: none;
}

::-webkit-scrollbar {
  width: 6px;
  transition: width 0.3s ease;
}

::-webkit-scrollbar-thumb {
  background-color: #33b0ca;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

.scrollbar-active::-webkit-scrollbar {
  width: 12px;
}

.services-option::after {
  transform: rotate(-90deg);
}