.tranparent {
    background-image: url("../../images/mos/trasparentbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0;
}
.trasparentleft h2 {
    margin-bottom: 16px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    max-width: inherit;
}
.trasparentleft h3 {
    color: var(--White, #FFF);

  /* Display xs / Semibold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    margin-bottom: 8px;
}

.trasparentleft h4 {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 8px;
}

.trasparentleft_btns {
    display: flex;
    gap: 24px;
    margin-top: 48px;
}

.trasparentleft_btns a.Schedule_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

  /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    display: flex;
    gap: 8px;
    color: var(--White, #FFF);

  /* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    align-items: center;
}

.trasparentleft_btns a.View_Inclusions_Btn {
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    padding: 12px 20px;
    display: flex;
    gap: 8px;
    color: var(--White, #FFF);

  /* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    align-items: center;
}
.trasparentright p {
    display: inline-block;
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
    padding: 16px;
    position: relative;
}
.trasparentright > svg {
    display: block;
    margin-left: 215px;
    margin-block: 20px;
}
.trasparentright p:last-child {
    margin-left: 230px;
}
.trasparentright p:before {
    border-radius: 13px;
    background: var(--Theme-Blue-500, #3A58EF);
    width: 5px;
    height: 48px;
    position: absolute;
    left: -2.49px;
    top: 6px;
    content: "";
}
section.nohidden {
    padding: 30px 0;
    background: #FFFFFF;
}
section.nohidden p span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: block;
}
section.nohidden p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 0;
}
section.nohidden p:last-child {
    margin-top: 7px;
}
.toggle-btn {
    border: 1px solid #d1d5db;
    background-color: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
  }

  .toggle-btn .radio-circle {
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    border-radius: 50%;
    position: relative;
  }

.toggle-btn .radio-circle::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6c63ff;
    display: none;
}
.team_size label.toggle-btn {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.658px;
}
.btn-check:checked + .toggle-btn {
    background-color: #eef0ff;
    border-color: #6c63ff;
    color: #000;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.658px;
}
.team_size {
    margin-bottom: 32px;
}
.btn-check:checked + .toggle-btn .radio-circle {
    border-color: #6c63ff;
}

.btn-check:checked + .toggle-btn .radio-circle::after {
    display: block;
}
section.workomode {
    padding: 46px 0;
}
section.workomode p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}
.team_size label {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.fixed_fee > span {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin-bottom: 10px;
}
.actual_salary {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    text-align: center;
    padding: 16px;
}
.actual_salary > span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
}
.actual_salary > span b {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}
.actual_salary > svg {
    display: block;
    margin: 7px  auto;
}
.actual_salary>b {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    display: block;
}

.slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0px 0px;
    background: white;
    border-radius: 10px;
    flex-wrap: wrap;
    width: 100%;
    /* max-width: 700px;
    margin-right: auto; */
}

.range-label {
    background-color: #e6e8ff;
    color: #3a5fff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 6px;
    min-width: 40px;
    text-align: center;
    overflow: hidden;
    color: var(--Theme-Blue-500, #3A58EF);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.range-container {
    flex-grow: 1;
    margin: 0 0;
    position: relative;
}

.range-track {
    width: 100%;
    height: 6px;
    background-color: #e1e4ff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.range-fill {
    height: 6px;
    background-color: #3a5fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0%;
}

.custom-range {
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 3px solid #3a5fff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -8px;
    position: relative;
    z-index: 3;
}

.custom-range::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
}

.custom-range:focus {
    outline: none;
}

.tooltip-bubble {
    position: absolute;
    top: -28px;
    transform: translateX(calc(-50%));
    background-color: #fff;
    color: #344054;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0px 3px 4px 0px #000;
}

.tooltip-bubble::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.slidevalus {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
section.inclusions {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}
.inclisioninner {
  margin-inline: auto;
  border-radius: 0;
  border: 0;
  /* background: var(--White, #FFF); */
}
.inclisioninner h4 {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  background: transparent;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 0;
  color: var(--Theme-Dark-Blue-800, #26244A);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 48px;
}
.mainworkplace {
  background: var(--Theme-Blue-100, #D8DEFC);
  display: flex;
  padding: 24px 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px 12px 0 0;
  color: var(--Text-Grey-700, #344054);
  text-align: center;

/* Display xs / Bold */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
.inclusionleft {
  padding: 18px;
  border-right: 0;
  min-height: 420px;
  position: relative;
}
.inclusionleft ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    list-style: none;
}
.inclusionleft ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.inclusionleft ul li span {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.inclusionleft a {
    margin-top: 24px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 8px 14px;
    width: calc(100% - 30px);
    text-align: center;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: 16px;
    left: 18px;
    right: 18px;
}

.inclusionleft a:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.inclusionleft a:hover svg path {
    fill: #fff;
}

.inclusionright {
    padding: 16px 0px 16px 50px;
}
.inclusionright ul {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
}
.trasparentright span {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    display: block;
    margin-top: 24px;
}
.mainworkplace + .row {
    margin: 24px 0 32px;
}


section.Monthly_Pricing {
  background: var(--Theme-Blue-50, #EBEEFD);
  padding: 48px 0 72px;
}

.Monthly_Tile {}

.Monthly_Title {}

.Monthly_Title h1 {
  color: var(--Theme-Dark-Blue-800, #26244A);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  margin-bottom: 12px;
}

.Monthly_Title h2 {
  color: var(--Text-Grey-600, #475467);
  text-align: center;
  /* Text lg/Regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin-bottom: 62px;
}

.Select_Country_Box {
  border-radius: 8px;
  background: var(--White, #FFF);
  padding: 56px 24px 35px;
}

.Select_Country_Box h3 {
  border-radius: 500px;
  background: var(--Theme-Blue-800, #182878);
  padding: 6px 16px;
  color: var(--White, #FFF);

/* Text sm / Semibold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-align: center;
  margin-top: -74px;
}

ul.Dropdown_Country {
  margin-top: 34px;
}

ul.Dropdown_Country li {list-style: none;}

ul.Dropdown_Country li a.nav-link.dropdown-toggle {
  text-align: center;
}

ul.Dropdown_Country li a.nav-link.dropdown-toggle:after {
  content: '';
}

.Select_Team_Size_Box {
  border-radius: 8px;
  background: var(--White, #FFF);
  padding: 42px 16px 24px;
}

.Select_Team_Size_Box h3 {
  border-radius: 500px;
  background: var(--Theme-Blue-800, #182878);
  padding: 6px 16px;
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: -58px;
  max-width: 148px;
}

ul.Dropdown_Country li.nav-item.dropdown.Country a.nav-link.dropdown-toggle {
  padding: 12px 16px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.Dropdown_Country li.nav-item.dropdown.Country ul.dropdown-menu.show {
  max-width: 175px !important;
  min-width: 175px;
  right: auto !important;
  left: auto !important;
  margin: 0 auto !important;
}

.Pricing_Box_Main {
  margin-top: 48px;
}

.Pricing_Box {
  border-radius: 8px;
  background: var(--White, #FFF);
}

.Pricing_Box_Title {
  background: var(--Theme-Blue-500, #3A58EF);
  border-radius: 8px 8px 0 0;
  padding: 12px 0;
}

.Pricing_Box_Title h3 {
  color: #FFF;
  text-align: center;

/* Display xs / Bold */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}

.Pricing_Box_Text {
  padding: 24px 0;
}

.Pricing_Box_Text h4 {
  color: var(--Theme-Blue-500, #3A58EF);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}

.Pricing_Box_Text h4 sub {
  color: var(--Text-Grey-700, #344054);
  text-align: center;

/* Text lg / Bold */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  margin-top: 0;
  bottom: 6px;
}

.inclusions_box {
  border-radius: 12px;
  border: 1px solid var(--Text-Grey-200, #EAECF0);
  background: var(--White, #FFF);
  margin-bottom: 24px;
}

.inclusions_box:hover .mainworkplace {
  border-radius: 12px 12px 0px 0px;
  background: var(--Theme-Blue-100, #D8DEFC);
}


section.spleaker_grid {
  padding: 72px 0;
  background: #ffffff;
}
section.spleaker_grid h2.ins_ttl {
  color: var(--Theme-Dark-Blue-800, #26244A);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 48px;
}
.speker_imge {
  width: 100%;
  border-radius: 50%;
  background: var(--Theme-Blue-100, #D8DEFC);
  overflow: hidden;
  height: 272px;
  display: flex;
}
.speaker_man:hover .speker_imge {
  background: #3A58EF;
  transition: .4s linear all;
  transform: scale(1) translateY(0px);
}

.speaker_man:hover .speker_imge img {
  transform: scale(1.1) translateY(10px);
  transition: .4s linear all;
}
.speaker_description {
  padding-top: 16px;
}
.speaker_desc_title {
  color: var(--Theme-Dark-Blue-800, #26244A);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.speaker_desc_title a {
  color: var(--Theme-Dark-Blue-800, #26244A);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.specker_desgignation > span {
  color: var(--Text-Grey-600, #475467);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  height: 24px;
}
.specker_desgignation p {
  color: var(--Text-Grey-600, #475467);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 16px;
  height: 60px;
}
.specker_desgignation_without_audio p {
  color: var(--Text-Grey-600, #475467);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 16px;
  height: 135px;
}
.speaker_audio {
  height: 60PX;
}
.speaker_btns a {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  border: 1px solid var(--Theme-Blue-500, #3A58EF);
  width: 100%;
  color: var(--Theme-Blue-500, #3A58EF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.3s ease;
}
.speaker_btns a:hover,.speaker_man:hover .speaker_btns a {
  transition: all 0.3s ease;
  background-color: var(--Theme-Blue-500, #3A58EF);
  color: #ffffff;
}
.speaker_btns{
  margin-top: 16px;
}
.speaker_man {
  border-radius: 12px;
  border: 1px solid var(--Text-Grey-200, #EAECF0);
  background: var(--White, #FFF);
  padding: 16px;
  height: 100%;
}
ul.ins_lst {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
}
ul.ins_lst li {
  list-style: none;
  display: flex;
}
ul.ins_lst li:last-child {
  color: var(--Theme-Blue-500, #3A58EF);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-left: 4px;
}
section.spleaker_grid button.slick-prev.custom-prev.slick-arrow {
  /* left: 15%; */
  width: 40px;
  height: 40px;
}

section.spleaker_grid button.slick-next.custom-next.slick-arrow {
  /* right: 15%; */
  width: 40px;
  height: 40px;
}

.spleaker_grid .slick-dots li button:before {
  width: 23px;
  height: 8px;
  background: #E3E0FB;
  border-radius: 26px;
  font-size: 0;
  opacity: 1;
}
.spleaker_grid .slick-dots li.slick-active button:before{
  background: #3A58EF;
}
.spleaker_grid > img {
  margin: 0 auto;
}
.spleaker_grid .slick-dots li {
  width: 30px;
}
.spleaker_grid .slick-dots {
  bottom: -67px;
}
.spleaker_grid .slick-prev:before,.spleaker_grid .slick-next:before{
  content: none;
}
.spleaker_grid .slick-prev,.spleaker_grid .slick-next {
  width: 40px;
  height: 40px;
  z-index: 9;
}
.All_Speakers a.Speakers_Btn {
  border-radius: 4px;
  background: var(--Theme-Blue-500, #3A58EF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 20px;
  display: inline-block;
 
}
.All_Speakers {
  text-align: center;
  margin-top: 50px;
}




.Office_Listing_Banner {
  background: url(../images/office/Office_Banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 72px 0;
}

section.Office_Listing_Banner {}

section.Office_Listing_Banner .Breadcrumb_Box {
  text-align: center;
}

section.Office_Listing_Banner .Breadcrumb_Box ol.breadcrumb {
  justify-content: center;
  align-items: center;
}

section.Office_Listing_Banner .Breadcrumb_Box ol.breadcrumb .breadcrumb-item a {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

section.Office_Listing_Banner .Breadcrumb_Box ol.breadcrumb li.breadcrumb-item {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

li.breadcrumb-item.active {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '';
  margin: 5px 0 0;
}

.Office_Listing_Banner h1 {
  color: var(--White, #FFF);
  text-align: center;

/* Display lg / Bold */
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}

.Office_Listing_Banner h2 {
  color: var(--White, #FFF);
  text-align: center;

/* Display xs / Bold */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  margin-bottom: 16px;
}

.Offices_Banner_Points {
  position: relative;
  text-align: center;
  padding: 0 40px;
}

.Offices_Banner_Points:after {
  content: '';
  opacity: 0.3;
  background: #FFF;
  width: 1px;
  height: 96px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.Offices_Banner_Points label {
  margin-bottom: 8px;
  color: var(--White, #FFF);

/* Display lg / Bold */
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  text-align: center;
}

.Offices_Banner_Points p {
  color: var(--White, #FFF);

/* Text lg / Semibold */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}

.Offices_Banner_Points label span {
  color: var(--White, #FFF);

/* Display sm / Bold */
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.Offices_Banner_Points_Main {
  display: flex;
  justify-content: center;
}

.Offices_Banner_Points:last-child:after {
  content: '';
  opacity: 0;
}

section.Explore_Our_Offices {
  padding: 72px 0;
}

section.Explore_Our_Offices h2 {
  color: var(--Theme-Dark-Blue-800, #26244A);
  text-align: center;

/* Webpage/Header 2 */
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
  margin-bottom: 48px;
}

section.Explore_Our_Offices .nav-pills {
  justify-content: center;
  margin-bottom: 32px;
}

section.Explore_Our_Offices .nav-pills li .nav-link {
  padding: 8px 24px;
  color: var(--Text-Grey-600, #475467);

/* Text md/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  filter: grayscale(1);
}

section.Explore_Our_Offices .nav-pills li .nav-link.active {
  background: transparent;
  color: var(--Theme-Blue-500, #3A58EF);

/* Text md / Semibold */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  position: relative;
  filter: grayscale(0);
}

section.Explore_Our_Offices .nav-pills li .nav-link svg {
  margin-right: 16px;
}

section.Explore_Our_Offices .nav-pills li .nav-link.active:after {
  content: '';
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #3A58EF 26.44%, #3A58EF 50.48%, #3A58EF 75%, rgba(255, 255, 255, 0.00) 100%);
  width: 122px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -4px;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.Explore_Our_Offices_Main {
  margin-top: 24px;
}

.Explore_Our_Offices_Box_Img img.Office_Img {
  position: relative;
  transition: all .5s ease-in-out;
}

.Explore_Our_Offices_Box_Img .Office_Img_Box:after {
  content: '';
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -6.82%, #000 100%);
  width: 398px;
  height: 227px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  opacity: 1;
}

.Explore_Our_Offices_Box_Img {
  position: relative;
}

.Explore_Our_Offices_Box_Text label {
  border-radius: 4px;
  border: 1px solid var(--Text-Grey-200, #EAECF0);
  background: var(--White, #FFF);
  padding: 4px 8px;
  color: var(--Text-Grey-700, #344054);

/* Text xs/Semibold */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  margin-bottom: 10px;
}

.Explore_Our_Offices_Box_Text {
  position: absolute;
  bottom: 10px;
  left: 16px;
}

.Explore_Our_Offices_Box_Text label {}

.Explore_Our_Offices_Box_Text h3 {
  color: var(--White, #FFF);

/* Display xs / Bold */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}

.Explore_Our_Offices_Box_Desc {
  border-radius: 0px 0px 10px 10px;
  background: var(--White, #FFF);
  padding: 16px;
}

.Explore_Our_Offices_Text {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  display: none;
}

.Explore_Our_Offices_Text svg {
  min-width: 24px;
}

.Explore_Our_Offices_Text span {
  color: var(--Text-Grey-600, #475467);

/* Text sm / Regular */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  min-height: 60px;
}

.Explore_Our_Offices_Link {}

.Explore_Our_Offices_Link a {
  border-radius: 4px;
  border: 1px solid var(--Theme-Blue-500, #3A58EF);
  padding: 8px 14px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Semibold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  display: flex;
  justify-content: center;
  gap: 8px;
}

.Explore_Our_Offices_Box:hover {}

.Explore_Our_Offices_Box:hover img.Office_Img {
  transform: scale(1.2);
  transition: all .5s ease-in-out;
}

.Explore_Our_Offices_Box:hover .Office_Img_Box {
  overflow: hidden;
}

.Office_Img_Box {
  overflow: hidden;
  border-radius: 12px;
}

.Explore_Our_Offices_Box:hover .Explore_Our_Offices_Link {}

.Explore_Our_Offices_Box:hover .Explore_Our_Offices_Link a {
  border-radius: 4px;
  background: var(--Theme-Blue-500, #3A58EF);
  color: var(--White, #FFF);

/* Text sm / Semibold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.Explore_Our_Offices_Box:hover .Explore_Our_Offices_Link a svg {}

.Explore_Our_Offices_Box:hover .Explore_Our_Offices_Link a svg path {
  fill: #fff;
}

.Explore_Our_Offices_Box {
  border-radius: 12px;
  border: 1px solid var(--Text-Grey-200, #EAECF0);
}

.Explore_Our_Offices_Box_Desc {
  display: none;
}
.Explore_Our_Offices_Link { 
  display: none;
}

.Insightful_Box {
  border-radius: 8px;
  background: #FFF;
  padding: 16px;
  height: 100%;
  border: 1px solid var(--Text-Grey-200, #EAECF0);
}
.Insightful_Box img {
  width: 100%;
}
.view_all_blog{
  margin-top: 40px;
}
.Insightful_Box h4 {
  overflow: hidden;
  color: var(--Text-Grey-800, #1D2939);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  height: 52px;
  margin-top: 18px;
  margin-bottom: 8px;
}

.Insightful_Box p.insight_title {
overflow: hidden;
color: var(--Text-Grey-800, #1D2939);
font-style: normal;
font-weight: 700;
line-height: 130%;
height: 52px;
margin: 0;
margin-top: 18px;
margin-bottom: 8px;
font-size: 20px;
}

.Insightful_Box h6 {
  color: var(--Text-Grey-400, #98A2B3);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
}

.Insightful_Box p.by_view_data {
color: var(--Text-Grey-400, #98A2B3);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;
margin: 0;
margin-bottom: 15px;
}

.Insightful_Box h6 .blog_author {
  max-height: 20px;
  width: auto;
}

.Insightful_Box p.by_view_data .blog_author {
max-height: 20px;
width: auto;
}
.Insightful_Box p {
  color: var(--Text-Grey-500, #5D667B);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* height: 75px; */
  /* overflow: hidden; */
}
.Insightful_img {
  max-height: 240px;
  overflow: hidden;
  border-radius: 8px;
}
.Insightful_Box a img:hover {
  transform: scale(1.1);
}
.Insightful_Box a img {
  border-radius: 8px;
  transition: 0.3s;
}
.Insightful_Box a img {
  border-radius: 8px;
}



.Monthly_Pricing_Table .table-container table {}

.Monthly_Pricing_Table .table-container table tbody tr th {}

.Monthly_Pricing_Table .table-container table tbody tr th a.Free_Trial_Btn {
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    padding: 8px 14px;
    color: var(--White, #FFF);
/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    margin-top: 12px;
    display: inline-block;
    width: 100%;
    float: left;
}

.Monthly_Pricing_Table th:nth-child(2) {
    background: #3E5EFF;
}

.Monthly_Pricing_Table th:nth-child(3) {
    background: #3956ED;
}

.Monthly_Pricing_Table th:nth-child(4) {
    background: var(--Theme-Blue-600, #314BD0);
}

.Monthly_Pricing_Table .table-container table tbody tr th a.Free_Trial_Btn:hover {
    background: #fff;
    color: var(--Theme-Blue-500, #3A58EF);
}

.Monthly_Pricing_Table .table-container table tbody tr th a.Free_Trial_Btn:hover svg rect {
    fill: var(--Theme-Blue-500, #3A58EF);
}

.Monthly_Pricing_Table .table-container table tbody tr th a.Free_Trial_Btn:hover svg path {
    fill: var(--Theme-Blue-500, #3A58EF);
}


/* CRM Inner table - Start */

.Monthly_Pricing_Table table.table.feature-table th, table.table.feature-table td {
    border: 1px solid #EAECF0;
    padding: 13px 16px 13px 16px !important;
}

.Monthly_Pricing_Table table.table.feature-table td {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.Monthly_Pricing_Table table.table.feature-table tr:nth-child(2n) td {
    background: #F9FAFB;
}

.Monthly_Pricing_Table table.table.feature-table th.active{
    background: var(--Theme-Blue-100, #D8DEFC);
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.Monthly_Pricing_Table table.table.feature-table th:first-child {
    /* min-width: 320px; */
    /* width: 320px; */
}

.Monthly_Pricing_Table table.table.feature-table tr.accordion-toggle.collapsed td:first-child .rotate-icon {
    transition: .4s all ease;
    transform: rotate(0deg);
    display: inline-block;
    width: 24px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="white" fill-opacity="0.01" style="mix-blend-mode:multiply"></rect><path d="M12.75 11.25V3.75H11.25V11.25H3.75V12.75H11.25V20.25H12.75V12.75H20.25V11.25H12.75Z" fill="%233A58EF"></path></svg>');
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.Monthly_Pricing_Table table.table.feature-table tr.accordion-toggle td:first-child .rotate-icon {
    transform: rotate(180deg);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="white" fill-opacity="0.01" style="mix-blend-mode:multiply"/><path d="M3.75 11.25V12.75H20.25V11.25H3.75Z" fill="%233A58EF"/></svg>');
    transition: .4s all ease;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.first-tdata {
    display: flex;
    gap: 6px;
}
.first-tdata strong {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.Monthly_Pricing_Table table.table.feature-table td.inntertbl {
    padding: 0 !important;
}
.inntertbl .table{
    margin-bottom: 0px;
    border: none;
}

.Monthly_Pricing_Table table.table.feature-table tr td.inntertbl .table tr td {
    border-left: none;
    border-right: none;
    overflow: visible;
}

.Monthly_Pricing_Table table.table.feature-table tr td.inntertbl .table tr:nth-child(2n) td {
    background: #fff;
}

.Monthly_Pricing_Table table.table.feature-table tr td.inntertbl .table tr td:first-child {
    min-width: 417px;
    width: 320px;
    white-space: normal;
    padding-left: 65px !important;
}

.Monthly_Pricing_Table table.table.feature-table th:hover {
    /* background: var(--Theme-Blue-100, #D8DEFC); */
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #EAECF0;
}

.Monthly_Pricing_Table table.table.feature-table th:hover .selectionbtn {
    background: #3a58ef;
    color: #fff;
}

.Monthly_Pricing_Table table.table.feature-table th a.Book_Btn {
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.Monthly_Pricing_Table table.table.feature-table th:hover a.Book_Btn {
    background: #3a58ef;
    color: #fff;
}

.Monthly_Pricing_Table th.selected label span {
    background: var(--Theme-Blue-50, #3A58EF);
    color: var(--Theme-Blue-500, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.Monthly_Pricing_Table table.table.feature-table th.selected label.selectionbtn {
        background: var(--Theme-Blue-50, #3A58EF);
}

.Monthly_Pricing_Table table.table.feature-table th:first-child, 
.Monthly_Pricing_Table table.table.feature-table td:first-child {
    /* min-width: 320px; */
    /* width: 320px; */
}

.Plus_Sign {
    display: none; /* default hidden */
    text-align: center;
    margin: 10px 0;
}

.Monthly_Pricing_Table table.table.feature-table th label svg {
    display: none;
}

.Monthly_Pricing_Table table.table.feature-table th.selected label svg {
    display: block;
}

.Monthly_Pricing_Table .table-container table.table.feature-table.table-bordered tbody tr td {
    z-index: 10;
}

table.table.feature-table.table-bordered {}

.Monthly_Pricing_Table .table-container table.table.feature-table.table-bordered tbody tr th {
    z-index: 11;
    vertical-align: middle;
}

/* CRM Inner table - End */



.Monthly_Pricing_Table{
    display: none;
    padding: 0;
}
.Monthly_Pricing_Table.current{
    display: inherit;
}

.fix-column {
    float: left;
}
.thead {
    height: 120px;
    white-space: nowrap;
}
.thead > span {
  display: inline-block;
  width: 190px;
  line-height: 40px;
  box-shadow: none;
  background-color: transparent;
  text-align: center;
  padding: 44px 16px;
  font-family: Inter;
  color: #344054;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.trow {
    white-space: nowrap;
}
.trow > span {
  display: inline-block;
  width: 380px;
  box-shadow: none;
  /* line-height: 80px; */
  /* height: 80px; */
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  /* line-height: 20px; */
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #475467;
  padding: 14px 16px;
  vertical-align: middle;
}
.tbody {
    height: 300px;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fix-column > .tbody {
    overflow: hidden;
    /*padding-bottom: 50px;*/
}
/*.fix-column > .tbody > .trow:last-child {margin-bottom: 50px;}*/

.fix-column > .tbody > .trow {
    margin-top: -50px;
    margin-bottom: 50px;
}
.fix-column > .tbody > .trow:first-child {
    margin-top: 0px;
}

.rest-columns {
    width: 100%;
}
.rest-columns > .thead {
    /*padding-right: 50px;*/
    overflow: hidden;
}
/*.rest-columns > .thead > :last-child {margin-right: 50px;}*/
.rest-columns > .thead > span {
    margin-right: 0px;
    margin-left: 0;
    padding: 24px;
    min-width: 190px;
    color: #FFFFFF;
    text-align: center;
}
.rest-columns > .thead > :first-child {
    margin-left: 0px;
    background: #9CABF7;
}


.tabs-container nav ul li:last-child {
    border-radius: 0 0 0 16px;
}

.rest-columns > .thead > span:nth-child(2) {
    background: var(--color-blue-71, #758AF4);
}

.rest-columns > .thead > span:nth-child(3) {
    background: #4E69F1;
}

.rest-columns > .thead > span:nth-child(4) {
    background: #3A58EF;
    color: #3A58EF;
    border-radius: 0 16px 0 0;
}

.rest-columns > .thead > span b {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.fix-column .thead span {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    border: 1px solid var(--color-grey-93, #EAECF0);
    width: 380px;
}

.rest-columns .tbody .trow > span {
    text-align: center;
    width: 190px;
}

.trow:nth-child(odd) {
    background: var(--color-grey-98, #F9FAFB);
}

.total-wrapper {
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-grey-93, #EAECF0);
    border-radius: 0 16px 16px 0;
}

.tabs-container nav ul li:hover {
    background: #F3F1FD;
    color: #344054;
}




.Monthly_Pricing_Table  table{ text-align: center; }
.Monthly_Pricing_Table .table-container{ 
  width: 100%;
  height: 100%;
  max-height: inherit;
  overflow: auto;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-grey-93, #EAECF0);
}

.Monthly_Pricing_Table table th, .Monthly_Pricing_Table  table td {
  white-space: nowrap;
  padding: 10px 20px;
  font-family: Arial;
}
.Monthly_Pricing_Table table th span, .Monthly_Pricing_Table table td span {
    white-space: normal;
}
.Monthly_Pricing_Table  table tr th:first-child,.Monthly_Pricing_Table  table td:first-child{
  position: sticky;
  width: 100px;
  left: 0;
  z-index: 10;
  background: #fff;
  
}
.Monthly_Pricing_Table  table tr th:first-child{
  z-index: 11;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #344054;
  padding: 44px 16px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-grey-93, #EAECF0);
  width: 40% !important;
}
.Monthly_Pricing_Table table tr th{
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}

.Monthly_Pricing_Table th:nth-child(2) {
  background: #9CABF7;
  color: #fff;
  width: 20%;
}

.Monthly_Pricing_Table  th:nth-child(3) {
  background: var(--color-blue-71, #758AF4);
  width: 20%;
}

.Monthly_Pricing_Table  th:nth-child(4) {
  background: #4E69F1;
  width: 20%;
}

.Monthly_Pricing_Table  th:nth-child(5) {
  background: #3A58EF;
  width: 20%;
}

.Monthly_Pricing_Table .table-container tbody th span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.Monthly_Pricing_Table .table-container tbody th span b {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.Monthly_Pricing_Table  table td:first-child {
  text-align: left;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #475467;
  padding: 14px 16px;
}

.Monthly_Pricing_Table tr:nth-child(even) td {
  background: var(--color-grey-98, #F9FAFB);
}

.Monthly_Pricing_Table table td span {
  font-size: 14px;
  font-weight: 500;
}

.Monthly_Pricing_Table table td:first-child span {
  font-size: 14px;
  font-weight: 600;
}






.Monthly_Pricing_Table{
    display: none;
    padding: 0;
}
.Monthly_Pricing_Table.current{
    display: inherit;
}

.fix-column {
    float: left;
}
.thead {
    height: 120px;
    white-space: nowrap;
}
.thead > span {
  display: inline-block;
  width: 190px;
  line-height: 40px;
  box-shadow: none;
  background-color: transparent;
  text-align: center;
  padding: 44px 16px;
  font-family: Inter;
  color: #344054;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.trow {
    white-space: nowrap;
}
.trow > span {
  display: inline-block;
  width: 380px;
  box-shadow: none;
  /* line-height: 80px; */
  /* height: 80px; */
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  /* line-height: 20px; */
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #475467;
  padding: 14px 16px;
  vertical-align: middle;
}
.tbody {
    height: 300px;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fix-column > .tbody {
    overflow: hidden;
    /*padding-bottom: 50px;*/
}
/*.fix-column > .tbody > .trow:last-child {margin-bottom: 50px;}*/

.fix-column > .tbody > .trow {
    margin-top: -50px;
    margin-bottom: 50px;
}
.fix-column > .tbody > .trow:first-child {
    margin-top: 0px;
}

.rest-columns {
    width: 100%;
}
.rest-columns > .thead {
    /*padding-right: 50px;*/
    overflow: hidden;
}
/*.rest-columns > .thead > :last-child {margin-right: 50px;}*/
.rest-columns > .thead > span {
    margin-right: 0px;
    margin-left: 0;
    padding: 24px;
    min-width: 190px;
    color: #FFFFFF;
    text-align: center;
}
.rest-columns > .thead > :first-child {
    margin-left: 0px;
    background: #9CABF7;
}



.tabs-container nav ul li:last-child {
    border-radius: 0 0 0 16px;
}

.rest-columns > .thead > span:nth-child(2) {
    background: var(--color-blue-71, #758AF4);
}

.rest-columns > .thead > span:nth-child(3) {
    background: #4E69F1;
}

.rest-columns > .thead > span:nth-child(4) {
    background: #3A58EF;
    color: #3A58EF;
    border-radius: 0 16px 0 0;
}

.rest-columns > .thead > span b {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.fix-column .thead span {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    border: 1px solid var(--color-grey-93, #EAECF0);
    width: 380px;
}

.rest-columns .tbody .trow > span {
    text-align: center;
    width: 190px;
}

.trow:nth-child(odd) {
    background: var(--color-grey-98, #F9FAFB);
}

.total-wrapper {
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-grey-93, #EAECF0);
    border-radius: 0 16px 16px 0;
}

.tabs-container nav ul li:hover {
    background: #F3F1FD;
    color: #344054;
}




.Monthly_Pricing_Table table{ text-align: center; }
.Monthly_Pricing_Table .table-container{
  width: 100%;
  height: 100%;
  max-height: inherit;
  overflow: auto;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-grey-93, #EAECF0);
}

.Monthly_Pricing_Table table th,.Monthly_Pricing_Table table td {
  white-space: nowrap;
  padding: 10px 20px;
  font-family: Arial;
}
.Monthly_Pricing_Table table th span,.Monthly_Pricing_Table table td span {
    white-space: normal;
}
.Monthly_Pricing_Table table tr th:first-child,.Monthly_Pricing_Table table td:first-child{
  position: sticky;
  width: 100px;
  left: 0;
  z-index: 10;
  background: #fff;
  
}
.Monthly_Pricing_Table table tr th:first-child{
  z-index: 11;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #344054;
  padding: 44px 16px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-grey-93, #EAECF0);
  width: 417px !important;
  max-width: 417px;
}
.Monthly_Pricing_Table table tr th{
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}

.Monthly_Pricing_Table th:nth-child(2) {
  background: #9CABF7;
  color: #fff;
  width: 22%;
}

.Monthly_Pricing_Table th:nth-child(3) {
  background: var(--color-blue-71, #758AF4);
  width: 22%;
}

.Monthly_Pricing_Table th:nth-child(4) {
  background: #4E69F1;
  width: 22%;
}

.Monthly_Pricing_Table th:nth-child(5) {
  background: #3A58EF;
  width: 19%;
}

.Monthly_Pricing_Table .table-container tbody th span {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

.Monthly_Pricing_Table .table-container tbody th span b {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.Monthly_Pricing_Table table td:first-child {
  text-align: left;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #475467;
  padding: 14px 16px;
}

.Monthly_Pricing_Table tr:nth-child(even) td {
  background: var(--color-grey-98, #F9FAFB);
}

.Monthly_Pricing_Table  table td span {
  font-size: 14px;
  font-weight: 500;
}

.Monthly_Pricing_Table table td:first-child span {
  font-size: 14px;
  font-weight: 600;
}




.Monthly_Pricing_Table {
    margin-top: 32px;
}

.Monthly_Pricing_Table th label.First_Child_Th_Label {
    border-radius: 50px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 2px 12px;
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-bottom: 8px;
}

.Monthly_Pricing_Table th label.Second_Th_Label {}

.Monthly_Pricing_Table th h3 {
    color: var(--Theme-Dark-Blue-700, #3E3C64);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}

.Monthly_Pricing_Table th h3 sub {
    color: var(--Theme-Dark-Blue-700, #3E3C64);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.28px;
    bottom: 0;
}



.Monthly_Pricing_Table {
    margin-top: 32px;
}

.Monthly_Pricing_Table th label.First_Child_Th_Label {
    border-radius: 50px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 2px 12px;
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-bottom: 8px;
}

.Monthly_Pricing_Table.current th  label.Second_Th_Label {
    border-radius: 50px;
    background: var(--Theme-Blue-100, #D8DEFC);
    padding: 2px 12px;
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin: 0 auto;
    display: inline-block;
}

.Monthly_Pricing_Table th h3 {
    color: var(--Theme-Dark-Blue-700, #3E3C64);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}

.Monthly_Pricing_Table th h3 sub {
    color: var(--Theme-Dark-Blue-700, #3E3C64);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.28px;
    bottom: 0;
}

.Monthly_Pricing_Table.current th {
    background: #fff;
}

.Monthly_Pricing_Table .table-container tbody th span {
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 8px;
}

.Monthly_Pricing_Table .table-container table.table.feature-table.table-bordered tbody tr th.border_bottom {
    border-bottom: 8px solid #EBEEFD !important;
}

.Monthly_Pricing_Table .table-container table.table.feature-table.table-bordered tbody tr td h3 {
    color: var(--Theme-Dark-Blue-700, #3E3C64);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}





.Monthly_Pricing_Table tr.accordion-toggle.collapsed td.checkmark svg {
    display: inline-block;
}

.Monthly_Pricing_Table tr.accordion-toggle td.checkmark svg {
    display: none;
}

.Monthly_Pricing_Table .c_tooltip .c_tooltiptext {
    left: 170px;
    bottom: -30%;
    top: auto;
    background: #000;
    color: #fff;
}

.Monthly_Pricing_Table .c_tooltip .c_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -18px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
    bottom: 14px;
    left: 8px;
}

.Monthly_Pricing_Table .c_tooltip span.c_tooltiptext p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}



section.Lets_Build {
    background: var(--White, #FFF);
    padding: 72px 0;
}

section.Lets_Build .Sec_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.72px;
    text-align: center;
    padding-bottom: 36px;
}

section.Lets_Build .Sec_Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
}

.Lets_Build_Box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 36px;
}

.Lets_Build_Box a.Schedule_Call_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    display: inline-block;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.Lets_Build_Box a.Chat_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    color: var(--Theme-Blue-500, #3A58EF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 8px;
}

.Lets_Build_Box a.Schedule_Call_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.Lets_Build a.Call_Btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
  

section.spleaker_grid.Blue_Bg {
  background: var(--Theme-Blue-50, #EBEEFD);
}

.Monthly_Pricing_Table .feature-table thead th {
    top: 87px !important;
    z-index: 99 !important; 
    border-bottom: 8px solid rgb(235, 238, 253) !important;
}

.Monthly_Pricing_Table table.table.feature-table th span#price-metro {
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 8px;
}

.Monthly_Pricing_Table table.table.feature-table th span#price-tier1 {
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 8px;
}

.Monthly_Pricing_Table table.table.feature-table th span#price-tier2 {
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 8px;
}

@media only screen and (max-width:1366.51px) {
  .Explore_Our_Offices_Box_Img .Office_Img_Box:after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -6.82%, #000 100%);
    width: 338px;
    height: 193px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    opacity: 1;
  }

  .inclusionleft {
    min-height: 536px;
  }
}


@media only screen and (max-width:1199.51px) {
  .Explore_Our_Offices_Box_Img .Office_Img_Box:after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -6.82%, #000 100%);
    width: 278px;
    height: 159px;
  }

   .inclusionleft {
    min-height: 420px;
  }
}

@media only screen and (max-width:991px) {
  .Explore_Our_Offices_Box_Img .Office_Img_Box:after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -6.82%, #000 100%);
    width: 314px;
    height: 179px;
  }

  .inclusionleft {
    min-height: 560px;
  }
 
}

  @media only screen and (max-width: 767px){  
    .thead {
      height: 100px;
      white-space: nowrap;
    }

    .fix-column .thead span {
      width: 140px;
    }

    .thead > span {
      width: 100px;
      padding: 34px 16px;
    }

    .fix-column > .tbody {
      width: 140px;
    }

    .fix-column > .tbody .trow {
        white-space: normal;
    }

    .trow > span {
      height: 110px;
      width: auto;
    }

    .rest-columns .tbody .trow > span {
        width: 100px;
    }

    .rest-columns > .thead > span {
        margin-right: 0px;
        margin-left: 0;
        padding: 15px;
        min-width: 100px;
    }

    .tabs-container {
      position: relative;
      height: 100%;
      margin-top: 0;
    }

    .tabs-container nav {
      border: 0;
    }

    .tabs-container nav ul {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99;
      background: #fff;
      border: 0;
    }

    .tabs-container nav ul li.active {
      order: 0;
      border-radius: 0;
      border: 0;
      background: #3A58EF;
      color: #fff;
    }

    .tabs-container nav ul li { 
      background: #fff;
    }

    table tr th:first-child {
      max-width: 170px !important;
      white-space: normal;
    }

    .Monthly_Pricing_Table {
      margin-top: 70px;
    }


    .thead {
      height: 100px;
      white-space: nowrap;
    }

    .fix-column .thead span {
      width: 140px;
    }

    .thead > span {
      width: 100px;
      padding: 34px 16px;
    }

    .fix-column > .tbody {
      width: 140px;
    }

    .fix-column > .tbody .trow {
        white-space: normal;
    }

    .trow > span {
      height: 110px;
      width: auto;
    }

    .rest-columns .tbody .trow > span {
        width: 100px;
    }

    .rest-columns > .thead > span {
        margin-right: 0px;
        margin-left: 0;
        padding: 15px;
        min-width: 100px;
    }

    .tabs-container {
      position: relative;
      height: 100%;
      margin-top: 0;
    }

    .tabs-container nav {
      border: 0;
    }

    .tabs-container nav ul {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99;
      background: #fff;
      border: 0;
    }

    .tabs-container nav ul li.active {
      order: 0;
      border: 0;
      background: #182878;
      border-top: 1px solid #EAECF0;
      color: #fff;
      border-radius: 8px;
    }

    .tabs-container nav ul.expanded li.current.active {
      border-radius: 8px 8px 0 0;
    }

    .tabs-container nav ul li { 
      background: #fff;
    }

    table tr th:first-child {
      max-width: 170px !important;
      white-space: normal;
    }

    .Monthly_Pricing_Table {
      margin-top: 70px;
    }

    .tabs-container nav ul.expanded li.active:before {
      content: '';
      border-radius: 0px 8px 0px 0;
    }

    .Monthly_Pricing_Table table tr th:first-child, .Monthly_Pricing_Table table td:first-child {
      position: relative;
    }

    .Monthly_Pricing .Monthly_Pricing_Table .table-container {
      overflow-y: hidden !important;
      overflow-x: auto !important;
    }

    .Monthly_Pricing_Table .feature-table thead th {
      top: 0px !important;
    }

    .trasparentleft h2 {
      font-size: 40px;
    }

  }

@media only screen and (max-width:425.51px) { 
  .Explore_Our_Offices_Box_Img .Office_Img_Box:after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -6.82%, #000 100%);
    width: 367px;
    height: 214px;
  }

  .inclusionleft {
    min-height: inherit;
  }

  .inclusionleft a {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  section.spleaker_grid button.slick-prev.custom-prev.slick-arrow {
    left: 30px;
    top: auto;
    bottom: -116px;
  }
  section.spleaker_grid button.slick-next.custom-next.slick-arrow {
    top: auto;
    bottom: -116px;
    right: 30px;
  }

}

@media only screen and (max-width:375.51px) { 
  .Explore_Our_Offices_Box_Img .Office_Img_Box:after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -6.82%, #000 100%);
    width: 317px;
    height: 181px;
  }
}

@media only screen and (max-width:320.51px) { 
  .Explore_Our_Offices_Box_Img .Office_Img_Box:after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -6.82%, #000 100%);
    width: 262px;
    height: 150px;
  }
}

@media only screen and (max-width: 1366.51px) {
  .mainworkplace { 
    font-size: 21px;
  }
}

@media only screen and (max-width: 1199.51px) {
  .mainworkplace { 
    font-size: 18px;
  }
}