:export {
  teritiory: #1b6ad5;
}

::-webkit-scrollbar {
  width: 8px;
}

:root {
  --media-object-fit: cover;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d031314d;
  border-radius: 0;
}

.secondry_color {
  color: #002646;
}

@font-face {
  font-family: Satoshi-Light;
  src: url(../font/Satoshi-Light.otf) format("truetype");
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

@font-face {
  font-family: Satoshi-Medium;
  src: url(../font/Satoshi-Medium.otf) format("truetype");
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: global.$grey2;
  --background-end-rgb: global.$grey2;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: global.$secondary;
  }
}

::-webkit-scrollbar {
  display: none;
}

body {
  color: rgb(var(--foreground-rgb));
  background: #ffffff;
}

@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}

.text-cyan {
  color: #40a5d9 !important;
}

.bg-cyan {
  background-color: #40a5d9 !important;
}

.bg-sky {
  background-color: #00cfff;
}

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

.bg-darkelight {
  background-color: #8c9091 !important;
}

.bg-lightgrey {
  background-color: #f7f7f7 !important;
  color: #002646 !important;
}

.view_detail {
  background-color: #fff !important;
  border: 1px solid #00a9ce !important;
  outline: none;
  color: #00a9ce !important;
  margin-left: 10px;
  border-radius: 0;
}

.text-majenta {
  color: #f30dc3 !important;
}

.bg-majenta {
  background-color: #f30dc3 !important;
}

.ant-modal-content {
  border-radius: 0;
}

.main-body {
  background-color: #fff;
  min-height: 100vh;
}

.button-primary {
  padding: 10px 24px;
  letter-spacing: 1.5px;
  vertical-align: text-bottom;
  font-size: 14px;
  color: #fff;
  background: #1b6ad5;
  border: none;
  outline: none;
  text-transform: uppercase;
  border-radius: 0;
}

.button-primary span {
  font-family: Satoshi-Regular;
}

.button-white {
  padding: 8px 24px;
  letter-spacing: 1.5px;
  vertical-align: text-bottom;
  font-size: 13px;
  color: #1b6ad5;
  background: #ffffff;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-family: Satoshi-Regular;
}

@media screen and (max-width: 992px) {
  .button-white {
    font-size: 12px;
    padding: 8px 10px;
  }
}

.button-bw {
  border: 1px solid #002646;
  outline: none;
  color: #002646;
}

@media screen and (max-width: 992px) {
  .button-bw {
    font-size: 14px;
  }
}

.button-cyan {
  background-color: #40a5d9;
  color: #fff;
  padding: 5px 16px 8px;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.5px;
  border: 1px solid #40a5d9;
}

@media screen and (max-width: 992px) {
  .button-cyan {
    font-size: 13.5px;
  }
}

.button-transparent {
  background-color: #fff;
  color: #00a9ce;
  padding: 5px 16px 8px;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.5px;
  border: 1px solid #00a9ce;
}

@media screen and (max-width: 992px) {
  .button-transparent {
    font-size: 13.5px;
  }
}

.short_icon_white {
  font-size: 17px;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: 3px;
  left: 6px;
  color: #2374dc;
}

@media screen and (max-width: 991px) {
  .short_icon_white {
    font-size: 18px;
  }
}

.short_icon {
  font-size: 20px;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .short_icon {
    font-size: 18px;
  }
}

.page-intro-background {
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  min-height: 400px !important;
  display: flex;
  align-items: flex-end;
  padding: 0vh 0 50px;
  z-index: 0;
}

.page-intro-background .heading {
  font-family: IsidoraSans-Regular;
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  letter-spacing: 1.5px;
}

.page-intro-background .heading span {
  font-family: IsidoraSans-SemiBold;
}

@media screen and (max-width: 992px) {
  .page-intro-background {
    min-height: 250px;
  }

  .page-intro-background .heading {
    font-size: 34px;
    line-height: 38px;
  }
}

.part2 {
  padding: 0vh 20px 95px;
}

.heading-text {
  position: relative;
  font-size: 36px;
  color: #002646;
  padding: 0vw 0px 3px 12px;
  vertical-align: text-bottom;
  border-left: 4.32px solid #1b6ad5;
  font-family: Satoshi-Regular;
}

.heading-text span {
  font-family: Satoshi-Bold;
  color: #1b6ad5;
  font-weight: 600;
}

.agenda_title h4 {
  font-size: 22px;
  color: #002646;
  margin-bottom: 10px;
  font-family: "Satoshi-Medium";
}

@media screen and (max-width: 992px) {
  .heading-text {
    border-left: 3px solid #1b6ad5;
    font-size: 28px;
    line-height: 40px;
    padding: 0vw 0px 0vw 13px;
  }
}

.heading-text1 {
  font-family: Satoshi-Medium;
  font-size: 36px;
  line-height: 46px;
  padding: 0vw 0px 3px 14px;
  color: #fff;
  border-left: 4.32px solid #fff;
}

.heading-text1 span {
  font-family: Satoshi-Bold;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .heading-text1 {
    border-left: 3px solid #fff;
    font-size: 28px;
    line-height: 40px;
    padding: 0vw 0px 0vw 13px;
  }
}

.heading-text2 {
  font-size: 32px;
  line-height: 34px;
  color: #002646;
  padding: 0vw 0px 3px 14px;
  vertical-align: text-bottom;
  border-left: 3px solid #1b6ad5;
}

.heading-text2 span {
  font-family: Satoshi-Bold;
  color: #1b6ad5;
}

@media screen and (max-width: 992px) {
  .heading-text2 {
    border-left: 3px solid #1b6ad5;
    font-size: 28px;
    line-height: 40px;
    padding: 0vw 0px 0vw 13px;
  }
}

.home-speakers-subHeading {
  font-family: Satoshi-Regular;
  line-height: 28px;
  margin-bottom: 28px;
}

.speaker-item-txt2 {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #002646;
}

.speaker-item-txt1 {
  font-size: 17px;
  text-align: center;
  color: #000;
  line-height: 22px;
  margin-bottom: 2px;
  font-weight: 700;
}

.speaker-item-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
}

.major-sub-heading {
  margin: 20px 10px 10px 7px;
}

.major-sub-heading1 {
  font-family: Satoshi-Light;
  font-size: 22px;
  color: #002646;
  margin-left: 18px;
  line-height: 28px;
}

.major-descTxt {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  padding: 4px;
  display: -webkit-box;
}

.sub-heading-text {
  font-size: 23px;
  line-height: 34px;
  color: #002646;
}

@media screen and (max-width: 991px) {
  .sub-heading-text {
    font-size: 18px;
    line-height: 25px;
  }
}

.sub-heading-text1 {
  font-size: 23px;
  line-height: 34px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .sub-heading-text1 {
    font-size: 18px;
    line-height: 25px;
  }
}

.sub-heading-text3 {
  font-size: 20px;
  margin: 1px 0 10px 15px;
  line-height: 40px;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .sub-heading-text3 {
    margin-top: 2px;
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 567px) {
  .sub-heading-text3 {
    margin-top: 10px;
  }
}

.common-text1 {
  font-size: 17px;
  color: #232323;
  margin-bottom: 10px;
  font-family: Satoshi-Regular;
}

.common-text2 {
  font-size: 18px;
  color: #002646;
  letter-spacing: 1px;
}

.button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.custom-time-picker {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #c7c7c7;
}

.imagePicker-type2 {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px;
  font-size: 15px;
  border: 2px dashed #9c9c9c;
  cursor: pointer;
  font-family: IsidoraSans-SemiBold;
  margin-top: 30px;
}

.agenda-title4 {
  font-size: 16px;
  font-family: Satoshi-Light;
  color: #002646;
  margin-top: 10px;
}

.slick-track {
  display: flex;
  gap: 1rem;
}

.mtOne {
  margin-top: 4px;
}

@media screen and (max-width: 991px) {
  .mtOne {
    margin-top: 4px;
  }
}

.mtTwo {
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .mtTwo {
    margin-top: 8px;
  }
}

.mtThree {
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .mtThree {
    margin-top: 16px;
  }
}

.mtFour {
  margin-top: 24px;
}

@media screen and (max-width: 991px) {
  .mtFour {
    margin-top: 24px;
  }
}

.mtFive {
  margin-top: 48px;
}

@media screen and (max-width: 991px) {
  .mtFive {
    margin-top: 48px;
  }
}

.mbOne {
  margin-bottom: 4px;
}

@media screen and (max-width: 991px) {
  .mbOne {
    margin-bottom: 4px;
  }
}

.mbTwo {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .mbTwo {
    margin-bottom: 8px;
  }
}

.mbThree {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .mbThree {
    margin-bottom: 16px;
  }
}

.mbFour {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .mbFour {
    margin-bottom: 24px;
  }
}

.mbFive {
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .mbFive {
    margin-bottom: 48px;
  }
}

.gapTwo {
  gap: 1px !important;
}

@media screen and (max-width: 991px) {
  .gapTwo {
    margin-bottom: 8px;
  }
}

.para {
  padding-left: 20px;
}

.speakers-filter-text1 {
  font-family: Satoshi-Bold;
  font-size: 15.7px;
  color: #1e1e1e;
  margin-top: 40px;
  margin-bottom: 17.48px;
}

.tag {
  margin: 0 10.08px 8px 0;
  border: 1px solid #5b5b5b;
  text-align: left;
  font-size: 11.68px;
  padding: 5px 10px;
  color: #5b5b5b;
  line-height: 11.76px;
  cursor: pointer;
  background-color: transparent;
}

.search-input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 35px 10px 0;
  font-size: 14px;
  text-transform: capitalize;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Satoshi-Regular;
}

@font-face {
  font-family: Satoshi-Light;
  src: url(../font/Satoshi-Light.otf) format("truetype");
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

@font-face {
  font-family: Satoshi-Medium;
  src: url(../font/Satoshi-Medium.otf) format("truetype");
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

@font-face {
  font-family: Satoshi-Regular;
  src: url(../font/Satoshi-Regular.otf) format("truetype");
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

@font-face {
  font-family: Satoshi-Bold;
  src: url(../font/Satoshi-Bold.otf) format("truetype");
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

@font-face {
  font-family: Satoshi-BlackItalic;
  src: url(../font/Satoshi-BlackItalic.otf) format("truetype");
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Satoshi-Bold;
}

.font_regular {
  font-family: Satoshi-Regular;
}

.font_bold {
  font-family: Satoshi-Bold;
}

.font_medium {
  font-family: Satoshi-Medium;
}

.font_light {
  font-family: Satoshi-Light;
}

.font_italic {
  font-family: Satoshi-BlackItalic;
}

input {
  font-family: Satoshi-Regular;
}

input::placeholder {
  font-family: Satoshi-Regular;
  text-transform: capitalize;
}

button {
  font-family: Satoshi-Regular;
}

.major-sub-heading,
.capital_content p {
  font-size: 18.7px;
  font-family: Satoshi-Light;
  line-height: 28px;
}

.text-content {
  font-size: 18.7px;
  font-family: Satoshi-Light;
  line-height: 24px;
}

.cursor-pointer {
  cursor: pointer;
}

svg {
  font-size: 18px;
  position: relative;
  left: 8px;
  top: -1px;
}

.Eng_cptl {
  color: #1b6ad5;
  font-weight: 700;
}

.navbar {
  background-color: #fff !important;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 1rem 2rem;
  box-shadow: 0 2px 8px #3c404340;
}

.navbar-brand {
  font-weight: 800;
  font-size: 1.8rem;
  color: #002147;
}

.navbar-brand span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.nav-link {
  color: #001f3f;
  font-weight: 600;
  margin-right: 0rem;
}

.nav-link:hover {
  color: #0056b3;
}

.navbar-brand img {
  width: 70%;
}

.profile_icon {
  width: 36px;
  margin-left: 10px;
  border-radius: 50%;
}

.sidebar_content li a {
  color: #fff;
}

.offcanvas-end {
  z-index: 9999;
  background: #002646;
}

.ticket-btn {
  padding: 8px 16px;
  letter-spacing: 1.5px;
  vertical-align: text-bottom;
  font-size: 13px;
  color: #1b6ad5;
  border: 1px solid #1b6ad5;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  font-family: Satoshi-Bold;
  position: relative;
  left: -10px;
}

.ticket-btn:hover {
  background-color: #0056d2;
  color: #fff;
}

.user-icon {
  font-size: 1.5rem;
  color: #002147;
}

.content {
  padding-top: 55px !important;
}

.hero-Parallax1 {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  z-index: 999;
}

.hero-video1 {
  object-fit: cover;
  z-index: -1;
}

.hero-Parallax1:before,
.hero-video1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-videoHover {
  position: relative;
  z-index: 1;
  height: 100%;
  background: #100505ba;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.hero-text1 span {
  font-weight: 600;
}

.hero-Container {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  padding: 80px 0 14px;
  margin-top: auto;
}

.hero-text1 {
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 50px;
  text-transform: uppercase;
}

.hero-box-1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.hero-box-1 button {
  margin-top: 25px;
  text-transform: uppercase;
}

.hero-box-3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-box-2 {
  display: flex;
  gap: 1.9vw;
  height: 75px;
  align-items: center;
  margin-top: 63px;
}

.hero-txt2 p {
  font-size: 1.2rem;
  color: #fff;
  text-align: end;
}

.hero-txt2 {
  color: #fff;
  font-size: 20px;
}

.hero-line {
  height: 85%;
  border: 1px solid #1b6ad5;
  width: 1px;
}

.hero-txt5 {
  font-size: 1.3rem;
  color: #fff;
  font-family: Satoshi-Bold;
}

.hero-txt3 {
  font-size: 2.1rem;
  line-height: 2.3rem;
  color: #fff;
  text-align: start;
  font-weight: 700;
}

.hero-txt6 {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.2rem;
}

.bg-box {
  background-position: 40% 100%;
  min-height: 402.8px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.accordion-button:focus {
  box-shadow: unset !important;
}

.text_finance {
  color: #1b6ad5;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlights-txt1 {
  color: #1b6ad5;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2.5px;
  margin-bottom: -8px;
  text-transform: uppercase;
}

.highlights-txt1 p {
  font-size: 0.9rem;
  font-weight: 700;
}

.highlights-txt2 {
  color: #002646;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}

.highlights-txt3 p {
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-top: 16px;
  line-height: 25px;
}

.hl_col {
  padding: 0;
}

.highlights-countUpTxt1 {
  font-size: 2.46rem;
  color: #fff;
  line-height: 2.4rem;
}

.highlights-countUpTxt2 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.over_high {
  position: absolute;
  inset: 0;
  color: #fff;
  background-image: linear-gradient(#002646, #002646, rgba(0, 39, 70, 0.561), rgba(0, 38, 70, 0), rgba(0, 38, 70, 0));
  padding-left: 10px;
  width: 97%;
  height: 100%;
}

.over_high p {
  margin: 7px 0 0;
  font-family: Satoshi-Regular;
}

.high_image {
  position: relative;
  z-index: 1;
}

.high_image {
  margin-top: 25px;
}

.high_image img {
  width: 97%;
}

.highlights {
  font-size: 26px;
}

.speaker-item-eventitem {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin-left: -7px;
}

.modal-content,
.modal-header {
  border-radius: 0;
}

.speaker-item-box4 {
  position: absolute;
  z-index: 1;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
}

.speaker-item-img {
  aspect-ratio: 1/1.1;
  width: 100%;
  object-fit: cover;
  filter: grayscale(0.7);
  transition: filter 0.3s ease;
}

.speaker-item-img:hover {
  filter: none;
  cursor: pointer;
}

.explore-section {
  position: relative;
  background: #4b84e6;
  color: #fff;
  overflow: hidden;
}

.explore-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.explore-overlay {
  position: relative;
  z-index: 2;
}

.p_zero {
  padding: 0 !important;
}

.meeting-title {
  font-size: 2rem;
  font-weight: 100;
  position: relative;
}

.meeting-title span {
  color: #fff;
}

.heading {
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  letter-spacing: 1.5px;
}

.watch_on_btn {
  padding-left: 18px;
}

.speakers-heading-text {
  font-size: 36x;
  color: #002646;
  padding: 0 0 0 12.96px;
  margin-bottom: 30px;
  vertical-align: text-bottom;
  border-left: 4.32px solid #1b6ad5;
  font-family: Satoshi-Regular;
}

.speakers-heading-text span {
  color: #002646;
}

@media screen and (max-width: 992px) {
  .speakers-heading-text {
    line-height: 36px;
    padding: 0 0 0 17.28px;
    border-left: 3px solid #1b6ad5;
    margin-top: 20px;
  }
}

.speakers-heading-text span {
  color: #1b6ad5;
  text-transform: capitalize;
  font-family: "Satoshi-Medium";
  font-weight: 600;
}

.explore-btn {
  margin-top: 30px;
  font-weight: 600;
  padding: 10px 25px;
  background-color: #fff;
  color: #036;
  border: none;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.explore-btn:hover {
  background-color: #e2e8f0;
}

.tag-container {
  display: flex;
  flex-direction: row;
  justify-content: end;
  position: absolute;
  right: 0;
}

.partners-section {
  padding: 4rem 0rem;
  text-align: center;
  background: #fff;
}

.our_part {
  text-align: left;
}

.partner-title {
  font-weight: 600;
  font-size: 24px;
  color: #4f74df;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-title:before,
.partner-title:after {
  content: "";
  height: 1px;
  flex: 1;
  background-color: #ccc;
  margin: 0 1rem;
}

.headline-partner img {
  margin: auto;
  width: 25%;
}

.strategic-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.strategic-partners img {
  object-fit: contain;
  transition: transform 0.2s ease;
}

.strategic-partners img:hover {
  transform: scale(1.05);
}

.slick-prev,
.slick-next {
  display: none !important;
}

.home-text2 {
  color: #000;
  font-size: 16px;
}

img {
  width: 100%;
}

.mobile_view {
  display: none;
}

.baner_image {
  position: relative;
}

.heading-text_2 {
  position: relative;
  left: -15px;
  font-size: 35px;
  line-height: 44px;
  color: #002646;
  padding: 0 0 0 8px;
  vertical-align: text-bottom;
  border-left: 3.32px solid #1b6ad5;
}

.image_overcontent h2 span {
  font-weight: 700;
}

.counter-section {
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}

.counter-title {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.counter-title span {
  color: #0056d2;
  font-weight: 600;
}

.counter-box {
  border-left: 2px solid #11213e;
  padding: 0 20px;
}

.counter-box:first-child {
  border-left: none;
}

.counter-number {
  font-size: 2.3rem;
  font-weight: 700;
  color: #024;
}

.counter-label {
  font-size: 1rem;
  color: #002646;
}

.edition-card {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 2rem;
  min-height: 300px;
  border-radius: px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0;
}

.edition-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.edition-card-content {
  position: relative;
  z-index: 1;
  padding-left: 100px;
}

.edition-card-content p {
  color: #fff;
}

.btn-explore {
  background: white;
  color: #000;
  font-weight: 700;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  border-radius: 0;
}

.section-title {
  border-left: 4.32px solid #0d6efd;
  padding-left: 10px;
}

.headline_ground h2 {
  font-size: 35px;
  margin-top: 30px;
}

.partner-heading-text {
  font-size: 31.68px;
  color: #002646;
  padding: 0 0 0 12.96px;
  line-height: 38px;
  margin-bottom: 30px;
  vertical-align: text-bottom;
  border-left: 4.32px solid #1b6ad5;
}

.partner-heading-text span {
  color: #1b6ad5;
}

.partner-box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner-img-box3 {
  width: 95%;
  height: 140px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: auto;
}

.partner-ubc {
  width: 20%;
  margin: 20px auto auto;
}

.partner-ubc img {
  width: 100%;
}

.partner-images-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-txt1 {
  font-size: 16px;
  line-height: 23px;
  color: #002646;
}

.partner-img-box2 img {
  width: 230px;
}

.smart_Iota {
  display: flex;
  justify-content: center;
  margin: 20px auto auto;
  text-align: center;
}

.smart_Iota img {
  width: 200px;
}

.partner-group .partner-images-row1 {
  display: flex;
  gap: 9px;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 50px;
  align-content: stretch;
  align-items: baseline;
}

.btn i {
  font-size: 14px;
}

.btn.active {
  background-color: #1669e0;
  color: #fff;
}

.nav-tabs .nav-link.active {
  background-color: #1b6ad5;
  color: #fff !important;
  border-color: #1b6ad5;
}

.event-img {
  max-width: 100%;
  border-radius: 0;
}

.event-meta .badge {
  margin-right: 10px;
  font-size: 13px;
  padding: 9px 12px;
  border-radius: 0;
  font-weight: 100;
  border: 1px solid #a6a6a6;
  background: #fff;
  color: #002646;
  margin-top: 12px;
  position: relative;
  top: -8px;
}

.view-toggle .btn i {
  font-size: 1.3rem;
}

.view-toggle .btn.active {
  background-color: #1669e0;
  color: #fff;
}

.event-meta span i {
  color: #1669e0;
}

#adfwTabs {
  float: right;
  border-bottom: none;
}

.event_card2 {
  position: relative;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 0;
}

.sub_head span {
  font-size: 22px;
}

.hr {
  margin-top: -10px;
  position: relative;
  top: -8px;
  width: 95%;
  left: 62px;
}

.cyan_content,
.majenta_content {
  margin-top: 30px;
}

.event {
  color: #fff;
  padding: 0 5px;
  font-size: 20px;
  min-height: 80px;
  text-align: center;
  position: relative;
  top: 0;
  border: 1px solid #c9d0da75;
}

.tab_content_data {
  width: 75%;
  margin: auto;
}

.image_overcontent p {
  font-size: 30px;
  font-family: Satoshi-Bold;
}

.baner_image {
  position: relative;
}

.image_overcontent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  color: #fff;
}

.image_overcontent h2 span {
  font-weight: 700;
}

.counter-section {
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}

.counter-title {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.counter-title span {
  color: #0056d2;
  font-weight: 600;
}

.counter-box {
  border-left: 2px solid #11213e;
  padding: 0 20px;
}

.counter-box:first-child {
  border-left: none;
}

.edition-card {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 2rem;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 0;
}

.edition-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.edition-card-content {
  position: relative;
  z-index: 1;
  padding-left: 100px;
}

.edition-card-content p {
  color: #fff;
}

.btn-explore {
  background: white;
  color: #000;
  font-weight: 700;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  border-radius: 0;
}

.section-title {
  border-left: 4.32px solid #0d6efd;
  padding-left: 10px;
}

.headline_ground h2 {
  font-size: 35px;
  margin-top: 30px;
}

.partner-box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-txt1 {
  color: #1b6ad5;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.partner-box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner-img-box3 {
  width: 95%;
  height: 140px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

.partner-ubc {
  width: 20%;
  margin: 20px auto auto;
}

.partner-ubc img {
  width: 100%;
}

.partner-images-row {
  display: flex;
  align-items: center;
}

.partner-img-box2 img {
  width: 230px;
}

.smart_Iota {
  display: flex;
  justify-content: center;
  margin: 20px auto auto;
  text-align: center;
}

.smart_Iota img {
  width: 200px;
}

.L_S {
  letter-spacing: 4px;
}

#form_info_title {
  font-size: 22px;
}

.partner-group .partner-images-row1 {
  display: flex;
  gap: 9px;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 50px;
  align-content: stretch;
  align-items: baseline;
}

.btn i {
  font-size: 14px;
}

.btn.active {
  background-color: #1669e0;
  color: #fff;
}

.nav-tabs .nav-link {
  font-weight: 600;
  border: 1px solid #7b7b7b7d;
  margin-right: 8px;
  border-radius: 0;
  color: #002646;
  font-family: Satoshi-Bold;
}

.event-card {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 15px 0;
  margin-top: 20px;
}

.event-btn {
  background-color: #1669e0;
  color: #fff;
  border: none;
  border-radius: 0;
  margin-left: 10px;
  position: relative;
  left: -10px;
  padding: 10px 30px;
  letter-spacing: 1.5px;
  vertical-align: text-bottom;
  font-size: 13px;
  height: 42px;
  margin-top: 10px;
}

.view-toggle .btn i {
  font-size: 1.3rem;
}

.view-toggle .btn.active {
  background-color: #1669e0;
  color: #fff;
}

.event-meta span i {
  color: #1669e0;
}

.cyan_content,
.majenta_content {
  margin-top: 30px;
}

.gold {
  background-color: #b4934a;
}

.cyan {
  background-color: #00badb;
}

.blue {
  background-color: #167de1;
}

.navy {
  background-color: #0e2f5a;
}

.green {
  background-color: #007e3d;
}

.pink {
  background-color: #ed0b88;
}

.aqua {
  background-color: #56c7c4;
}

.maroon {
  background-color: #951b43;
}

.black {
  background-color: #000;
}

.purple {
  background-color: #223f98;
}

.footer-event {
  background-color: #1b4c9c;
  color: #fff;
  text-align: center;
}

.filter-bar {
  gap: 0.5rem;
}

.btn-outline-primary {
  display: flex;
  align-items: center;
  gap: 5px;
}

.filter-bar select,
input {
  padding: 10px;
  border-radius: 0;
}

.clear,
.download {
  padding: 10px;
}

.agenda_speaker {
  display: flex;
}

.agenda_content h5 {
  padding: 0;
  margin: 0;
}

.agenda_imgs img {
  width: 100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.event_para {
  padding-left: 18px;
  margin: 0 0 40px;
  color: #000 !important;
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.custom-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 1px;
}

.modal-body {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.custom-modal .custom-modal-content {
  max-height: 400px;
  overflow: hidden;
  min-height: 325px;
  margin-top: 10%;
}

.modal-text {
  margin-bottom: 55px;
}

.speaker-bio {
  font-size: 18.7px;
  margin-top: 20px;
  line-height: 24px;
  font-family: Satoshi-Light;
}

.form-section {
  background-color: #fff;
  padding: 30px;
  margin: 30px auto;
}

.form-label {
  font-weight: 600;
  margin-bottom: 4px;
}

.form-control,
.form-select {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  color: #a6a6a6;
}

.form-select option {
  color: #002646;
}

.form-select:valid {
  color: #002646;
}

.toster {
  background-color: #c6edd4 !important;
  position: fixed;
  top: 15%;
  color: #00732f;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
}

.toast-border {
  border: 1px solid #00732f;
}

.form-control {
  color: #000;
}

.form-control::placeholder {
  color: #a6a6a6;
  font-weight: 400 !important;
  overflow: visible;
}

.form-control:focus,
.form-select:focus {
  border-color: #000;
  box-shadow: none;
}

.file-note {
  font-size: 16px;
  color: #a6a6a6;
  margin-top: 4px;
  font-family: Satoshi-Regular;
  font-weight: 400;
}

.input-group-text {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
}

textarea {
  resize: none;
}

.word-count {
  font-size: 0.875rem;
  text-align: right;
  color: #555;
  margin-top: 4px;
}

.secure_sport {
  background-color: #f5f5f5;
  padding-top: 75px;
  padding-bottom: 20vh;
}

.pass-container {
  text-align: center;
  color: #fff;
  padding: 20px;
  margin: auto;
  display: inline-block;
  background-color: #edf3fd;
  width: 100%;
}

.main_space {
  margin-left: -13px;
}

.main_icons {
  margin-top: -30px;
}

.capital_content p {
  color: #002646;
}

.explore-title {
  font-size: 40px;
  font-family: Satoshi-Bold;
  color: #fff;
  border-left: 3.32px solid #f9f9f9;
}

.hero-Parallax2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-Parallax2 {
  display: flex;
  align-items: center;
  background-color: #4285f4;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

.custom-modal-content {
  background: #fff;
  padding: 30px;
  max-width: 1200px;
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}

.modal-speaker-name {
  color: #002646;
}

.explore-text {
  padding-left: 18px;
  font-size: 20px;
  line-height: 28px;
}

.over_content {
  margin-left: 12px;
}

.colum_spacing_left {
  padding-right: 20px;
}

.colum_spacing_right {
  padding-left: 20px;
}

.hero-bar {
  background: linear-gradient(135deg, #002766, #0e4aa9);
  color: #fff;
  padding: 1.5rem 1rem;
  text-align: center;
}

.popup-container {
  background: white;
  border-radius: 0;
  width: 100%;
  max-width: 600px;
  overflow: scroll;
  max-height: 600px;
  box-shadow: 0 4px 12px #0003;
}

.confirm_btn {
  text-align: center;
  margin-bottom: 40px;
}

.confirm_btn button {
  width: 62%;
}

.your_crop {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 9;
  padding: 15px 15px 5px;
}

.cross_icon {
  float: right;
  margin-top: -40px;
  font-size: 20px;
  color: #002646;
  cursor: pointer;
}

.cp {
  cursor: pointer;
}

.mrgt-3 {
  margin-top: 2rem;
}

.form-title {
  font-weight: 700;
  background: #ededed;
  padding: 0.9rem 20px;
  font-size: 21px;
}

.btn-brand {
  background: #1b6adf;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  padding: 14px !important;
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  font-family: Satoshi-Regular;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #004fc4;
  color: #fff;
}

.modal-image img {
  width: 300px;
  height: auto;
  border-radius: 0;
}

.features ul {
  list-style: none;
}

.ticket-name {
  font-size: 20px;
  font-weight: 700;
  color: #1b6ad5;
  text-transform: uppercase;
}

.code {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}

.qr-container {
  background-color: #fff;
  padding: 10px;
  width: 80%;
  margin: 20px auto auto;
}

.qr-container img {
  width: 75%;
}

.ticket-manage img.qr {
  width: 50%;
  margin-bottom: 15px;
}

.ticket-manage {
  text-align: center;
  width: 35%;
  margin: auto;
}

.button-container {
  width: 45%;
  margin: auto;
  padding: 0 10px;
}

.btn-brand:hover {
  background: #093b8c;
  color: #fff;
}

.note-list {
  width: 88%;
  padding-bottom: 35px;
}

.note-list li {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}

.note-list li a {
  color: #1b6ad5;
}

.sticky_header {
  position: sticky !important;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.sigle_daytext {
  font-size: 22px;
  color: #1b6ad5;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.sin {
  font-size: 17px;
}

.thankyou {
  font-weight: 700;
  font-size: 20px;
  color: #002646;
}

.checkout-btn {
  background-color: #1b6ad5;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: Satoshi-Regular;
}

.checkout-btn:hover {
  background-color: #004fc4;
}

.pass-body {
  padding: 20px;
}

.pass-body h3 {
  margin: 0 0 15px;
  font-size: 30px;
  color: #002646;
}

.word_break {
  width: 50%;
  text-align: right;
  word-wrap: break-word;
}

.ticket-cat-text {
  width: 90%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.ticket-duration-text {
  font-family: Satoshi-Regular;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.ticket-type-text {
  font-size: 11px;
  margin-bottom: 0;
  color: #fff;
  font-family: Satoshi-Regular;
}

.ticket-info-text {
  width: 72%;
  cursor: pointer;
}

.ticket-img {
  cursor: pointer;
}

.popup-body {
  flex: 1;
  overflow-y: auto;
}

.popup-footer {
  padding: 12px;
  border-top: 1px solid #ddd;
  position: sticky;
  bottom: 0;
  background: #fff;
}

.popup-footer button {
  background-color: #4087ff;
  border-radius: 0;
  width: 100%;
}

@media (max-width: 576px) {
  .image_overcontent p {
    margin-bottom: 0;
  }

  .option-date,
  .option-time {
    width: 100% !important;
  }

  .edit-btn {
    font-size: 12px !important;
  }

  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }

  .modal-text {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .ms-3 {
    margin-left: 0rem !important;
  }

  .file-section {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .btn-outline-primary {
    justify-content: center;
  }

  .file-section .btn-group {
    width: 100%;
  }

  .file-section .btn-group .btn {
    width: 50%;
  }

  .file-section .download-btn {
    width: 100%;
    margin-top: 7px;
  }

  .select_view_agenda select {
    margin-bottom: 10px !important;
  }

  .deskcheckout {
    display: block;
  }

  .sucure,
  .hide_agendaview {
    display: none;
  }

  .button-container {
    width: 95%;
  }

  .note-list {
    width: 100%;
    padding: 0 30px 20px;
  }

  .file-note {
    font-size: 12px;
  }

  .ticket-manage {
    width: 90%;
    margin: auto;
  }

  .mobile-toast {
    width: 80%;
  }

  .navs_sticky {
    top: 75px !important;
  }

  .modal-content {
    margin: 10px;
  }

  .hr {
    width: 85%;
  }

  .main_icons img {
    width: 40px !important;
    margin-top: 5px !important;
    margin-bottom: 50px !important;
  }

  .stepper .nav-item {
    font-size: 14px;
  }

  .stepper .nav-link .circle {
    margin-bottom: 20px !important;
  }

  .stepper .nav-item:not(:last-child):after {
    top: 20px !important;
  }

  .arrow_white button {
    position: relative;
    left: 15px;
  }

  .popup-overlay {
    padding: 25px;
  }

  .heading-text span,
  .heading-text {
    font-size: 28px !important;
  }

  .major-sub-heading {
    font-size: 18px;
    margin: 6px;
  }

  .flag_media {
    width: 75%;
  }

  .flag_media,
  .flag_media span {
    font-size: 24px;
    margin-left: 10px;
  }

  .home-speakers-subHeading {
    font-size: 20px;
    margin: 0 0 25px;
    padding: 0 20px;
    line-height: 23px;
  }

  .auto_m {
    margin-left: auto;
  }

  .high_image {
    margin-top: 20px;
  }

  .high_image img,
  .over_high {
    width: 93%;
  }

  .major-sub-heading1 {
    font-size: 18px;
    line-height: 21px;
  }

  .highlights-txt3 p {
    font-size: 16px;
  }

  .highlights-txt2 {
    font-size: 1.2rem;
  }

  .who_attend_img {
    width: 100%;
  }

  .hero-Parallax2 {
    min-height: 0px;
  }

  .hero-Parallax2 video {
    height: auto;
    margin-top: 20px;
  }

  .attend_every {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .edit_previous {
    padding-left: 0 !important;
  }

  .explore-overlay {
    padding: 10px 15px;
  }

  .who_attend_img {
    width: 100% !important;
  }

  .edition_content p {
    font-size: 18px !important;
    line-height: 24px !important;
    padding-left: 0 !important;
    margin: 6px 18px 35px !important;
  }

  .explore-text {
    padding-left: 15px;
    font-size: 18px;
  }

  .hero-Parallax2 {
    display: unset !important;
    height: auto !important;
  }

  .modal-header h5 {
    font-size: 20px !important;
  }
}

.search_type {
  padding-top: 20px;
}
.ngx-ic-source-image {
  max-width: 100% !important;
  max-height: 400px !important;
  transform-origin: center;
  object-fit: contain;
}

.button4 {
  background-color: #fff;
  color: #000;
  border: 2px solid #e7e7e7;
}

@media screen and (min-width: 0) and (max-width: 370px) {
  .highlights-txt1 p {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  img {
    width: 100%;
  }

  h1,
  h2,
  h3,
  h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 19px !important;
  }

  .stepper .nav-item {
    width: 25%;
  }

  .stepper .nav-link .circle {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px !important;
  }

  .fs-custom {
    font-size: 28px !important;
  }

  .heading-text,
  .heading-text1,
  .heading-text2 {
    line-height: 34px;
  }

  .offcanvas-end {
    width: 75% !important;
  }

  .mobile-tab-only {
    display: block !important;
  }

  .desktop_view {
    display: none;
  }

  .navbar-toggler span {
    font-size: 15px;
  }

  .navbar-toggler i {
    color: #002646;
    font-size: 30px;
  }

  .navbar {
    padding: 10px !important;
  }

  .mobile_logo img {
    width: 135px;
  }

  .hero-Container {
    padding: 70px 18px 10px !important;
    min-height: 670px;
  }

  .cta-box {
    width: 90% !important;
    margin: auto !important;
  }

  .capital_content p {
    margin-top: 15px;
  }

  .cta-row {
    display: block !important;
  }

  .option-box {
    min-width: 160px !important;
  }

  .heading-text_2 {
    left: 0;
    line-height: 36px;
  }

  .counter-box {
    border-left: unset;
  }

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

  .event-btn {
    width: 100%;
    height: unset;
  }

  .event-btn:last-child {
    margin-bottom: 0;
  }

  .counter-section {
    text-align: left;
    padding: 0 5px 50px 12px;
  }

  .edition-card-content {
    padding-left: 0;
  }

  .option-box1 {
    min-width: 160px !important;
  }

  .web {
    display: none;
  }

  .mob {
    display: block !important;
  }

  .auto_m .heading-text {
    margin-top: -20px;
    position: relative;
    top: -12px;
  }

  .form-group {
    flex: 100% !important;
    width: 100% !important;
  }

  .highlight-card {
    margin-bottom: 10px;
  }

  .download_p {
    font-size: 22px !important;
  }

  .para {
    padding-left: 15px;
  }

  .mb {
    margin-bottom: 5%;
  }

  .row-border12 p {
    text-align: justify;
  }

  .dextview {
    display: none;
  }

  .center {
    margin-top: 5%;
  }

  .logo-card img {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .common-text1 {
    font-size: 17.7px;
    color: #232323 !important;
    margin-bottom: 10px;
  }

  .sitemap-section {
    font-size: 26px;
    color: #002646;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .both_btn {
    display: flex;
  }

  .ant-btn {
    font-size: 14px;
    margin-top: 20px;
  }

  .hero-box-2 {
    margin-top: -20px;
  }

  .arrows {
    position: relative !important;
    top: 0 !important;
  }

  .banner_image {
    height: 230px !important;
    object-fit: cover;
  }

  .filter-bar {
    display: block !important;
  }

  .filter-bar select,
  .clear {
    margin-top: 15px;
  }

  .download {
    margin-left: 10px;
    margin-top: 15px;
    display: inline !important;
  }

  .filter-bar input {
    margin-top: 15px;
  }

  .agenda_content h5 {
    font-size: 18px;
  }

  .headline_ground {
    margin-left: 20px;
  }

  .smart_Iota {
    display: block;
    width: 75%;
  }

  .partner-group .partner-images-row1,
  .partner-images-row {
    display: block;
  }

  .partner-ubc,
  .ticket-manage img {
    width: 100%;
  }

  .play_btn {
    margin-top: -5px !important;
  }

  .form-section {
    padding: 15px !important;
  }

  .blue-text {
    font-size: 15px !important;
  }

  .add-btn {
    margin-top: 0 !important;
  }

  .footer_content {
    width: 100% !important;
    margin: unset;
  }

  .hero-text1 {
    padding-top: 10px;
  }

  .hero-txt5 {
    font-size: 19px;
  }

  .highlights-txt1 p {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .hero-txt6 {
    font-size: 13px;
  }

  .adq_logo img {
    width: 130px !important;
  }

  .present_by img {
    width: 85px !important;
  }

  .button-white {
    width: 100%;
  }

  .baner_image img {
    background-position: 50% 100%;
    height: 300px;
    object-fit: cover;
  }

  .sigle_daytext {
    font-size: 20px;
    line-height: 28px;
  }

  .sin {
    font-size: 16px;
  }

  .btn-brand {
    font-size: 13px !important;
  }

  .hero-bar h1 {
    font-size: 22px !important;
  }

  .confirm_detail {
    font-size: 14px;
  }

  .ticket-type-text {
    font-size: 10px !important;
  }

  .ticket-cat-text {
    font-size: 12px !important;
    width: 100%;
  }

  .ticket-duration-text {
    font-size: 13px !important;
  }

  .buttonDiv button {
    width: 100%;
  }

  .gallery-layout {
    padding: 0 10px;
  }

  .check_icon {
    width: 14px !important;
  }

  .features {
    font-size: 13px;
  }

  .popup-container {
    max-height: 500px;
    overflow: hidden;
  }

  .ngx-ic-source-image {
    max-height: 300px !important;
  }

  .file-upload-wrapper .file-upload-label .file-upload-button {
    font-size: 14px !important;
    padding: 8px 10px !important;
  }

  .file-upload-wrapper .file-upload-label .file-upload-filename {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }

  .order-2 {
    margin-top: 5px !important;
  }

  .accordion-button {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 991px) {
  .footer_content {
    width: 100% !important;
  }

  .cta-row {
    padding: 22px;
  }

  .mobile-tab-only {
    display: none;
  }

  .auto_m .heading-text {
    top: -15px;
  }

  .button-white {
    font-size: 12px;
    padding: 8px 40px;
  }

  .footer-bottom {
    flex-wrap: unset !important;
  }

  .responsive-row {
    flex-direction: unset !important;
  }

  .desktop_view {
    display: none;
  }

  .banner_image {
    height: 400px !important;
  }

  .cta-row {
    display: block;
  }

  .hero-text1 {
    padding-top: 0;
  }

  .hero-box-1 {
    margin-top: 30px;
  }

  .hero-box-1 button {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  img {
    width: 100%;
  }

  .over_high {
    top: 0;
  }

  h2 {
    font-size: 36px !important;
  }

  .hero-Container {
    padding: 135px 0 40px;
  }

  .hero-box-2 {
    margin-top: 5px;
  }

  .cta-row {
    justify-content: center;
    gap: 2rem;
  }

  .option-box,
  .option-box1 {
    min-width: 160px !important;
  }

  .highlight-card {
    margin-bottom: 10px;
  }

  .download_p {
    font-size: 22px !important;
  }

  .mb {
    margin-bottom: 5%;
  }

  .row-border12 p {
    text-align: justify;
  }

  .dextview {
    display: none;
  }

  .logo-card img {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .profile_icon {
    display: none;
  }

  .baner_image img {
    background-position: 100% 100%;
    height: 300px;
    object-fit: cover;
  }

  .trip_content {
    padding: 30px 15px 30px 0 !important;
  }

  .pyi2 img,
  .pyi0 img {
    padding: 0 0 35px !important;
  }

  .pyt1,
  .pyt3 {
    padding-left: 0 !important;
  }

  .offer-img {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .agenda_view {
    display: none;
  }

  .cta-row .white-cta {
    display: unset !important;
  }

  .stepper {
    width: 100% !important;
  }

  .navbar {
    padding: 10px !important;
  }

  .bg-box {
    min-height: 230px;
    height: auto !important;
    background-position: 100%;
  }

  .Eng_cptl {
    display: block;
  }

  .responsive-row {
    flex-direction: column-reverse;
  }

  .video-container,
  .video-containers {
    height: 30vh !important;
  }

  .why_attend_video {
    padding-left: 0 !important;
  }

  .mt-30 {
    margin-top: 15px;
  }

  .mb-30 {
    margin-bottom: 15px;
  }

  .colum_spacing_left {
    padding-right: 0;
  }

  .colum_spacing_right {
    padding-left: 0;
  }

  .sky_stage {
    padding-left: 13px;
  }

  .ms_name {
    margin-left: 0;
  }

  .major-sub-heading,
  .major-sub-heading1,
  .text-content,
  .capital_content,
  .why_para_black p {
    font-size: 18px;
    line-height: 25px;
    font-family: Satoshi-Light;
  }

  .over_content {
    margin-left: 0;
  }

  .counter-number {
    font-size: 1.3rem;
  }

  .custom-modal-close {
    top: 0 !important;
    right: 8px !important;
  }

  .upload-avatar {
    display: inline !important;
  }

  .tab_content_data {
    width: 90% !important;
  }

  .ticket-btn {
    left: 0;
    font-size: 11px;
    background: #1b6ad5;
    color: #fff;
    width: 100%;
  }

  #reg_interest_header {
    color: #fff !important;
    padding: 10px 15px;
    font-size: 11px;
  }

  .profile_icon {
    display: none;
  }

  .custom-modal .modal-body {
    flex-direction: column !important;
    align-items: center !important;
  }

  .custom-modal .custom-modal-content {
    max-height: 75vh !important;
    height: auto;
    margin-top: 8vh;
    overflow: scroll;
  }

  .high_margin {
    margin-top: 0 !important;
  }

  .counter-box {
    border: none;
    margin-bottom: 20px;
  }

  .capital_content p {
    color: #002646;
    font-size: 18px;
    line-height: 25px;
  }

  .edition_content {
    padding-left: 5px;
  }

  .watch_on_btn {
    padding-left: 0;
    width: 100%;
    margin: auto;
  }

  .cta-box {
    margin-top: 15px !important;
    min-height: 145px !important;
  }

  .cta-box {
    width: 100% !important;
  }

  .modal-image img {
    width: 100% !important;
  }

  .modal-speaker-name {
    font-size: 26px !important;
  }

  .tag-container {
    position: absolute;
    right: 0;
  }

  .checkout-btn {
    width: 100%;
  }

  .btn-assign,
  .btn-issue {
    margin-top: 18px !important;
  }

  .view_details {
    margin-left: 10px !important;
    margin-top: 12px;
  }

  .subject_text {
    margin-top: 0;
  }
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.main__content__box {
  padding-top: 70px;
  padding-bottom: 70px;
}

.blank_box {
  height: 150px;
}

.mob {
  display: none;
}

.fs-custom {
  font-size: 32px;
  margin-top: 0;
}

@media screen and (min-width: 0) and (max-width: 992px) {
  .main__content__box,
  .plan_section,
  .speaker_section,
  .content {
    padding: 30px 18px !important;
  }

  .navs_sticky {
    padding: 0 !important;
  }

  .speaker-title {
    font-size: 18px !important;
  }

  .blank_box {
    display: none;
  }

  .btg_img img {
    width: 100%;
    padding: 20px 0;
  }

  .pd_10 {
    padding-top: 0 !important;
  }

  .mt_0 {
    margin-top: 0;
  }

  .mt4 {
    margin-top: 20px;
  }

  .modal-footer {
    margin-top: 0 !important;
    gap: 10px;
  }

  .explore-title {
    border-left: 2.32px solid #f9f9f9 !important;
  }
}

@media screen and (min-width: 0) and (max-width: 1220px) {
  .mobile_view {
    display: block;
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .desktop_view,
  .navbar_menu a {
    display: none;
  }

  .mrgt-3 {
    margin-top: 0rem !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .navbar {
    padding: 18px 1rem !important;
  }

  .ticket-duration-text {
    font-size: 12px !important;
  }

  .ticket-cat-text {
    font-size: 12.1px !important;
  }

  .clear,
  .download {
    font-size: 13px;
  }
}

.banner_image {
  height: 400px;
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .dropdown_content a {
    margin: 0 20px !important;
  }

  .dropdown_content {
    justify-content: center;
  }

  .navbar-brand {
    width: 15%;
    margin: 0;
    padding: 0;
  }

  .navbar-brand img {
    width: 125px;
  }

  .navbar_menu a {
    letter-spacing: 0.5px !important;
  }

  .menu-wrapper a i {
    margin: 2px !important;
  }

  .profile_icon {
    margin-left: 5px;
  }

  .ticket-btn {
    padding: 8px 10px;
  }

  .heading-text {
    font-size: 32px;
  }

  .major-sub-heading,
  .capital_content,
  .text-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .major-sub-heading1 {
    font-size: 18px;
    line-height: 24px;
  }

  .over_high p {
    font-size: 34px;
  }

  .heading-text1 {
    font-size: 32px;
    line-height: 36px;
    padding: 0vw 0px 0px 14px;
  }

  .major-sub-heading,
  .capital_content p {
    font-size: 16px;
    line-height: 24px;
  }

  .colum_spacing_right,
  .colum_spacing_left {
    padding-left: 15px;
  }

  .over-finance-space {
    padding-left: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .auto_m {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-box-2 {
    margin-top: 0;
  }

  .explore-overlay {
    top: 40px;
  }

  .counter-number {
    font-size: 1.9rem;
  }

  .video-containers {
    height: 25vh !important;
  }

  .edition-card-content {
    height: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .counter-number {
    font-size: 1.3rem;
  }

  .edition-card-content {
    padding-left: 15px !important;
  }

  .tabscreen {
    padding: 27px;
  }

  .ant_btn {
    margin-top: 30px;
  }

  .edition-card {
    height: 350px;
    padding: 1rem 15px 2rem;
  }

  .tabscreen {
    padding: 0 32px;
  }

  .over_high {
    top: 0;
  }

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

  .video-containers {
    width: 98% !important;
    height: 40vh;
    overflow: hidden;
    margin: auto !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1280px) and (orientation: landscape) {
  .custom-modal-content {
    max-height: 65vh;
    margin-top: 12vh;
  }
}

@media screen and (min-width: 769px) and (max-width: 3000px) {
  .deskcheckout,
  .select_view_agenda {
    display: none;
  }
}

.stepper {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}

.step-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dee2e6;
  width: 75%;
  margin: auto;
}

.step-tabs .nav-link span.circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  color: #555;
}

.step-tabs .nav-link {
  text-align: center;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 0.5rem;
}

.step-tabs .nav-link.active {
  color: #1b6ad5;
  background: none;
  font-weight: 400;
}

.stepper .nav-link {
  border: none;
  background: none;
  position: relative;
  text-align: center;
  color: #7e7e7e;
  font-weight: 500;
  width: 100%;
}

.stepper .nav-link .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #7e7e7e;
  margin-bottom: 5px;
  font-size: 16px;
  background: #f5f5f5;
  position: relative;
  z-index: 9;
}

.stepper .nav-link.active .circle {
  border-color: #4b84e6;
  color: #4b84e6;
}

.stepper .nav-link.active {
  color: #4b84e6;
  font-weight: 700;
}

.stepper .nav-link.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.check_spot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 5px;
  font-size: 13px;
  background: #8f0b0b00;
  position: relative;
  z-index: 9;
  border: 5px solid #f5f5f5;
}

.stepper .nav-item {
  position: relative;
  text-align: center;
  flex: 1;
}

.disaper_set {
  width: 100%;
}

.stepper .nav-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #a6a6a6;
}

.stepper .nav-link.active ~ .nav-item:after {
  background: #1b6ad5;
}

.completed {
  color: #1b6ad5 !important;
  font-weight: 700;
}

.stepper .completed:after {
  background: #1b6ad5 !important;
  content: "";
}

.completed .disaper_set {
  color: #1b6ad5;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body::-webkit-scrollbar {
  width: 8px;
  display: block;
}

body::-webkit-scrollbar-thumb {
  background: #1b6ad5;
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #1b6ad5;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: gray;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* new css slider */

.featured-section {
  padding: 60px 0;
  background: #e8f0fb;
}

.heading-title {
  font-size: 42px;
  color: #0d2f57;
  font-weight: 500;
  border-left: 4px solid #2166d1;
  padding-left: 14px;
}

.heading-title span {
  color: #2166d1;
}

.sub-title {
  font-size: 18px;
  color: #1d2f4a;
  margin-top: 12px;
}

.slider-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.slider-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #2d7ef7;
  background: #e8f0fb;
  color: #2d7ef7;
  margin-left: 10px;
  transition: 0.3s;
}

.slider-nav button:hover {
  background: #2d7ef7;
  color: #fff;
}

.slider-wrapper {
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 10px;
  transition: 0.5s ease;
}

.card-box {
  min-width: 24%;
  text-align: center;
  margin: 2px;
}

.card-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card-box p {
  margin-top: 18px;
  color: #1f2a44;
  font-size: 17px;
  line-height: 1.5;
}

.bottom-btn {
  margin-top: 45px;
  text-align: center;
}

.bottom-btn a {
  background: #2166d1;
  color: #fff;
  padding: 14px 30px;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .card-box {
    min-width: 50%;
  }
}

@media (max-width: 768px) {
  .card-box {
    min-width: 100%;
  }
  .heading-title {
    font-size: 30px;
  }

  .slider-nav button {
    width: 30px;
    height: 30px;
  }

  .slider-nav {
    display: flex;
  }

  .featured-section {
    padding: 60px 15px;
    background: #e8f0fb;
  }
}

.dropdown_content a:last-child {
  border-right: none;
}

.footer ul li a:hover {
  text-decoration: none;
}
