body {
  color: #fff;
  /* font-family:'Roboto',  sans-serif;  */
  font-family: 'Poppins', sans-serif;
  background: #000;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

[class*='col-'] {
  padding-left: 15px;
  padding-right: 15px;
}

/* toster */
.toast-success {
  background-color: #04c062 !important;
  color: #FFF !important;
}

.toast-error {
  background-color: #c00404 !important;
  color: #FFF !important;
}

/* ============================================top header============================================ */
.top-bar .float-end i.fa.icon-user,
.top-bar .float-end i.fa.fa-shopping-cart {
  color: #fff;
  background: #000;
  font-size: 15px;
}

.top-bar .float-end i.fa,
.top-bar .panelist_speaker i.fa {
  width: 27px;
  height: 25px;
  background: #00BA9D;
  border-radius: 42px;
  padding: 5px;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.top-bar .float-end a {
  margin: 0 5px;
}

.top-bar {
  padding: 15px 30px;
}

.top-bar .headtop-icons {
  padding-right: 20px;
}

span.login {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

/* a.right-line {
  border-right: 1px solid#fff;
  padding-right: 9px;
} */

/*  */
/* ============================================main header============================================ */
nav {
  position: fixed;
  z-index: 1111;
  width: 100%;
  background: #000;
}

nav .wrapper {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 35px;
}

.wrapper .logo a,
.footer_logo a {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  text-decoration: none;
}

.wrapper .logo a {
  display: flex;
}

.wrapper .nav-links {
  display: inline-flex;
}

.logo {
  width: 50%;
}

.xrp-logo {
  display: grid;
  width: 40%;
  align-items: center;
}

.mgm-logo {
  display: grid;
  width: 9%;
  align-items: center;
}

.xrp-logo img {
  width: 810PX;
}



ul.nav-links.nav-underline li .nav-hover:before {
  content: '';
  position: absolute;
  top: 74%;
  bottom: 50%;
  width: 0;
  height: 5%;
  transition: all 0.3s linear;
}

.nav-links li a.active {
  color: #00BA9D;
  font-weight: 700;
}

.nav-underline {
  transform: translate(0);
  transition: transform 0.7s ease-in-out;
}

.nav-links li a:hover:hover:before,
ul.nav-links.nav-underline li>a.active::before {
  width: 47%;
  background: #00BA9D;
}

.nav-links li {
  list-style: none;
  position: relative;
  padding: 20px 0;
}

.nav-links li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  /* padding: 9px 20px; */
  padding: 9px 31px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* .nav-links li a:hover{
  background: #3A3B3C;
} */
.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #000;
  width: 250px;
  /* line-height: 5px; */
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  height: auto;
  /* min-height: 67px; */
  padding: 15px 0px;
}

.nav-links .drop-menu li {
  padding: 5px 4px;
}

.nav-links li:hover .drop-menu {
  transition: all 0.3s ease;
  top: 63px;
  opacity: 1;
  visibility: visible;
  /* padding: 15px 0; */
  left: 22px;
  /* height: 87px; */
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 7px 0 7px;
  font-weight: 500;
  border-radius: 0px;
  font-size: 16px;
}

.nav-links .drop-menu li:hover a {
  color: #00BA9D;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 33px;
  top: 10px;
  font-size: 22px;
}

nav input {
  display: none;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

/* ============================================hero section============================================ */
.topbanner .item img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 679px;
  object-fit: cover;
}

section.index_img {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 125px;
  /* margin-bottom: 26px; */
}

/* ============================================banner section============================================*/
.topcontent {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.topbanner .item {
  max-height: 679px;
  height: calc(100vh - 80px);
  width: 100%;
}

.sync1.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* -webkit-transform: translate3d(0,0,0);
height: calc(100vh - 145px); */
}

.owl-theme .owl-nav {
  display: block;
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

/* .owl-theme .owl-nav [class*='owl-'].disabled:hover {
background-color: #D6D6D6;
} */
.sync1.owl-theme {
  position: relative;
}

.sync1.owl-theme .owl-next,
.sync1.owl-theme .owl-prev {
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 43px;
  height: 40px;
  background: #393939 !important;
  border-radius: 8px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sync1.owl-theme .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 15%;
  right: 15%;
}

.sync1.owl-theme .owl-prev {
  left: 10px;
}

.sync1.owl-theme .owl-next {
  right: 30px;
}

.ifrm {
  border: none;
  width: 100%;
  margin-top: 50px;
}

/* .sync1.owl-theme .owl-prev svg,
.sync1.owl-theme .owl-next svg,
.sync1.owl-theme .owl-prev svg path,
.sync1.owl-theme .owl-next svg path  {
  width: 63px;
  height: 40px;
  stroke: #fff!important;
} */
.sync1.owl-theme .owl-prev span,
.sync1.owl-theme .owl-next span {
  width: 34px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  padding: 12px;
  margin-bottom: 7px;
}

.aboutus_head {
  font-family: 'Roboto', sans-serif;
}

h6.hero_head {
  font-size: 50px;
  font-weight: 600;
  /* margin-bottom: 69px; */
}

span.ind_span {
  color: #00BA9D;
}

p.herosub_head {
  font-size: 64px;
  font-weight: 600;
}

.herosub_para {
  font-size: 22px;
  font-weight: 500;
}

.sync1.owl-theme .owl-dots .owl-dot.active span,
.sync1.owl-theme .owl-dots .owl-dot:hover span {
  background: #00BA9D;
  width: 17px;
  height: 17px;
}

.sync1.owl-theme .owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
  background: #505050;
}

div#overlay {
  width: 100%;
  height: 500px;
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  max-height: 679px;
  height: calc(100vh - 80px);
}

/*  end */
/* ============================================count down============================================ */
section.count_down {
  background-image: linear-gradient(to right, black, #121212);
  padding: 15px 0;
}

/* div#countdown {
  float: right;
} */
div#countdown-btn {
  float: right;
}

p.count_pra {
  font-size: 30px;
  font-weight: 700;
}

p.count_pra2 {
  font-size: 23px;
  font-weight: 500;
  line-height: 0;
}

.count_down li {
  display: inline-block;
  font-size: 15px;
  list-style-type: none;
  padding: 9px 15px;
  text-transform: uppercase;
  line-height: 29px;
  background-color: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
  /* display: flex; */
  /* flex-direction: column; */
  min-height: 61px;
  height: 45%;
  min-width: 64px;
  border-radius: 6px;
  text-align: center;
  /* height: 122px; */
  width: 100%;
  max-width: 116px;
}

.count_down li span {
  display: block;
  font-size: 3rem;
  color: #00BA9D;
  font-weight: 700;
  line-height: 55px;
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
}

/* ============================================what is XRP============================================ */
.link-arrow i {
  display: inline-block;
  transition: 0.1s ease-in;
}

.link-arrow:hover i {
  transform: translateX(50%);
}

.xrpimg-view img.img-fluid {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.development_approach {
  font-family: 'Roboto', sans-serif;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
}

.development_approach span:before,
.development_approach span:after {
  content: "";
  position: absolute;
  height: 5px;
  /* border-bottom: 1px solid white; */
  border-top: 2px solid #00BA9D;
  top: 27px;
  width: 50px;
}

.development_approach span:before {
  right: 100%;
  margin-right: 15px;
}

.development_approach span:after {
  left: 100%;
  margin-left: 15px;
}

.development_approach span {
  display: inline-block;
  position: relative;
}

p.we_do_para,
.read-more-content ul.status-meeting li {
  font-size: 20px;
  font-weight: 400;
}

.read-more-content ul.status-meeting {
  padding-left: 19px;
}

.about_us_btn {
  font-weight: 400;
  background: #00BA9D;
  padding: 13px 30px;
  border: 1px solid #00ba9d;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 25px;
}

h6.hero_head {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.about_us_btn.link-arrow {
  margin-left: 1rem;
  white-space: nowrap;
}

.hero_btn {
  font-weight: 400;
  background: #86838378;
  padding: 13px 30px;
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}

.about_us_btn:hover {
  /* background: none; */
  color: #FFF;
  text-decoration: none;
  background: #006353;
}

.hero_btn:hover {
  background: #006353;
  border: 1px solid #00BA9D;
  color: #fff;
}

.read-more-content {
  display: none;
  padding-top: 22px;
}

.read-more {
  display: inline-block;
  margin-top: 29px;
  height: 48px;
  line-height: 20px;
}

.timeline-info {
  position: relative;
  background: #f3f1f1;
  padding: 24px 20px 18px;
  margin-bottom: 12px;
  border: 1px solid #f3f1f1;
  border-radius: 8px;
  margin-left: 54px;
}

/* end */
/* ============================================best of XRP============================================ */
.owl-carousel.owl_carousel_3 .owl-nav button,
.owl-carousel.owl_carousel_4 .owl-nav button {
  position: absolute;
  right: 64px;
  top: -3%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 42px;
  border: none;
  outline: 0;
  background: #00BA9D;
}

.owl-carousel.owl_carousel_3 .owl-nav button.owl-next,
.owl-carousel.owl_carousel_4 .owl-nav button.owl-next {
  right: 14px;
  left: auto;
}

.owl-carousel.owl_carousel_3 .owl-nav button i,
.owl-carousel.owl_carousel_4 .owl-nav button i {
  font-size: 26px;
  color: #fff;
}

.owl-carousel.owl_carousel_3 i,
.owl-carousel.owl_carousel_3 i,
.owl-carousel.owl_carousel_4 i,
.owl-carousel.owl_carousel_4 i {
  font-size: 22px;
  color: #00BA9D;
}

.owl-carousel.owl_carousel_3,
.owl-carousel.owl_carousel_4 {
  padding: 26px 0px;
}

.card.best-card .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 309px;
}

.card-img-overlay {
  top: 72%;
  background: #000000b8;
  position: absolute;
  bottom: 0;
}

.card.best-card img.card-img {
  height: 100vh;
  object-fit: cover;
  /* border-radius: 10px; */
  max-height: 511px;
}

.card.best-card.position-relative {
  border: 4px solid green;
  border-image-source: linear-gradient(#00BA9D, #FF0044);
  border-image-slice: 20;
  /* padding: 10px; */
  border-radius: 10px;
  border-radius: 19px;
  /* border: 3px solid; */
  /* border-image-slice: 1; */
  border-width: 4px;
  /* border-image-source: linear-gradient(to left, #dc19412e, #d9163f91); */
  /* -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); */
  /* -webkit-mask-composite: xor; */
  mask-composite: exclude;
  -webkit-clip-path: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  clip-path: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  z-index: -1;
  border-radius: 7px;
  max-height: 520px;
  height: 100vh;
}

a.view-btn {
  background: #000;
  margin: 4px 0px;
  padding: 6px 0px;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  color: #00BA9D;
  border-bottom: 1px solid #00BA9D;
}

.vertical {
  width: 1%;
  height: 37px;
  background: #fff;
  position: absolute;
  /* right: -34px; */
  top: -3px;
  left: 50%;
  margin-left: -3px;
}

.watch_view {
  float: right;
  /* margin-right: 9%; */
  right: 0%;
  padding-right: 144px;
}

h2.card-title.best-xrp-head {
  font-size: 22px;
  font-weight: 400;
}

p.card-xrp-para {
  font-size: 17px;
  font-weight: 400;
  color: #D5D5D5;
}

section.best_of_XRP {
  background: url(../images/Bestxrp-img.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  width: 100%;
  min-height: 460px;
}

/*  */
/* ============================================OUR SPEAKER============================================ */
img.speaker_bgimg {
  top: 0px;
  z-index: 1;
  width: auto;
  height: 102px;
  transition: .2s;
}

img.app_team_img {
  top: -12px;
  z-index: 1;
  width: 114px !important;
  height: 115px;
  /* left: 38px; */
  transition: .2s;
}

.card.app_card_bg_clr,
.card.panelist_crd,
.card.sponsor_2_crd {
  background: #000000;
  border-radius: 28px;
  box-shadow: 0px -2px 7px 0px #fff3;
  margin-bottom: 10px;
}

h3.team_name {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

p.team_experience,
a.team_experience {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

a.team_experience {
  color: #00BA9D;
}

p.team_profession {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.card-1__overlay {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
  z-index: 9;
  border-radius: 16px;
  border: 1px solid#00BA9D;
  padding: 10px 19px;
}

.card-1__overlay_text {
  max-height: 100%;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.os-body-1 {
  line-height: 1.7;
}

.card-1__overlay a {
  font-size: inherit;
  line-height: inherit;
}

.os-link {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #36C5F0;
  text-decoration: underline;
  font-weight: 400;
}

.card-1__icon-btn {
  position: absolute;
  bottom: 20px;
  font-size: 1rem;
  left: 45%;
}

.icon-btn,
.icon-square-ouline-btn {
  --size: 2rem;
  border: 0px solid #36C5F0;
  border-radius: 50%;
  height: var(--size);
  /* width: var(--size); */
  background-color: unset;
  display: grid;
  /* display: contents; */
  place-items: center;
  padding: 7px 0 0;
}

.card-1--active .card-1__overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  color: #fff;
}

/* .owl-carousel.owl_carousel_4 i.fa.fa-minus-circle {
  padding: 7px 0 0 77px;
  margin-top: -6px;
} */

.owl-carousel.owl_carousel_4 i.fa.fa-plus-circle,
.owl-carousel.owl_carousel_4 i.fa.fa-minus-circle {
  font-size: 30px;
}

/* .owl-carousel.owl_carousel_4 i.fa.fa-plus-circle {
  text-indent: 80px;
} */

/*  end */
/*  ============================================Watch highlights or some say section / video section============================================ */
.video_sec {
  background: url(../images/video-bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  width: 100%;
  min-height: 460px;
  padding: 26px 0px;
  align-items: center;
  display: flex;
}

h6.video-title {
  font-size: 32px;
  font-weight: 700;
}

p.video-para {
  color: #F5F5F5;
  font-size: 20px;
  font-weight: 400;
}

.video {
  display: block;
}

video {
  aspect-ratio: 4/3;
  max-height: calc(100vh - 6rem);
  max-width: 100%;
  width: fit-content;
  height: fit-content;
  display: block;
  background-color: black;
  object-fit: cover;
  align-self: center;
  width: 100%;
  height: 456px;
}

#owl-demo div video {
  aspect-ratio: 4/3;
  max-height: calc(100vh - 6rem);
  max-width: 100%;
  width: fit-content;
  height: fit-content;
  display: block;
  /* filter: sepia(80%); */
  background-color: black;
  /* border-radius: 1.28rem; */
  object-fit: cover;
  align-self: center;
  width: 100%;
  height: 727px;
}

/* ============================================vedio play and pause button */
.center-xy {
  top: 41%;
  left: 48%;
  /* transform: translate(-50%, -50%);
  position: absolute; */
}

.cb-video-container {
  position: relative;
}

.video {
  display: block;
}

.play-pause--click-area {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.041) !important;
}

.play-pause--container {
  position: relative;
  width: 60px;
  height: 60px;
  background: #676461;
  /* top: 76px; */
  border-radius: 100px;
}

.play-pause--container .play-pause--icon {
  margin: auto;
  top: 15px;
  left: 21px;
  position: absolute;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.play-pause--container .play-icon {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 15px;
  border-top-width: 15px;
  border-left: 25px solid #fff;
  top: 15px;
  left: 21px;
}

.play-pause--container .pause-icon {
  background-color: #fff;
  width: 8px;
  height: 29px;
  top: 15px;
  left: 18px;
  position: absolute;
}

.play-pause--container .pause-icon:after {
  content: "";
  background: inherit;
  width: 8px;
  height: 29px;
  left: 15px;
  position: absolute;
}

/* ============================================quotes design of highlights */
.quote1::before,
.quote2::after {
  content: "";
  background-size: 100% 100%;
  display: inline-block;
  height: 62px;
  width: 77px;
}

.quote1 {
  position: absolute;
  /* left: -11%; */
  right: 106%;
  margin-left: 12px;
  top: -36px;
}

.quote1::before {
  background-image: url('../images/quote.png');
}

.quote2::after {
  background-image: url('../images/quote2.png');
}

.quote2 {
  position: absolute;
  left: 102%;
  margin-left: 12px;
  top: -36px;
}

.review-content {
  position: relative;
}

p.review-content-text,
h6.review-heading {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

h6.review-heading {
  font-size: 19px;
  font-weight: 400;
  color: #F5F5F5;
}

p.review-content-para {
  color: #F5F5F5;
  letter-spacing: 0.5px;
  text-align: left;
}

/*  */
/* ============================================companies_attend_xrp / our partners============================================ */
section.companies_attend_xrp {
  background: url(../images/Partners.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  width: 100%;
}

img.partner-img {
  height: 103px;
  object-fit: cover;
  width: auto;
}

.comming-soon-msg {
  display: flex;
  color: #00BA9D;
  font-size: xx-large;
}

/*  */
/* ============================================photo gallery============================================ */
.grid-wrapper>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-wrapper>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.grid-wrapper .wide {
  grid-column: span 2;
}

.grid-wrapper .tall {
  grid-row: span 2;
}

.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

/* end */
/* ============================================footer============================================ */
.footer_bg {
  background-color: #0D0D0D;
}

h6.brand_about {
  font-size: 18px;
  font-weight: 500;
}

p.footer_para,
p.Newsletter {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.foot-list ul {
  padding-left: 0px;
}

.foot-list ul li {
  list-style: none;
  font-size: 14px;
  line-height: 35px;
  color: #D7D7D7;
  font-weight: 400;
  margin-right: 7px;
}

.footer-list ul li {
  list-style: none;
  display: inline-block;
  margin-right: 11px;
}

.foot-list h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 23px;
}

.footer_bg .listing,
.footer_bg .footer-list ul li a {
  text-decoration: none;
  color: #fff;
  position: relative;
}

.footer-list ul li i.connect_icon {
  transition: .2s;
}

.footer-list ul li:hover i {
  color: #00BA9D;
  transform: scale(1.2);
}

i.connect_icon {
  width: 35px;
  height: 35px;
  background: #F7F6FE;
  text-align: center;
  line-height: 34px;
  color: #000;
  border-radius: 42px;
  cursor: pointer;
  font-size: 18px;
}

.footer_bg .listing {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.form-subscribe {
  max-width: 600px;
  margin: 0;
}

.form-subscribe .form-control {
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.form-subscribe .form-control.focus,
.form-subscribe .form-control:focus {
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem #00ba9d42;
}

.form-subscribe span .btn {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #00BA9D;
  border-color: #00BA9D;
  height: 46.5px;
  font-size: 18px;
}

.row.footul {
  display: flex;
  justify-content: space-around;
}

.sub_footer {
  background: #111111;
}

span.copy_ryt,
span.cpy-ryt {
  color: #BBBBBB;
  font-size: 15px;
  font-weight: 400;
}

span.cpy-ryt {
  color: #00BA9D;
}

/* ============================================landing page code end============================================ */


/* ------------------- Login CSS -----------------*/
.main-wrapper .sing_bg {
  background-image: url(../images/login-bg.png);
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main-wrapper {
  background-size: cover;
  height: 100%;
}

.login-title h1 {
  font-size: 36px;
  color: #00BA9D;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -1px;
  margin-top: 15px;
}

.login-title p {
  font-size: 19px;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0.5px;
}

.login-wrapper {
  /* display: flex;
  justify-content: center;
  height: auto;
  min-height: 100vh;
  align-items: center;
  padding: 15px; */
  height: auto;
  min-height: 100vh;
}

.login-form-area {
  height: 100%;
  background-color: #ffffff;
  min-height: 100%;
  padding: 50px 130px;
  position: relative;
  z-index: 0;
  box-shadow: 0px 0px 14px #0000001a;
  opacity: 93%;
}

.login-wrapper .login-form-area {
  width: 545px;
  max-width: 100%;
  box-shadow: inset 0 0 20px 0px #00000040;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  background: #000;
  /* background-image: url(../images/Sign_up.png); */
  /* background-size: cover; */
  height: 100%;
  min-height: 100vh;
}

.login_logo a {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.Mainlogo {
  margin-bottom: 1rem;
}

.login-content img {
  width: 100%;
}

.login-title {
  margin-bottom: 50px;
}

.label-login,
label.contact_lable {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
}

.login-form-control .input-control .form-control::placeholder,
.login-form-control .input-control .form-select::placeholder {
  height: 60px;
  border: 0px solid #EAE9F2;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px #00000021;
  font-size: 15px;
  color: #929292;
  font-weight: 500;
  background: #393939;
}

.login-form-control .input-control .form-control,
.login-form-control .input-control .form-select {
  height: 60px;
  border: 0px solid #EAE9F2;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px #00000021;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  background: #393939;
}

.login-form-control .input-control .l-form-group {
  position: relative;
}

.login-form-control .input-control .form-control:focus,
.login-form-control .input-control .form-select:focus,
.Contact-us-section .main-form input[type=text]:focus,
.Contact-us-section .main-form input[type=email]:focus,
.Contact-us-section .main-form input[type=number]:focus,
.Contact-us-section .main-form textarea:focus,
select#form_need:focus {
  border: 0.5px solid #00BA9D;
}

.usefulfields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.usefulfields a {
  color: #00BA9D;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid;
}

label.save-data-contact {
  color: #929292;
  font-size: 16px;
  font-weight: 400;
  padding-left: 3px;
}

.field-icon {
  position: absolute;
  z-index: 2;
  top: 57px;
  right: 13px;
}

.log-btn,
.log-btn:hover {
  color: #ffffff;
  background: #00BA9D;
  padding: 13px;
  font-size: 20px;
  font-weight: 500;
}

.remember-passowrd label,
.remember-passowrd a {
  color: #0a75c2;
}

.login-form-area input.form-check-input,
.contact-body input.form-check-input {
  background: transparent;
  border: 2px solid #00BA9D;
  font-size: 20px;
}

#submit-sponsor .form-check .form-check-input {
  /* position: unset;
  bottom: 415px; */
  visibility: hidden;
}

.login-content {
  position: relative;
}

.login-caption {
  position: absolute;
  bottom: 40px;
  text-align: center;
  color: #ffffff;
  padding: 10px 80px;
  width: 100%;
}

.login-caption h2 {
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
}

.login-caption a {
  color: #ffffff;
  text-decoration: underline;
  font-style: italic;
}

.fas.fa-eye.field-icon.toggle-password:before,
.fas.field-icon.toggle-password.fa-eye-slash:before {
  color: #d9d9d9;
}

.fa-eye:before {
  content: "\f06e";
  font-family: fontawesome;
}

/* -------------------- Login CSS End ----------------------  */
.form-label {
  font-size: 15px;
  color: #000;
}

.form-group {
  position: relative;
}

.form-control {
  position: relative;
  font-size: 14px;
  padding: 9px 15px;
}

.form-control:focus {
  box-shadow: none;
}

::-webkit-input-placeholder,
.profile-form select.form-select {
  /* Edge */
  color: #8B8989;
}

/* label {
  color: #000;
} */

.profile_activity.form-label,
form.sensor_form.profile-form .form-label {
  color: #000 !important;
}

.donthaveact,
.donthaveact a {
  padding: 1rem 0 0;
  text-align: center;
  font-weight: 500;
  color: #00BA9D;
  font-size: 16px;
}

.login_line {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
}

.login_line span {
  display: inline-block;
  position: relative;
  color: #929292;
  font-size: 18px;
  font-weight: 400;
}

.login_line span:before {
  right: 100%;
  margin-right: 15px;
}

.login_line span:before,
.login_line span:after {
  content: "";
  position: absolute;
  height: 5px;
  /* border-bottom: 1px solid white; */
  border-top: 1.5px solid #f9f9f981;
  top: 13px;
  width: 110px;
}

.login_line span:after {
  left: 100%;
  margin-left: 15px;
}

.social_btn {
  font-weight: 400;
  padding: 10px 15px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 25px;
  border: 1px solid transparent;
}

.social_btn.facebook {
  background: #267DCE;
}

.social_btn.google {
  background: #FE1D1D;
}

.donthaveact a {
  border-bottom: 1px solid #00BA9D;
}

/* ------------------- Registration CSS -----------------*/
.main-wrapper .register_bg {
  background-image: url(../images/login-bg.png);
  background-size: 100% 100%;
  height: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
}

.main-wrapper .forgot_bg {
  background-image: url(../images/Forgot.jpg);
  background-size: 100% 100%;
  height: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
}

.main-wrapper .reset_bg {
  background-image: url(../images/reset_bg.png);
  background-size: 100% 100%;
  height: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
}


/*contact section web page*/
h6.abouthero_head {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  /*letter-spacing: 1px;*/
}

.contact-body {
  background: #121212;
  padding: 50px;
}

.container.form_inner_container {
  background: #0000003b;
  border-radius: 10px;
  box-shadow: -1px -1px 18px -6px #0000007a;
}

section.web_develop_bgimg {
  background: url(../images/contact_us_bg.png) no-repeat;
  background-size: cover;
  /* background-position: center; */
  position: relative;
  width: 100%;
  min-height: 310px;
  margin-top: 123px;
}

section.contact_map_bg {
  background: url(../images/contact_us_bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  width: 100%;
  min-height: 843px;
}

.contact_icon_img.position-absolute {
  top: 10px;
  left: 28px;
}

/* 
section.Contact-us-section{
  background: #F6F6FC;
} */

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #33358C;
  background-image: none !important;
}

select.contact_phn_code {
  width: 50px;
  max-width: 90px;
  position: absolute;
  top: 15%;
  left: 3%;
  height: calc(1.3em + 0.75rem + 2px);
  background: #393939;
  background-clip: padding-box;
  border-left: 1px solid #393939;
  border-radius: 0.25rem 0px 0px 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 15px;
  color: #fff;
  border-right: 0px;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  outline: none;
  z-index: 1;
}

select#form_need {
  color: #183B56;
  font-size: 15px;
}

input#phone {
  /* text-indent: 80px; */
  padding-left: 71px;
}

.last-submit {
  position: relative;
  z-index: 70;
}

.main-form .summ-cart.card {
  min-height: 134px;
  display: flex;
  justify-content: center;
  /* align-items: center;*/
}

p.cart {
  color: #6D7783;
  font-size: 15px;
  font-weight: 400;
}

p.first {
  color: #33358C;
  font-size: 20px;
  font-weight: 600;
}

.Contact-us-section .main-form input::placeholder {
  font-size: 17px;
  font-weight: 300;
}

.Contact-us-section .main-form input[type=text],
.Contact-us-section .main-form input[type=email],
.Contact-us-section .main-form input[type=number],
.Contact-us-section .main-form textarea {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  height: 45px;
  border: 0px solid #EAE9F2;
  /* border-radius: 5px; */
  box-shadow: 0px 2px 5px 0px #00000021;
  /* font-size: 18px; */
  background: #393939;
}

.Contact-us-section .main-form textarea {
  height: auto;
}

label.form-check-label.save-data-contact {
  color: #ffffff94;
  font-size: 16px;
  font-weight: 400;
}

.contactform-body {
  padding: 1rem;
}

/*Sponsor-exhibitor code start*/
section.exhibitor_bg {
  background: url(../images/sponsours.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  min-height: 310px;
  margin-top: 123px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 2px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label:hover {
  color: #fff;
}

.customradiobuttons .form-check-inline {
  display: inline-block;
  margin-right: 4rem;
  padding-left: 30px !important;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: -30px;
  top: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #201f1f;
  box-shadow: inset 0 0 4px 0px #0000001f;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #00BA9D;
  position: absolute;
  top: 9px;
  left: -26px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

span.tol_btn {
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: normal;
  color: #8b8686d6;
}

.more-info {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  white-space: nowrap;
}

.more-info:before {
  width: 18px;
  height: 17px;
  position: relative;
  top: 0px;
  left: 3px;
  background: #707070;
  border-radius: 50%;
  content: "\f129";
  border: 1px solid #707070;
  line-height: 1em;
  text-align: center;
  font-family: 'FontAwesome';
  padding: 6px;
  font-size: 13px;
  color: #0e0e0e;
  justify-content: center;
  display: flex;
  align-items: center;
}

.more-info .tooltiptext {
  position: absolute;
  top: 23px;
  left: -6em;
  z-index: 999;
  padding: 0.6em;
  display: none;
  background: #393939;
  outline: 1px solid #7070704a;
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1.6em;
  border: 0rem solid transparent;
  border-radius: 5px;
  box-shadow: 0px 3px 17px -3px #00000059;
  text-align: center;
  color: #ffffff;
}

.more-info:hover .tooltiptext {
  display: block;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  position: absolute;
  bottom: 400px;
}

/* sponsor */
section.sponsor_bgimg {
  background: url(../images/sponsours-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  min-height: 310px;
  margin-top: 123px;
}

/* --------- */
.sticky-left-side {
  width: 600px;
  height: 609px;
  /* background: #ffffff0d; */
  display: block;
  float: left;
  position: sticky;
  top: 140px;
  padding: 41px 0px;
}

.sticky-sidebar-section {
  /* width:1100px;  */
  margin: 50px auto;
  clear: both;
}

.sticky-sidebar-section:before,
.sticky-sidebar-section:after {
  content: '';
  display: table;
  clear: both;
}

.sticky-right-side {
  width: 1074px;
  display: inline-block;
  vertical-align: top;
  float: right;
}

.sticky-right-side>div {
  border-bottom: 3px solid #ffffff0d;
  padding-bottom: 21px;
}

.sticky-right-side div+div {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sticky-right-side>div:last-child {
  border-bottom: 0px solid #ffffff0d;
}

/* Speakers and panelists page*/
img.speakers_img {
  top: -74px;
  z-index: 1;
  width: 155px !important;
  height: 150px;
  right: 30%;
  transition: .2s;
  position: absolute;
}

.row.item.first_panlist {
  margin-top: 124px;
}

.panelists-card {
  margin-top: 90px;
}

.panelist_section .partner-wrp_topic {
  margin-bottom: 100px;
}

/* 
.card.panelist_crd:hover,
.card.sponsor_2_crd:hover {
  background-color: rgb(0 186 157 / 13%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.8s all;
  border: 1px solid#00BA9D;
} */



.card.panelist_crd:hover {
  background-color: rgb(0 186 157 / 13%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.8s all;
  border: 1px solid#00BA9D;
}


/* .card.panelist_crd:hover img,
.card.sponsor_2_crd:hover img {
  transition: 0.8s all;
  transform: scale(1.1);
} */
.card.panelist_crd:hover img {
  transition: 0.8s all;
  transform: scale(1.1);
}

.panelist_section .col-xxl-3,
.panelist2_section .col-xxl-3 {
  margin-bottom: 110px;
}

section.panelist_bgimg {
  background: url(../images/panelist.png) no-repeat;
  background-size: cover;
  /* background-position: center; */
  position: relative;
  width: 100%;
  min-height: 310px;
  margin-top: 123px;
}

/* sponsour ---------22222  as per pm*/

.panelist2_section .col-xxl-3 {
  margin-bottom: 50px;
}

section.panelist2_bgimg {
  background: url(../images/banner.png) no-repeat;
  /* background-size: cover; */
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  width: 100%;
  min-height: 310px;
  margin-top: 123px;
}

/*  */
/* panelist detail */

img.panelist_img {
  width: 400px;
  border: 2px solid #00BA9D;
}

/*  */

section.sponsor2_bgimg {
  background: url(../images/panelist.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  min-height: 310px;
  margin-top: 123px;
}

.row.item.first_sponsor {
  margin-top: 32px;
}

.loader {
  position: fixed;
  display: none;
  left: 47.5%;
  top: 40%;
  border: 9px solid #f3f3f3;
  border-radius: 50%;
  border-top: 9px solid #3498db;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1000;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel.owl_carousel_5.slider-icon.owl-loaded.owl-drag .owl-nav.disabled {
  display: none;
}

.field-icon {
  color: #00BA9D;
}

img.app_team_img {
  top: -12px;
  z-index: 1;
  width: 114px !important;
  height: 115px;
  transition: .2s;
  border: 5px solid #00BA9D !important;
}

button.back-btn {
  padding: 9px 15px;
  border-radius: 6px;
  background: #00BA9D;
  color: white;
}

/* button.back-btn {
  padding: 9px 15px;
  border-radius: 6px;
  background: #00BA9D;
  color: white;
  position: absolute;
  top: 22%;
  left: 2%;
} */

img.speakers_img {
  top: -74px;
  z-index: 1;
  width: 155px !important;
  height: 150px;
  right: 30%;
  border: 5px solid #00BA9D;
  transition: .2s;
  position: absolute;
}


/* 01-12-2023 */
/* .owl_carousel_1 {
  display: block;
} */
.xrp-logo img {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  width: 65%;
}

.mgm-logo img {
  width: 7%;
  position: absolute;
  z-index: 111;
  top: 4%;
  right: 1%;
}

.get-ticket {
  padding: 0;
  position: relative;
}

a.btn_danger {
  color: #f2f2f2;
  font-weight: 400;
  font-size: 18px;
  padding: 11px 44px;
  border-radius: 5px;
  background-color: #00BA9D;
  position: absolute;
  top: 10px;
  display: inline-block;
}




/* 6 Dec CSS */
/* .section-mng-newblock .container {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 999;
} */
.section-mng-newblock {
  position: relative;
  padding-top: 10px;
}

.section-mng-newblock .cstm-row-mng-boxesd {
  display: flex;
  justify-content: space-between;
}

.section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp a {
  display: inline-block;
  font-weight: 400;
  background: #00BA9D;
  padding: 13px 30px;
  border: 1px solid #00ba9d;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  min-width: 146px;
}

.section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp a:hover {
  color: #FFF;
  text-decoration: none;
  background: #006353;
}

.section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp:first-child {
  text-align: center;
  width: 33.33333333%;
}

.section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp h4 {
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.section-mng-newblock .cstm-row-mng-boxesd .cstm-boxed-wrp:nth-child(2) {
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: space-between;
  margin-right: -1.337%;
}

.countdown-btn.btn-cstm-text-added {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.countdown-btn.btn-cstm-text-added h4 {
  text-align: center;
}

.team_experience_coming_soon {
  position: absolute;
  top: 46%;
  left: 33%;
  font-size: 18px;
  font-weight: 400;
}

.btn-ticket-border div {
  padding: 1px;
  border: 2px solid white;
  font-size: 20px;
  width: 250px;
}

.btn-ticket-border a {
  margin-left: 1rem;
  white-space: nowrap;
}

.count_pra3 {
  font-size: 23px;
  font-weight: 500;
}





/* ------------------------------------------Responsive for landscap mobile devices-----------------------------------------------------*/

@media only screen and (device-width:653px) and (device-height:280px) and (orientation:landscape) {
  .xrp-logo img {
    top: 20% !important;
    width: 100%;
  }

  .aboutus_head {
    margin-top: 13rem !important;
  }

  [data-aos=fade-right] {
    transform: translate3d(0px, 0, 0) !important;
  }

  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
}


@media only screen and (device-width:667px) and (device-height:375px) and (orientation:landscape) {
  .xrp-logo img {
    top: 21% !important;
    width: 100%;
  }

  .aboutus_head {
    margin-top: 21rem !important;
  }

  [data-aos=fade-right] {
    transform: translate3d(0px, 0, 0) !important;
  }

  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
}



@media only screen and (device-width:896px) and (device-height:414px) and (orientation:landscape) {

  .aboutus_head {
    margin-top: 13rem !important;
    flex-direction: column !important;
  }

  .xrp-logo img {
    top: 15% !important;
    width: 100%;
  }

  [data-aos=fade-right] {
    transform: translate3d(0px, 0, 0) !important;
  }

  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
}


@media only screen and (device-width:844px) and (device-height:390px) and (orientation:landscape) {

  h6.hero_head {
    margin-top: 21rem !important;
    flex-direction: column !important;
  }

  .xrp-logo img {
    top: 22% !important;
    width: 100%;
  }

  [data-aos=fade-right] {
    transform: translate3d(0px, 0, 0) !important;
  }

  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
}

@media only screen and (device-width:932px) and (device-height:430px) and (orientation:landscape) {

  h6.hero_head {
    margin-top: 21rem !important;
    flex-direction: column !important;
  }

  .xrp-logo img {
    top: 22% !important;
    width: 100%;
  }

  [data-aos=fade-right] {
    transform: translate3d(0px, 0, 0) !important;
  }

  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
}


@media only screen and (device-width:915px) and (device-height:412px) and (orientation:landscape) {

  h6.hero_head {
    margin-top: 21rem !important;
    flex-direction: column !important;
  }

  .xrp-logo img {
    top: 22% !important;
    width: 100%;
  }

  [data-aos=fade-right] {
    transform: translate3d(0px, 0, 0) !important;
  }

  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
}


@media only screen and (device-width:740px) and (device-height:360px) and (orientation:landscape) {

  h6.hero_head {
    margin-top: 21rem !important;
    flex-direction: column !important;
  }

  .xrp-logo img {
    top: 22% !important;
    width: 100%;
  }

  [data-aos=fade-right] {
    transform: translate3d(0px, 0, 0) !important;
  }

  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
}

html #wpadminbar {
  position: fixed !important;
}

.hidden {
  display: none;
}

.content-row {
  padding-bottom: 35px;
}

.privacy-policy22 {
  margin-top: 20px;
  background-color: #121212;
  border-radius: 20px;
  padding: 60px;
  text-align: justify;
  max-width: 1280px;
  margin-inline: auto;
}

.accordCard.privacy-policy22 .row.accordRow ul {
  padding-left: 40px;
}